User Tools

Site Tools


userspace:keepass2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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]
-"%ScriptPath%\KeePass-2.23-Setup.exe" /SILENT+"%ScriptPath%\KeePass-2.29-Setup.exe" /SILENT
  
 [Sub_check_exitcode] [Sub_check_exitcode]
Line 136: Line 136:
  endif  endif
 endif endif
 +</code>
 +
 +==== uninstall.ins ====
 +<code winst>
 +[Actions]
 +requiredWinstVersion >= "4.10.8.6"
 +
 +DefVar $UninstallProgram$
 +DefVar $LogDir$
 +DefVar $ProductId$  
 +DefVar $InstallDir$
 +DefVar $ExitCode$
 +DefVar $UninstallCommand$
 +
 +
 +Set $LogDir$ = "%SystemDrive%\tmp"
 +
 +Set $ProductId$       = "keepass2"
 +Set $InstallDir$      = "%ProgramFiles32Dir%\KeePass Password Safe 2"
 +
 +comment "Show product picture"
 +ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
 +
 +Message "Uninstalling " + $ProductId$ + " ..."
 +
 +if FileExists("%ScriptPath%\delsub.ins")
 + comment "Start uninstall sub section"
 + Sub "%ScriptPath%\delsub.ins"
 +endif
 +
 </code> </code>
userspace/keepass2.1377084883.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)