[Installer] Stop trying to read stub installer data from ini file

master
Fedor 2019-07-08 13:10:02 +03:00
parent d7272f579b
commit ae7ab5c533
1 changed files with 0 additions and 15 deletions

View File

@ -5222,21 +5222,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 != ""