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"

View File

@ -37,6 +37,12 @@ WINST_VALUE[0]="3C97621"
WINST_NAME[1]="Extract64Dir"
WINST_VALUE[1]="6BA2265"
WINST_NAME[2]="TccLe32Dir"
WINST_VALUE[2]="6BA2265"
WINST_NAME[3]="TccLe64Dir"
WINST_VALUE[3]="6BA2265"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
OPSI_INI_VALUE[0]="{CF67BC8F-42C3-40E7-A2E1-DD87A3C97621}"