Re: [WiX-users] RegAsm in Wix

2008-04-24 Thread Jaco Pretorius
Pretorius; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] RegAsm in Wix My best guess here would be, after installation, to check the registry using regedit to see that the value of the property INSTALLLOCATION had the proper value for the path to the DLL substituted. Or you could try

Re: [WiX-users] RegAsm in Wix

2008-04-23 Thread Wilson, Phil
users@lists.sourceforge.net Subject: [WiX-users] RegAsm in Wix Hello I'm trying to register an assembly for com interop. I used the magic of tallow to create a fragment which seems to take care of all the registry entries. The fragment looks something

Re: [WiX-users] RegAsm in Wix

2008-04-23 Thread Jim Williams
-users] RegAsm in Wix Hello I'm trying to register an assembly for com interop. I used the magic of tallow to create a fragment which seems to take care of all the registry entries. The fragment looks something like

[WiX-users] RegAsm in Wix

2008-04-23 Thread Jaco Pretorius
Hello I’m trying to register an assembly for com interop. I used the magic of tallow to create a fragment which seems to take care of all the registry entries. The fragment looks something like this:

Re: [WiX-users] regasm in wix?

2006-12-16 Thread Rob Mensching
experience? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christer Solskogen Sent: Saturday, December 16, 2006 12:22 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] regasm in wix? On Sat, 16 Dec 2006 09:17:36 -0800 Rob Mensching <[EM

Re: [WiX-users] regasm in wix?

2006-12-16 Thread Christer Solskogen
On Sat, 16 Dec 2006 09:17:36 -0800 Rob Mensching <[EMAIL PROTECTED]> wrote: > I think you want "heat file path\to\file.dll -out path\to\file.wxs". > Not if I want to convert a .reg-file to a .wxs, right? -- chs - Take

Re: [WiX-users] regasm in wix?

2006-12-16 Thread Rob Mensching
I think you want "heat file path\to\file.dll -out path\to\file.wxs". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christer Solskogen Sent: Saturday, December 16, 2006 05:36 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] reg

Re: [WiX-users] regasm in wix?

2006-12-16 Thread Christer Solskogen
On Fri, 15 Dec 2006 09:48:52 -0600 "Erv Walter" <[EMAIL PROTECTED]> wrote: > You need to fill in the Registry table with the appropriate values. > You can use either ProgId, Class & Co. (which will fill in the > Registry table behind the scenes when advertisement is turned off) or > you can direct

Re: [WiX-users] regasm in wix?

2006-12-15 Thread Wilson, Phil
l the HKCR\Interface and TypeLibrary entries on the system. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erv Walter Sent: Friday, December 15, 2006 7:49 AM To: Christer Solskogen; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] reg

Re: [WiX-users] regasm in wix?

2006-12-15 Thread Erv Walter
06 12:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] regasm in wix? Our application requires that one dll is registert using regasm. How do I do that in wix3? I was under the impression that just using would do it, but with the handful of things I tried I did not get it to work.

[WiX-users] regasm in wix?

2006-12-14 Thread Christer Solskogen
Our application requires that one dll is registert using regasm. How do I do that in wix3? I was under the impression that just using would do it, but with the handful of things I tried I did not get it to work. Any pointers please? The command I need it to run is regasm /tlb PATH.TO.com