Changes

Jump to: navigation, search

TrueCrypt

876 bytes added, 12:03, 15 April 2009
New page for TrueCrypt
== TrueCrypt ==
This is a silent installer for [http://www.truecrypt.org 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 [http://www.doitrightconsulting.net/forum/viewtopic.php?f=8&t=94 RogueSpear] (Registration to forums required). Msi-packet doesn't support silent uninstalling.

<source lang="xml">
<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>
</source>

[[Category:Silent Installers]]
4
edits

Navigation menu