do it in a dosbox copy command

This commit is contained in:
Mario Fetka 2013-04-04 18:00:19 +02:00
parent efe9e8587d
commit ed5504b2c5
1 changed files with 6 additions and 6 deletions

View File

@ -71,7 +71,7 @@ else
Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 32 Bit..."
comment "Start setup program"
ChangeDirectory "%SCRIPTPATH%"
Winbatch_extract_32
DosInAnIcon_extract_32
Sub_check_exitcode
Winbatch_install_32
Sub_check_exitcode
@ -87,7 +87,7 @@ else
Message "Installing " + $ProductId$ + " " + $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 64 Bit..."
comment "Start setup program"
ChangeDirectory "%SCRIPTPATH%"
Winbatch_extract_64
DosInAnIcon_extract_64
Sub_check_exitcode
Winbatch_install_64
Sub_check_exitcode
@ -101,8 +101,8 @@ else
endif
[Winbatch_extract_32]
copy "$Install32Exe$" $LogDir$\nitro-32.exe
[DosInAnIcon_extract_32]
copy /Y "$Install32Exe$" "$LogDir$\nitro-32.exe"
"$LogDir$\nitro-32.exe" /EXTRACTMSI:$LogDir$\nitro-32.msi
[Winbatch_install_32]
@ -116,8 +116,8 @@ copy "$IniCfgFile$" "$InstallDir32$"
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_extract_64]
copy "$Install64Exe$" $LogDir$\nitro-64.exe
[DosInAnIcon_extract_64]
copy /Y "$Install64Exe$" "$LogDir$\nitro-64.exe"
"$LogDir$\nitro-64.exe" /EXTRACTMSI:$LogDir$\nitro-64.msi
[Winbatch_install_64]