add misisng extract

This commit is contained in:
Mario Fetka
2013-04-05 13:31:12 +02:00
parent f7bc1ab800
commit 68188793c8
2 changed files with 10 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ else
Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 32 Bit..."
comment "Start setup program"
ChangeDirectory "%SCRIPTPATH%"
Winbatch_extract_32
Sub_check_exitcode
Winbatch_install_32
Sub_check_exitcode
comment "Copy files"
@@ -85,6 +87,8 @@ else
Message "Installing " + $ProductId$ + " " + $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 64 Bit..."
comment "Start setup program"
ChangeDirectory "%SCRIPTPATH%"
Winbatch_extract_64
Sub_check_exitcode
Winbatch_install_64
Sub_check_exitcode
comment "Copy files"