melk.capslockgoodbye/CLIENT_DATA/uninstall32.ins

51 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2011-06-26 16:47:18 +02:00
; Copyright (c) uib gmbh (www.uib.de)
; This sourcecode is owned by uib gmbh
; and published under the Terms of the General Public License.
2013-03-13 20:30:25 +01:00
; credits: http://www.opsi.org/en/credits/
2011-06-26 16:47:18 +02:00
[Actions]
2013-03-13 20:30:25 +01:00
requiredWinstVersion >= "4.11.2.6"
2011-06-26 16:47:18 +02:00
DefVar $UninstallProgram$
2013-03-13 20:30:25 +01:00
DefVar $UninstallProgramOld$
DefVar $IniFile$
DefVar $IniCfgFile$
2011-06-26 16:47:18 +02:00
DefVar $LogDir$
DefVar $ExitCode$
DefVar $ProductId$
DefVar $InstallDir$
2013-03-13 20:30:25 +01:00
DefVar $OLD_VERSION$
DefVar $OLD_CREATOR_TAG$
DefVar $OLD_RELEASE$
2011-06-26 16:47:18 +02:00
Set $LogDir$ = "%SystemDrive%\tmp"
2012-02-15 05:29:19 +01:00
; The token BUILDER_VARIABLES will be replaced by opsi-builder.sh
; and adds the following variables:
; from builder-product.cfg : all variables definded by attribute WINST[index]
; from builder-product.cfg : VENDOR PN VERSION RELEASE PRIORITY ADVICE TYPE
; from opsi-builder.cfg : CREATOR_TAG CREATOR_NAME CREATOR_EMAIL
; auto generated winst-variables
; $IconFile$: path to product picture
;
@@BUILDER_VARIABLES@@
2011-06-26 16:47:18 +02:00
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
2013-08-21 14:44:21 +02:00
Set $InstallDir$ = "%ProgramFiles32Dir%\Melk\CapsLock Goodbye"
2011-06-26 16:47:18 +02:00
; ----------------------------------------------------------------
2013-03-13 20:30:25 +01:00
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
2011-06-26 16:47:18 +02:00
comment "Show product picture"
2013-03-13 20:30:25 +01:00
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
2011-06-26 16:47:18 +02:00
Message "Uninstalling " + $ProductId$ + " ..."
if FileExists("%ScriptPath%\delsub32.ins")
comment "Start uninstall sub section"
Sub "%ScriptPath%\delsub32.ins"
endif