Installer: Stop trying to read stub installer data from ini file

This commit is contained in:
wolfbeast 2019-06-27 13:06:55 +00:00 committed by Roy Tam
commit 6430102bfc

View file

@ -5249,21 +5249,6 @@
StrCpy $AddStartMenuSC "1"
${EndIf}
ReadINIStr $R8 $R7 "Install" "TaskbarShortcut"
${If} $R8 == "false"
StrCpy $AddTaskbarSC "0"
${Else}
StrCpy $AddTaskbarSC "1"
${EndIf}
ReadINIStr $R8 $R7 "Install" "MaintenanceService"
${If} $R8 == "false"
StrCpy $InstallMaintenanceService "0"
${Else}
; Installing the service always requires elevation.
${ElevateUAC}
${EndIf}
!ifndef NO_STARTMENU_DIR
ReadINIStr $R8 $R7 "Install" "StartMenuDirectoryName"
${If} $R8 != ""