You can find links to RegSpy2 at 
http://www.installsite.org/pages/en/msi/tips.htm (scroll down to the heading 
"Capture Self-Registration Information")
Use it to generate .reg file which you can then pass to heat.exe to transform 
into a WiX fragment. You will probably want to clean up the WiX fragment as 
heat.exe literally translates every entry in the .reg file to 
RegistryKey/RegistryValue elements so you'll find a lot of duplicates or 
unnecessary code.

It would be lovely if heat.exe offered this functionality itself but I suspect 
there are more pressing issues at hand for the WiX dev team.

Palbinder Sandher 
Software Deployment Engineer
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer
-----Original Message-----
From: Anil Patel [mailto:apatel...@googlemail.com] 
Sent: 07 July 2011 11:19
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Registration of COM Executable Server

Thanks Peter.

I'll try that.

Anil.

On Thu, Jul 7, 2011 at 11:08 AM, Peter Shirtcliffe <pshirtcli...@sdl.com>wrote:

> Download RegSpy2 from
> http://www.installsite.org/pages/en/msi/tips.htm
>
> You'll need to do some work to convert it to Wix code. Search this list for
> "regspy2"
>
> -----Original Message-----
> From: Anil Patel [mailto:apatel...@googlemail.com]
> Sent: 07 July 2011 10:57
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Registration of COM Executable Server
>
> Hello,
>
>
>
> I have used to HEAT to generate the registry entries required for a COM dll
> but I don't think that it does this for COM EXEs.
>
>
> Is there anyway other way of doing this without having to call the EXE
> with /RegServer
> switches?
>
>
>
> Thanks,
>
> Anil.
>
> -----------------------------------------------------------------------------
> -
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> SDL PLC confidential, all rights reserved.
> If you are not the intended recipient of this mail SDL requests and
> requires that you delete it without acting upon or copying any of its
> contents, and we further request that you advise us.
> SDL PLC is a public limited company registered in England and Wales.
>  Registered number: 02675207.
> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6
> 7DY, UK.
>
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to