Installer Exit Codes
Return codes reported by the Windows launcher installer
Codes
Code
Meaning
What happened
Silent install
# Install without any user interaction
.\YourLauncher_Installer_Windows_x64.exe /S
# Install to a specific folder (/D must be last, and unquoted)
.\YourLauncher_Installer_Windows_x64.exe /S /D=C:\Games\YourLauncherSilent uninstall
Reading the exit code
What the installer does not do
Related
Last updated
Was this helpful?