From 382b4252c72d3c7674b1867d943ec6add1b83540 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 9 Jul 2012 01:32:49 +0200 Subject: [PATCH] delte bofor extract --- CLIENT_DATA/setup3264.ins | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index 4f63778..ad959b7 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -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