dB. wrote:

The merge modules install just fine according to the log. But the DLL registration within the same installer (SelfRegCost=1) fails.


That's one of the many reasons self-reg is evil <http://blogs.msdn.com/robmen/archive/2004/05/20/136530.aspx>: If a DLL has dependencies on something being installed, it might fail. The CRT libraries are installed in the side-by-side cache which takes effect only when the install is committed, which is too late for self-reg.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to