diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index bf596f3..26d96ea 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -56,11 +56,11 @@ 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 "Copy files" + Files_install_32 /32Bit comment "Start setup program" Winbatch_install_32 Sub_check_exitcode - comment "Copy files" - Files_install_32 /32Bit comment "Patch Registry" Registry_install /32Bit comment "Create shortcuts" @@ -69,11 +69,11 @@ 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 "Copy files" + Files_install_64 /64Bit comment "Start setup program" Winbatch_install_64 Sub_check_exitcode - comment "Copy files" - Files_install_64 /64Bit comment "Patch Registry" Registry_install /64Bit comment "Create shortcuts"