delte bofor extract
This commit is contained in:
parent
66c8ea360f
commit
382b4252c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user