userspace:adobe_reader_11.0.06
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| userspace:adobe_reader_11.0.06 [2014/04/15 14:57] – opsi.simi | userspace:adobe_reader_11.0.06 [2021/08/23 10:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 150: | Line 150: | ||
| </ | </ | ||
| + | |||
| + | ==== Uninstall.ins ==== | ||
| + | |||
| + | <code winst> | ||
| + | |||
| + | ;Standard Text, shown during installation | ||
| + | Message = Bitte warten, das Produkt wird deinstalliert | ||
| + | |||
| + | ;Set Loglevel | ||
| + | setLogLevel = 6 | ||
| + | |||
| + | ;Stop when errors | ||
| + | ExitOnError = false | ||
| + | ;Syntax Fehler are shown in a seperate window | ||
| + | ScriptErrorMessages = on | ||
| + | ;Do not use Single-Step Mode | ||
| + | TraceMode = off | ||
| + | ;No winst-window in foreground while batchmode | ||
| + | StayOnTop = false | ||
| + | |||
| + | [Actions] | ||
| + | ;Name of product (max. 12 columns) | ||
| + | DefVar $ProductName$ | ||
| + | Set $ProductName$ = "Adobe Reader XI" | ||
| + | |||
| + | ;filename of productpicture with extension | ||
| + | DefVar $ProductPicture$ | ||
| + | Set $ProductPicture$ = " | ||
| + | |||
| + | ;the variable for the ExitCode | ||
| + | DefVar $ExitCode$ | ||
| + | |||
| + | ;show $ProductPicture$ and $ProductName$ | ||
| + | ShowBitmap /3 " | ||
| + | |||
| + | sub " | ||
| + | |||
| + | </ | ||
| + | |||
| + | ==== delsub.ins ==== | ||
| + | |||
| + | <code winst> | ||
| + | |||
| + | ;Variable for msiexec-call of deinstallation | ||
| + | DefVar $UninstallCommand$ | ||
| + | |||
| + | |||
| + | |||
| + | ;Variable for the diffrent versions gotten from the registry | ||
| + | DefVar $DisplayName$ | ||
| + | |||
| + | ; | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | |||
| + | ; | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | |||
| + | ; | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | |||
| + | ; | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | |||
| + | ; | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | |||
| + | Linkfolder_Custom | ||
| + | |||
| + | [Winbatch_Uninstall] | ||
| + | $UninstallCommand$ | ||
| + | |||
| + | [Linkfolder_Custom] | ||
| + | ;Delete Startmenu-Link | ||
| + | Set_basefolder common_programs | ||
| + | Set_subfolder "" | ||
| + | delete_element " | ||
| + | |||
| + | </ | ||
userspace/adobe_reader_11.0.06.1397566662.txt.gz · Last modified: (external edit)
