documentfoundation.libreoffice/CLIENT_DATA/uninstall3264.ins

65 lines
2.0 KiB
Plaintext
Raw Normal View History

2011-06-25 19:41:07 +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-11 05:33:11 +01:00
; credits: http://www.opsi.org/en/credits/
2011-06-25 19:41:07 +02:00
[Actions]
2013-03-11 05:33:11 +01:00
requiredWinstVersion >= "4.11.2.6"
2011-06-25 19:41:07 +02:00
2016-08-28 10:23:16 +02:00
DefVar $MsiIdLegacy32$
DefVar $MsiIdLegacyHelpDe32$
DefVar $MsiIdLegacy64$
DefVar $MsiIdLegacyHelpDe64$
DefVar $MsiIdOld32$
2016-08-27 22:22:40 +02:00
DefVar $MsiIdOldHelpDe32$
DefVar $MsiIdOld64$
2016-08-27 22:22:40 +02:00
DefVar $MsiIdOldHelpDe64$
DefVar $IniFile32$
DefVar $IniFile64$
2012-05-13 17:28:32 +02:00
DefVar $IniCfgFile$
2013-03-11 05:33:11 +01:00
DefVar $LogDir$
2011-06-25 19:41:07 +02:00
DefVar $ExitCode$
DefVar $ProductId$
DefVar $InstallDir32$
DefVar $InstallDir64$
DefVar $INST_SystemType$
DefVar $INST_architecture$
2013-03-11 05:33:11 +01:00
DefVar $OLD_VERSION$
DefVar $OLD_CREATOR_TAG$
DefVar $OLD_RELEASE$
2011-06-25 19:41:07 +02:00
Set $INST_SystemType$ = GetSystemType
set $INST_architecture$ = GetProductProperty("install_architecture","system specific")
Set $LogDir$ = "%opsiLogDir%"
2011-06-25 19:41:07 +02:00
2012-02-15 17:11:49 +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-25 19:41:07 +02:00
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir32$ = "%ProgramFiles32Dir%\LibreOffice"
Set $InstallDir64$ = "%ProgramFiles64Dir%\LibreOffice"
2011-06-25 19:41:07 +02:00
; ----------------------------------------------------------------
2013-03-11 05:33:11 +01:00
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
2011-06-25 19:41:07 +02:00
comment "Show product picture"
2013-03-11 05:33:11 +01:00
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
2011-06-25 19:41:07 +02:00
Message "Uninstalling " + $ProductId$ + " ..."
if FileExists("%ScriptPath%\delsub3264.ins")
2011-06-25 19:41:07 +02:00
comment "Start uninstall sub section"
Sub "%ScriptPath%\delsub3264.ins"
2011-06-25 19:41:07 +02:00
endif