diff --git a/CLIENT_DATA/fdm_uninstall.exe b/CLIENT_DATA/fdm_uninstall.exe new file mode 100644 index 0000000..c015bdf Binary files /dev/null and b/CLIENT_DATA/fdm_uninstall.exe differ diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index ca2d690..3c5f10b 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%\fdm_uninstall.exe" "$InstallDir$" [Registry_install] ; Example of setting some values of an registry key: diff --git a/builder-product.cfg b/builder-product.cfg index 45ee7db..536157a 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -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" diff --git a/fdm_uninstall.au3 b/fdm_uninstall.au3 new file mode 100644 index 0000000..f954c40 Binary files /dev/null and b/fdm_uninstall.au3 differ