userspace:peazip
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| userspace:peazip [2014/05/05 11:16] – Bela | userspace:peazip [2021/08/23 10:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Peazip 5.3.1 ====== | ||
| + | Script By Bela Bodon \\ | ||
| + | Tested with opsi 4.0.1 \\ | ||
| + | Tested with opsi-winst 4.10.x - 4.11.1.6 \\ | ||
| + | Tested with Windows XP Professional and Windows 7 Ultimate x86/x64 \\ | ||
| + | |||
| + | Installation / Uninstallation Script for Peazip \\ | ||
| + | |||
| + | This script uses the check_innosetup-exitcode script: https:// | ||
| + | |||
| + | The installation file can be downloaded from: http:// | ||
| + | |||
| ==== setup.ins ==== | ==== setup.ins ==== | ||
| Line 47: | Line 59: | ||
| [Winbatch_Install] | [Winbatch_Install] | ||
| %SCRIPTPATH%\peazip-5.3.1.WINDOWS.exe /VERYSILENT | %SCRIPTPATH%\peazip-5.3.1.WINDOWS.exe /VERYSILENT | ||
| + | </ | ||
| + | |||
| + | ==== uninstall.ins ==== | ||
| + | |||
| + | <code winst> | ||
| + | |||
| + | [Initial] | ||
| + | |||
| + | Message = Please wait, product is uninstalling... | ||
| + | setLogLevel = 6 | ||
| + | ExitOnError = false | ||
| + | ScriptErrorMessages = on | ||
| + | TraceMode = off | ||
| + | StayOnTop = false | ||
| + | |||
| + | [Actions] | ||
| + | |||
| + | DefVar $ProductName$ | ||
| + | Set $ProductName$ = " | ||
| + | |||
| + | DefVar $ProductNameFull1$ | ||
| + | set $ProductNameFull1$ = " | ||
| + | |||
| + | DefVar $ProductPicture$ | ||
| + | Set $ProductPicture$ = " | ||
| + | |||
| + | DefVar $ExitCode$ | ||
| + | |||
| + | Message " | ||
| + | |||
| + | ShowBitmap /3 " | ||
| + | |||
| + | DefVar $SystemType$ | ||
| + | Set $SystemType$ = GetSystemType | ||
| + | |||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | |||
| + | [Winbatch_Uninstall] | ||
| + | |||
| + | " | ||
| + | |||
| </ | </ | ||
userspace/peazip.1399281415.txt.gz · Last modified: (external edit)
