-
Notifications
You must be signed in to change notification settings - Fork 8
Windows issues #278
Description
Attempted to use this to install a satisfactory server, clicking the add server button and naming the server and selecting the memory always created an error in the bottom right of the screen that said "server creation failed". There is an issue with the server in windows 10 or the guide is not complete, either way I do not want this installed on my server anymore.
Windows uninstall process does not exist in the guide. Attempting to use the Invoke-WebREquest command to pull the tinyurl link for the linux uninstall file and then run it the same way the install file was run does not appear to work, gives numerous errors.
errors shown below after
PS C:\WINDOWS\system32> Invoke-WebRequest https://tinyurl.com/ssmuninstall -Out uninstall.ps1
PS C:\WINDOWS\system32> .\uninstall.ps1
errors:
At C:\WINDOWS\system32\uninstall.ps1:20 char:6
- y | Y) echo "yes" ;;
-
~
Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:21 char:2
- *) exit 0 ;;
- ~
Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:28 char:6 - while [[ $# -gt 0 ]]; do
-
~
Missing opening '(' after keyword 'while'.
At C:\WINDOWS\system32\uninstall.ps1:28 char:8
- while [[ $# -gt 0 ]]; do
-
~
Missing type name after '['.
At C:\WINDOWS\system32\uninstall.ps1:28 char:25
- while [[ $# -gt 0 ]]; do
-
~
Missing statement body in do loop.
At C:\WINDOWS\system32\uninstall.ps1:32 char:7
-
--force | -f) -
~
Missing expression after unary operator '--'.
At C:\WINDOWS\system32\uninstall.ps1:32 char:7
-
--force | -f) -
~~~~~
Unexpected token 'force' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:32 char:17
-
--force | -f) -
~
Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:36 char:7
-
--installdir) -
~
Missing expression after unary operator '--'.
At C:\WINDOWS\system32\uninstall.ps1:36 char:7
-
--installdir) -
~~~~~~~~~~
Unexpected token 'installdir' in expression or statement.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : UnexpectedToken
Server Information (please complete the following information):
- OS: windows 10 pro (virtualization enabled in bios)
- SSM Version: latest as of 1/4/23
Additional context
Why is there install directions for windows but not uninstall directions? The ones for linux do not appear to work for windows.