WiX: Writing Your Own WiX Extension Part 1 ★★★★★★★★★★★★★★★ Peter Marcu (MSFT)November 2, 20075 Share 0 0 This post has moved here.
PingBack from http://www.doctordeploy.com/blog/wix/wix-writing-your-own-wix-extension-part-1.html
Hi,
Nice work, but can you tell how to create an extension DLL written in VC++?
Is there a simple way for this or do I have to write a wrapper to do this?
Regards,
Albert van Peppen
Extensions need to me managed assemblies. You can interop with native code all you want inside the extension.
I know this is old, but Peter Marcu has a great 2-parter on how to make a preprocessor extension for
Too bad you can't just say File | New C# WiX Extension