correc typo

This commit is contained in:
Mario Fetka 2019-09-26 20:43:26 +02:00
parent 1f8b2b53c5
commit 17f0bfbcce
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ endif
; http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html
; You may create setup answer file by: setup.exe /SAVEINF="filename"
; You may use an answer file by the parameter /LOADINF="filename"
"Install32Exe" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /DIR="$InstallDir32$"
"$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /DIR="$InstallDir32$"
[Files_install_32]
; copy the ini file to the InstallDir
@ -165,7 +165,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html
; You may create setup answer file by: setup.exe /SAVEINF="filename"
; You may use an answer file by the parameter /LOADINF="filename"
"Install64Exe" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /DIR="$InstallDir64$"
"$Install64Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /DIR="$InstallDir64$"
[Files_install_64]
; copy the ini file to the InstallDir