mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Installer: Stop trying to read stub installer data from ini file
This commit is contained in:
parent
bc0c85f0d8
commit
6430102bfc
1 changed files with 0 additions and 15 deletions
|
|
@ -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 != ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue