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 CAs in your VS setup project, consider migrating them either to native Windows Installer features (such as ServiceInstall) or to native C++ code.
 
--
Mike Dimmick


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: 25 October 2006 08:04
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Action in Merge Module

Hello world,
I've written a CA that works in a MSI created by an VS Setup Projekt. It also works if I have the CA in a Merge Modul and this Merge Modul is part of the VS Setup Projekt. When I try  to use this Merge Module in an votive (WIX) Project it is build, but during installation I get an error: InstallUtilLib.dll: Unknown error. Filecopy tasks of the Merge Modul are allready done, the error happens when the CA is called. If I remove the CA from the Merge Module the installation works.

Does anyone know how to use CA in a Merge Module integreted in a WIX Project.
Thanks
Hubert Ryba
 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to