Changes
PWGen
,Created page with '[http://pwgen-win.sourceforge.net/ PWGen] is a random password/passphrase generator for Windows. <br> This installer deletes the default Start Menu entry and moves the shortcut t…'
[http://pwgen-win.sourceforge.net/ PWGen] is a random password/passphrase generator for Windows.
<br>
This installer deletes the default Start Menu entry and moves the shortcut to the Accessories menu to reduce Start Menu clutter.
<br>
It also copies a custom PWGen.ini to set passphrases as default.
<br>
<br>
<source lang="xml">
<package
id="pwgen"
name="PWGen Password Generator"
revision="2.03"
reboot="false"
priority="16">
<check type="uninstall" condition="exists" path="PWGen 2.03"/>
<install cmd='"%SOFTWARE%\pwgen\PWGen-2.03-setup.exe" /VERYSILENT /NORESTART'/>
<install cmd='%comspec% /c rmdir /q /s "%AllUsersProfile%\Start Menu\Programs\PWGen"'><exit code="any" /></install>
<install cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.lnk" "%AllUsersProfile%\Start Menu\Programs\Accessories" /Y' />
<install cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.ini" "%PROGRAMFILES%\PWGen\" /Y' />
<upgrade cmd='"%SOFTWARE%\pwgen\PWGen-2.03-setup.exe" /VERYSILENT /NORESTART'/>
<upgrade cmd='%comspec% /c rmdir /q /s "%AllUsersProfile%\Start Menu\Programs\PWGen"'><exit code="any" /></upgrade>
<upgrade cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.lnk" "%AllUsersProfile%\Start Menu\Programs\Accessories" /Y' />
<upgrade cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.ini" "%PROGRAMFILES%\PWGen\" /Y' />
<remove cmd='"%programfiles%\PWGen\unins000.exe" /VERYSILENT /NORESTART' />
</package>
</source>
<br>
This installer deletes the default Start Menu entry and moves the shortcut to the Accessories menu to reduce Start Menu clutter.
<br>
It also copies a custom PWGen.ini to set passphrases as default.
<br>
<br>
<source lang="xml">
<package
id="pwgen"
name="PWGen Password Generator"
revision="2.03"
reboot="false"
priority="16">
<check type="uninstall" condition="exists" path="PWGen 2.03"/>
<install cmd='"%SOFTWARE%\pwgen\PWGen-2.03-setup.exe" /VERYSILENT /NORESTART'/>
<install cmd='%comspec% /c rmdir /q /s "%AllUsersProfile%\Start Menu\Programs\PWGen"'><exit code="any" /></install>
<install cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.lnk" "%AllUsersProfile%\Start Menu\Programs\Accessories" /Y' />
<install cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.ini" "%PROGRAMFILES%\PWGen\" /Y' />
<upgrade cmd='"%SOFTWARE%\pwgen\PWGen-2.03-setup.exe" /VERYSILENT /NORESTART'/>
<upgrade cmd='%comspec% /c rmdir /q /s "%AllUsersProfile%\Start Menu\Programs\PWGen"'><exit code="any" /></upgrade>
<upgrade cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.lnk" "%AllUsersProfile%\Start Menu\Programs\Accessories" /Y' />
<upgrade cmd='%COMSPEC% /c xcopy "%SOFTWARE%\pwgen\PWGen.ini" "%PROGRAMFILES%\PWGen\" /Y' />
<remove cmd='"%programfiles%\PWGen\unins000.exe" /VERYSILENT /NORESTART' />
</package>
</source>