Jump to content

Recommended Posts

Posted

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

  • Thanks 2
Posted
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?
Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...