Aris Green wrote:
>
>
> A question, how do VC 2005 CA's requiring the C++ CRT Dll work on 
> Vista?  Any
> CRT using C++/CLI require a DLL link to the CRT.
>

Statically link.  That's what all the WiX CustomActions do and while it 
makes the DLLs a bit bigger it totally minimizes the number of 
dependencies (especially nasty ones like the Win32 SxS CRT junk).

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to