Dear Sandun,

I think that you can write <File Name="MyComObject.dll"
SelfRegCost="10000" ... > for the DLL in question. Having a number more
than 0 makes it run regsvr32.exe on the DLL, so if your COM object can
self-register, that should do it.  The number (10000 in my example) is
the cost for the progress bar, in nominal bytes. It doesn't really matter.

Roger

sandun css wrote:
> Hi,
>
> Is there a way in WiX, to register a COM object, without using custom
> actions?
>
> Thanks,
> Sandun.
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to