close bothering window

This commit is contained in:
Mario Fetka 2013-08-22 07:21:36 +02:00
parent 622c3a476f
commit 9adb6a99e7
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -84,7 +84,7 @@ copy "$IniCfgFile$" "$InstallDir$"
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
copy "%ScriptPath%\fdm_uninstall.exe" "$InstallDir$"
[Registry_install]
; Example of setting some values of an registry key:

View File

@ -27,5 +27,5 @@ ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="unins000.exe"
OPSI_INI_VALUE[0]="fdm_uninstall.exe"

BIN
fdm_uninstall.au3 Normal file

Binary file not shown.