saundersmatt Posted January 13, 2012 Posted January 13, 2012 Hi, Yesterday I created an MSI for the TrueCrypt 7.1 device driver (i.e. it doesn't include the application itself). This is so that users can use TrueCrypt protected memory sticks without requiring administrative right. I've uploaded the msi here. It was created with WIX and the build file is below (also linked here) for anybody that wants to make modifications (or rebuild for a later version when released). Name='TrueCrypt 7.1 Device Driver' Language='1033' Version='7.1.0.0' Manufacturer='TrueCrypt' UpgradeCode='29590861-525d-4c67-ae8b-ce30e178feb1' > Comments='This will install the TrueCrypt Device Driver and Service.' Manufacturer='TrueCrypt' InstallerVersion='200' Compressed='yes' /> Key="SYSTEM\CurrentControlSet\services\truecrypt" Action="createAndRemoveOnUninstall"> Matt 2
Dom_ Posted January 18, 2012 Posted January 18, 2012 Any chance you can PM me the MSI? The link isn't working :-(. Cheers!
saundersmatt Posted January 18, 2012 Author Posted January 18, 2012 Any chance you can PM me the MSI? The link isn't working :-(. PM'd an alternative url. Has anybody else been able to download the msi? Matt 1
Dom_ Posted January 18, 2012 Posted January 18, 2012 (edited) Cheers mate, this is the error I got Edited January 18, 2012 by Dom_
csjjpm Posted January 24, 2012 Posted January 24, 2012 I managed to download the MSI. I'll give it go now, I take it will install either the 32bit and 64bit version depending on architecture?
csjjpm Posted January 24, 2012 Posted January 24, 2012 Just to answer my own question ;-) I've looked online and it isn't possible to create a MSI with WIX which covers both architectures. I'll try and make my own x64 version using your code. Thanks Paul
saundersmatt Posted January 24, 2012 Author Posted January 24, 2012 You're right that msi was 32 bit only, and WIX is difficult about 32/64 bit msis. I've just bunged together a 64 bit version that appears to work on my machine. I've also uploaded the 32 bit, and associated wsx files too: ma.tt-s.co.uk/TrueCrypt/ Matt
csjjpm Posted January 26, 2012 Posted January 26, 2012 I have tried this before using Innosetup so you inspired me to go back and look at it. I've made an installer that will copy the program files and make the start menu folders. I will look at trying to do the registry stuff as well. If I fail I can fall back on your work. Thanks Paul You're right that msi was 32 bit only, and WIX is difficult about 32/64 bit msis. I've just bunged together a 64 bit version that appears to work on my machine. I've also uploaded the 32 bit, and associated wsx files too: ma.tt-s.co.uk/TrueCrypt/ Matt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now