and wipe out existing version
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> iex ((New-Object System.Net.WebClient).DownloadString(‘https://appupdates.proofgeist.com/otto
fms/install-scripts/install-win.ps1’))
Downloading OttoFMS installer zip from https://console.ottomatic.cloud/downloads/ottofms/latest/win…
Invoke-WebRequest : Unable to read data from the transport connection: An existing connection was forcibly closed by
the remote host.
At line:36 char:1
- Invoke-WebRequest -Uri $zipURL -OutFile $zipFilePath
-
+ CategoryInfo : NotSpecified: (:) [Invoke-WebRequest], IOException + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Extracting files from C:\Users\ADMINI~1\AppData\Local\Temp\2\ottoFMS_installer.zip to C:\Users\ADMINI~1\AppData\Local\Temp\2\Extracted…
New-Object : Exception calling “.ctor” with “3” argument(s): “End of Central Directory record could not be found.”
At
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Archive\Microsoft.PowerShell.Archive.psm1:934
char:23
- … ipArchive = New-Object -TypeName System.IO.Compression.ZipArchive -Ar …
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidOperation: ( [New-Object], MethodInvocationException
- FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
Installing OttoFMS…
Start-Process : Cannot validate argument on parameter ‘FilePath’. The argument is null or empty. Provide an argument
that is not null or empty, and then try the command again.
At line:52 char:25
- Start-Process -FilePath “$RunMe” -ArgumentList “–mode unattended” -W …
-
~~~~~~~~
- CategoryInfo : InvalidData: ( [Start-Process], ParameterBindingValidationException
- FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.PowerShell.Commands.StartProcessCommand
OttoFMS Installation completed successfully.
PS C:\Users\Administrator>