[EMAIL PROTECTED] wrote:

One system in question had version 1 of the .NET framework, and installing version 2 made the problem go away.

Any tips on how to find out what the dependency is, and how I can configure my build setting to remove it?


http://dependencywalker.com/ is your friend. .NET 2.0 includes the VC 2005 runtime, so it's a likely candidate. You can change the VC project to use static runtime to avoid the DLL dependency.

--
sig://boB                       
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to