Lewis Henderson wrote:

This is my last question for the day. I'm working on an install that uses a custom action to validate a product key early in the UI sequence. However, the custom action code requires the C++ RTL for VC 8.0 (2005 .NET). How do I check for and install this RTL if needed before the UI sequence kicks in?


That requires a bootstrapper. Or just build your DLL with the static CRT so you don't have a 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