The WiX custom actions link the C runtime as a static library, that is, the
runtime code is linked directly into the custom action DLL. That's the best
way to avoid the dependency problem. See the C++ compiler documentation for
how to do this.

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Friedrich
Dominicus
Sent: 21 March 2007 10:35
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Just a question out of frustration

Does anyone have written an installer using a custom action written in
C wich MSVC 2005 on Vista? 

What have you done to get this f.... installed on a machine without
MSVC 2005?

I tried:
1) adding the files to the installation
2) integrated things like the crt runtime .msm files with my installer




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to