This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
userspace:freepdf_4.06 [2012/09/19 13:11] bhubal created |
userspace:freepdf_4.06 [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ghostscript is needed, so make a dependency \\ | ghostscript is needed, so make a dependency \\ | ||
| - | Full package: | + | Full package: |
| ==== setup.ins ==== | ==== setup.ins ==== | ||
| Line 143: | Line 143: | ||
| [Winbatch_uninstall] | [Winbatch_uninstall] | ||
| - | " | + | " |
| [Winbatch_uninstall_msi] | [Winbatch_uninstall_msi] | ||
| Line 183: | Line 183: | ||
| endif | endif | ||
| endif | endif | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== uninstall.ins ==== | ||
| + | |||
| + | <code winst> | ||
| + | ; Copyright (c) uib gmbh (www.uib.de) | ||
| + | ; This sourcecode is owned by uib gmbh | ||
| + | ; and published under the Terms of the General Public License. | ||
| + | ; credits: http:// | ||
| + | |||
| + | [Actions] | ||
| + | requiredWinstVersion >= " | ||
| + | |||
| + | DefVar $MsiId$ | ||
| + | DefVar $UninstallProgram$ | ||
| + | DefVar $LogDir$ | ||
| + | DefVar $ExitCode$ | ||
| + | DefVar $ProductId$ | ||
| + | DefVar $InstallDir$ | ||
| + | DefVar $LicenseRequired$ | ||
| + | DefVar $LicensePool$ | ||
| + | |||
| + | Set $LogDir$ = " | ||
| + | |||
| + | ; ---------------------------------------------------------------- | ||
| + | ; - Please edit the following values | ||
| + | ; ---------------------------------------------------------------- | ||
| + | Set $ProductId$ | ||
| + | Set $InstallDir$ | ||
| + | Set $LicenseRequired$ = " | ||
| + | Set $LicensePool$ | ||
| + | ; ---------------------------------------------------------------- | ||
| + | |||
| + | |||
| + | comment "Show product picture" | ||
| + | ShowBitmap " | ||
| + | |||
| + | Message " | ||
| + | |||
| + | if FileExists(" | ||
| + | comment "Start uninstall sub section" | ||
| + | Sub " | ||
| + | endif | ||
| + | |||
| </ | </ | ||