use portable version installer not working

This commit is contained in:
Mario Fetka
2013-03-26 10:28:28 +01:00
parent 58a3da453a
commit ec574b4476
22 changed files with 132 additions and 20 deletions

View File

@@ -73,8 +73,8 @@ else
Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 32 Bit..."
comment "Start setup program"
ChangeDirectory "%SCRIPTPATH%"
Winbatch_install_32
Sub_check_exitcode
; Winbatch_install_32
; Sub_check_exitcode
comment "Copy files"
Files_install_32 /32Bit
comment "Patch Registry"
@@ -87,8 +87,8 @@ else
Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 64 Bit..."
comment "Start setup program"
ChangeDirectory "%SCRIPTPATH%"
Winbatch_install_64
Sub_check_exitcode
; Winbatch_install_64
; Sub_check_exitcode
comment "Copy files"
Files_install_64 /64Bit
comment "Patch Registry"
@@ -108,7 +108,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
copy -s "%ScriptPath%\X86\*.*" "$InstallDir32$"
[Winbatch_install_64]
"$Install64Exe$" /S /D="$InstallDir64$"
@@ -119,7 +119,7 @@ copy "$IniCfgFile$" "$InstallDir64$"
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir64$"
copy -s "%ScriptPath%\X86_64\*.*" "$InstallDir64$"
[Registry_install]
; Example of setting some values of an registry key: