Changes

Jump to: navigation, search

Keepass

13 bytes added, 14:49, 3 April 2013
m
Version 2.21: Updated Version 2.21 and added variable to make updates easier.
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using AES and Twofish.
== Headline text ===Version 2.1921=
Install Type: InnoSetup
<source lang="xml">
<packages>
<package id="keepass"
name="KeePass"
revision="00219.0%PKG_VERSION%"
reboot="false"
priority="1">
<chain package-id="setupkeepass"/>
<variable name="PKG_VERSION" value="2.21" />
<check type="uninstall" condition="exists" path="KeePass Password Safe 2.19%PKG_VERSION%" />
<install cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\KeePass Password Safe 2\KeePass.exe" --exit-all' ><exit code='any' /></install> <install cmd='"%SOFTWARE%\keepass\KeePass-2.19%PKG_VERSION%-Setup.exe" /sp- /silent /norestart' />
<upgrade cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\KeePass Password Safe 2\KeePass.exe" --exit-all' ><exit code='any' /></upgrade>
  <upgrade cmd='%systemroot%\system32\taskkill /im KeePass.exe' ><exit code='any' /></upgrade>  <upgrade cmd='%systemroot%\system32\taskkill /f /im KeePass.exe' ><exit code='any' /></upgrade>  <upgrade cmd='"%SOFTWARE%\keepass\KeePass-2.19%PKG_VERSION%-Setup.exe" /sp- /silent /norestart' />
<remove cmd='"%PROGRAMFILES%\KeePass Password Safe 2\unins000.exe" /sp- /silent /norestart' />
24
edits

Navigation menu