Peter Jaworski wrote:
> 
> After build and installation of such setup (where has been used WXS file
> produced by tallow) COMs are not registered.
> 
>  1)What should I do to make COMs registering?
> 
 SelfRegCost="1" is required to perform MSI SelfReg 
<File Id="AttachW.ocx" LongName="AttachW.ocx" Name="ATTACHW.OCX"
Source="Libs\AttachW.ocx" SelfRegCost="1"  />
(1 is ok for registry entries it is used for progress bar)


Peter Jaworski wrote:
> 
>  3)Is there any other way to auto generate needed information for so many
> files?
> 

Basically adding the com registry information with separate wix registry
entries is the prefered way and
SelfReg should be avoided (search wix-users List for SelfReg)
Heat could also produce the tallow layout when using -scom and/or -sreg
parameters see
http://www.wixwiki.com/index.php?title=Heat

hth

Dominik
-- 
View this message in context: 
http://www.nabble.com/Handling-VB6-COMs-in-WiXv2.0-tp15288070p15306484.html
Sent from the wix-users mailing list archive at Nabble.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