Changes

PWGen

452 bytes added, 23:09, 26 January 2010
no edit summary
It also copies a custom PWGen.ini to set passphrases as default.
<br>
I have used [http://setacl.sourceforge.net/index.html SetACL] to allow Domain Users to save changes to the PWGen.ini.
<br>
<source lang="xml">
<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' />
<install cmd='"%SOFTWARE%\system\setacl.exe" -on "%PROGRAMFILES%\PWGen\PWGen.ini" -ot file -actn ace -ace "n:yourdomain\Domain Users;p:read,write"' />
<upgrade cmd='"%SOFTWARE%\pwgen\PWGen-2.03-setup.exe" /VERYSILENT /NORESTART'/>
<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' />
<upgrade cmd='"%SOFTWARE%\system\setacl.exe" -on "%PROGRAMFILES%\PWGen\PWGen.ini" -ot file -actn ace -ace "n:yourdomain\Domain Users;p:read,write"' />
<remove cmd='"%programfiles%\PWGen\unins000.exe" /VERYSILENT /NORESTART' />
Anonymous user