Welcome,

I use Regasm from CustomAction but now I want to change it to better way.

I find this but it's not working for me. Why?

Try below code. It should work This will take care of REGASM.

<File Id="fil_abc.dll"   Source="\abc.dll" >
          <TypeLib Id='{54EEBB27-9602-4172-8081-6C19A0ADFFB2}'  
MinorVersion='0' Language='1033'></TypeLib>
</File>

You can use Assembly=".net", if you want it to be GACed also

Also I try registering COM+ Applications but it's not working. I wrote about
this here:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/COM-Applications-with-DataBase-error-on-install-td5503690.html#a5503690

-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/What-is-the-best-way-to-take-care-of-regasm-tp5506621p5506621.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to