You'll need to grab the registry information out of regasm and convert it into 
a WiX-friendly syntax.  This is done at design time, not on the final machine.  
For a mostly automated process, you'll need tallow from the WiX 2.0 toolset, 
and then some mystery executable I can't remember :) to convert it to WiX v3 
syntax.

C:\Package\> regasm /codebase /regfile:temp.reg MyAssembly.dll
C:\Package\> tallow -reg temp.reg > temp.wxs
C:\Package\> ???

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of R Kishe
Sent: Saturday, January 05, 2008 1:46 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Regsvcs or Regasm related custom actions

Hello

In my current setup project, I am using regsvcs.exe and regasm.exe to do the 
registration by invoking these exes in a custom action. Are there any custom 
actions which are part of Wix 3.0 which can replace my custom action?

Thanks
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to