Re: [WiX-users] Heat and COM executable registry extraction

2008-10-10 Thread Arunkumar Viswanathan
em to do the registration to the redirected registry location. Someone updated it to include typelib information too, that's what RegSpy2 is. Phil Wilson -Original Message----- From: Arunkumar Viswanathan [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 4:32 AM To: 'General

Re: [WiX-users] Heat and COM executable registry extraction

2008-10-09 Thread Arunkumar Viswanathan
e. I think it is a piece of functionality that could be implemented as a WiX extension. If anyone wants to make such an extension of it, let me know, I will send the code. Kamil Arunkumar Viswanathan pisze: > Kamil & Michael, thanks a lot for the information you have provided. > >

Re: [WiX-users] Heat and COM executable registry extraction

2008-10-09 Thread Arunkumar Viswanathan
Kamil & Michael, thanks a lot for the information you have provided. Kamil, I am very interested in trying out your tool. I can use Oleview and extract the threading model and other default information. Do post details on where to get your tool and how to use it. Thanks -Arun -Original Messa

[WiX-users] Heat and COM executable registry extraction

2008-10-08 Thread Arunkumar Viswanathan
Hi guys, I need to install a couple of COM executables and I have been trying to use Heat (ver 3.0.4513) to extract the COM information. From what I see heat extracts part of registry information into the fragment but the information seems to be less than what is needed. After installation, inv

Re: [WiX-users] Environment Variable Installation

2008-06-13 Thread Arunkumar Viswanathan
m: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arunkumar Viswanathan Sent: Friday, June 13, 2008 7:29 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Environment Variable Installation Hi guys, I want to append data to the PATH environment variable when LotusNotes is instal

[WiX-users] Environment Variable Installation

2008-06-13 Thread Arunkumar Viswanathan
Hi guys, I want to append data to the PATH environment variable when LotusNotes is installed in a machine. This is the logic I came up with and I just want to confirm this is the right way of doing things. I create a property based on a registry search and then install the environment variable