24
edits
Changes
Keepass
,→Version 1.20
<upgrade cmd='"%SOFTWARE%\keepass\KeePass-2.16-Setup.exe" /sp- /silent /norestart' />
<remove cmd='"%PROGRAMFILES%\KeePass Password Safe 2\unins000.exe" /sp- /silent /norestart' />
</package>
</packages>
</source>
=Version 1.20=
==WPKG Package==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<!--
Download Location: http://sourceforge.net/projects/keepass/files/
Install Type: InnoSetup
http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html
-->
<packages>
<package id="keepass"
name="KeePass"
revision="00120"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="KeePass Password Safe 1.20" />
<install cmd='"%SOFTWARE%\keepass\KeePass-1.20-Setup.exe" /sp- /silent /norestart' />
<upgrade cmd='"%SOFTWARE%\keepass\KeePass-1.20-Setup.exe" /sp- /silent /norestart' />
<remove cmd='"%PROGRAMFILES%\KeePass Password Safe\unins000.exe" /sp- /silent /norestart' />
</package>