From a2d1caf40ee1bfba487391346358745c3f40b206 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 22 Aug 2013 10:15:32 +0200 Subject: [PATCH] make the uninstall silent via autoit --- CLIENT_DATA/setup32.ins | 2 +- builder-product.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 307a3f9..a82fa74 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -84,7 +84,7 @@ copy "$IniCfgFile$" "$InstallDir$" ; Example of recursively copying some files into the installation directory: ; -; copy -s "%ScriptPath%\files\*.*" "$InstallDir$" +copy "%ScriptPath%\zipuninst.exe" "$InstallDir$" [Registry_install] ; Example of setting some values of an registry key: diff --git a/builder-product.cfg b/builder-product.cfg index 57ae1d1..7655350 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -27,7 +27,7 @@ ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg" -OPSI_INI_VALUE[0]="zipinst.exe" +OPSI_INI_VALUE[0]="zipuninst.exe" OPSI_INI_SECTION[1]="install" OPSI_INI_OPTION[1]="ProductVersion"