Fix default Interface and Sandbox startup

This commit is contained in:
David Rowe 2020-08-07 10:34:07 +12:00
parent 8061c5ab8d
commit 04653c2746

View file

@ -941,8 +941,8 @@ Function ReadInstallTypes
StrCpy $DesktopClientState ${BST_CHECKED}
StrCpy $ConsoleStartupState ${BST_UNCHECKED}
StrCpy $LaunchConsoleNowState ${BST_CHECKED}
StrCpy $LaunchClientNowState ${BST_UNCHECKED}
StrCpy $LaunchConsoleNowState ${BST_UNCHECKED}
StrCpy $LaunchClientNowState ${BST_CHECKED}
StrCpy $CleanInstallState ${BST_UNCHECKED}
StrCpy $DesktopConsoleState ${BST_UNCHECKED}