Jump to content

Recommended Posts

Posted

Hi guys

 

I have searched this topic and the only decent thread didnt have an end result.

 

I could really do with obtaining an MSI for TrueCrypt v7.0. I have tried creating my own using Advanced Installer but it is not working properly. It copies the files across to the specified location but it isnt actually running the version 7 setup.exe, so its more of a 'copy and paste' than an actual install procedure.

 

I have also googled for one as well but with no luck.

 

Due to my lack of knowledge on the subject, I would ask, are people very hesitant to make such things publicly available?

 

If someone can either provide one, or even somewhere I can go that has really good instructions so I can successfully create my own that would be really helpful!

 

I'm not looking forward to manual installs on all my PCs.

 

Thanks again.

  • 3 months later...
Posted

Hi.

 

I've been trying to do the same. My goal was creating an MSI to be able to deploy TrueCrypt silently via a Group Policy in an Active Directory environment. The actual installation process of TrueCrypt seems to be pretty simple. It just copies the files over to the location on the hard disk, creates short cuts, registers file extensions and registers the truecrypt.sys driver with windows. (If this driver is not installed on the system, TrueCrypt will detect this and run in portable mode... at least, this is my guess).

 

So besides putting the files in place, the MSI package has to register the truecrypt.sys driver as well.

With a proper MSI authoring tool, this normally is an easy task. Microsoft Installer can do this via DIFxAPI.

 

The problem to me is, they don't provide a .INF file for their truecrypt.sys driver. The installation program somehow registers the driver in an proprietary way unknown to me (I'm not familar with the internals of Windows' driver management).

 

So if anyone has a little info about this, i would appreciate it :-)

Thx very much!

  • 2 weeks later...

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...