From de36208ff339839930db006b24d25d926d10be17 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 18 Jan 2014 16:30:36 +0100 Subject: [PATCH] ignore exit code of the OSPP.vbs /act command --- CLIENT_DATA/setup3264.ins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index a53d788..53cf767 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -106,7 +106,7 @@ else comment "Activate Office" Winbatch_activate_32 - Sub_check_exitcode + ; Sub_check_exitcode comment "Copy files" Files_install_32 /32Bit @@ -145,7 +145,7 @@ else comment "Activate Office" Winbatch_activate_64 - Sub_check_exitcode + ; Sub_check_exitcode comment "Copy files" Files_install_64 /64Bit