delte bofor extract

This commit is contained in:
Mario Fetka 2012-07-09 01:32:49 +02:00
parent 66c8ea360f
commit 382b4252c7
1 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,10 @@ else
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
Message "Installing " + $ProductId$ + " 32 Bit..."
comment "Remove Install Files"
Winbatch_remove_32
Sub_check_exitcode
comment "Extract Office"
Winbatch_extract_32
Sub_check_exitcode
@ -105,6 +109,10 @@ else
if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))
Message "Installing " + $ProductId$ + " 64 Bit..."
comment "Remove Install Files"
Winbatch_remove_32
Sub_check_exitcode
comment "Extract Office"
Winbatch_extract_32
Sub_check_exitcode