Difference between revisions of "TrueCrypt"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page for TrueCrypt)
(No difference)

Revision as of 12:03, 15 April 2009

TrueCrypt

This is a silent installer for TrueCrypt, a program for using files or partitions as encrypted volumes. Very high level of security is offered alongside with hidden volumes etc.

Unfortunately it currently doesn't have a silent installer. The following uses msi-packet from RogueSpear (Registration to forums required). Msi-packet doesn't support silent uninstalling.

<package id="TrueCrypt" name="TrueCrypt" revision="611" reboot="false" priority="50">
	<check type="uninstall" condition="exists" path="TrueCrypt" />
	<install cmd='msiexec /qn /i "%SOFTWARE%\TrueCrypt\TrueCrypt V6.1a.msi" allusers=1' />
	<upgrade cmd='msiexec /qn /i "%SOFTWARE%\TrueCrypt\TrueCrypt V6.1a.msi" allusers=1' />
</package>