Re: [WiX-users] Custom Action in Merge Module

2009-06-04 Thread Wilson, Phil
Whether files or registry entries get copied or created is subject to component and feature state conditions. Whether custom actions get called or not is another set of conditions on each custom action. If you can treat a merge module as a self-contained unit ("object oriented") then the custo

Re: [WiX-users] Custom Action in Merge Module

2006-10-25 Thread Mike Dimmick
Title: Custom Action in Merge Module The InstallUtilLib.dll file is used to run ComponentInstaller-derived classes written in .NET languages. The Windows Installer team does not recommend using managed code in an installer, mainly due to the dependency problem. If you have any managed code CA