mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +02:00
Default not to start up Sandbox after install
This commit is contained in:
parent
5caec39cc6
commit
8061c5ab8d
1 changed files with 2 additions and 2 deletions
|
@ -871,7 +871,7 @@ Function PostInstallOptionsPage
|
||||||
Pop $LaunchConsoleNowCheckbox
|
Pop $LaunchConsoleNowCheckbox
|
||||||
|
|
||||||
; set the checkbox state depending on what is present in the registry
|
; set the checkbox state depending on what is present in the registry
|
||||||
!insertmacro SetInstallOption $LaunchConsoleNowCheckbox @SERVER_LAUNCH_NOW_REG_KEY@ ${BST_CHECKED}
|
!insertmacro SetInstallOption $LaunchConsoleNowCheckbox @SERVER_LAUNCH_NOW_REG_KEY@ ${BST_UNCHECKED}
|
||||||
${StrContains} $substringResult "/forceNoLaunchServer" $CMDLINE
|
${StrContains} $substringResult "/forceNoLaunchServer" $CMDLINE
|
||||||
${IfNot} $substringResult == ""
|
${IfNot} $substringResult == ""
|
||||||
${NSD_SetState} $LaunchConsoleNowCheckbox ${BST_UNCHECKED}
|
${NSD_SetState} $LaunchConsoleNowCheckbox ${BST_UNCHECKED}
|
||||||
|
@ -942,7 +942,7 @@ Function ReadInstallTypes
|
||||||
StrCpy $DesktopClientState ${BST_CHECKED}
|
StrCpy $DesktopClientState ${BST_CHECKED}
|
||||||
StrCpy $ConsoleStartupState ${BST_UNCHECKED}
|
StrCpy $ConsoleStartupState ${BST_UNCHECKED}
|
||||||
StrCpy $LaunchConsoleNowState ${BST_CHECKED}
|
StrCpy $LaunchConsoleNowState ${BST_CHECKED}
|
||||||
StrCpy $LaunchClientNowState ${BST_CHECKED}
|
StrCpy $LaunchClientNowState ${BST_UNCHECKED}
|
||||||
StrCpy $CleanInstallState ${BST_UNCHECKED}
|
StrCpy $CleanInstallState ${BST_UNCHECKED}
|
||||||
StrCpy $DesktopConsoleState ${BST_UNCHECKED}
|
StrCpy $DesktopConsoleState ${BST_UNCHECKED}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue