Re: [WiX-users] VC CRT redistributables & WIX

2008-03-22 Thread Bob Arnson

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 
: 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/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] VC CRT redistributables & WIX

2008-03-19 Thread dB.
I am having the following issue: I try to redistribute the Visual Studio
CRT MSMs with my wix installer. 

 

   

   

   

   

 

  

   

   

   

   

  

 

The merge modules install just fine according to the log. But the DLL
registration within the same installer (SelfRegCost=1) fails. If I try
to regsvr32 those DLLs from command line at the same time, that
succeeds. If I pre-install these merge modules the registration succeeds
as well. The same merge modules added into an InstallShield installer
don't seem to exhibit this problem.

 

Any ideas?

 

Thx

dB.

 

-dB.

dblock.org   / foodcandy.com
 

 

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