This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
userspace:keepass2 [2013/08/21 11:34] adlerweb created |
userspace:keepass2 [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 60: | Line 60: | ||
| [Winbatch_install] | [Winbatch_install] | ||
| - | " | + | " |
| [Sub_check_exitcode] | [Sub_check_exitcode] | ||
| Line 136: | Line 136: | ||
| endif | endif | ||
| endif | endif | ||
| + | </ | ||
| + | |||
| + | ==== uninstall.ins ==== | ||
| + | <code winst> | ||
| + | [Actions] | ||
| + | requiredWinstVersion >= " | ||
| + | |||
| + | DefVar $UninstallProgram$ | ||
| + | DefVar $LogDir$ | ||
| + | DefVar $ProductId$ | ||
| + | DefVar $InstallDir$ | ||
| + | DefVar $ExitCode$ | ||
| + | DefVar $UninstallCommand$ | ||
| + | |||
| + | |||
| + | Set $LogDir$ = " | ||
| + | |||
| + | Set $ProductId$ | ||
| + | Set $InstallDir$ | ||
| + | |||
| + | comment "Show product picture" | ||
| + | ShowBitmap " | ||
| + | |||
| + | Message " | ||
| + | |||
| + | if FileExists(" | ||
| + | comment "Start uninstall sub section" | ||
| + | Sub " | ||
| + | endif | ||
| + | |||
| </ | </ | ||