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
If you need a typelib you'll have to explicitly generated one with tlbexp or equivalent, and add the typelibrary tag to that when you install it. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaco Pretorius Sent: Wednesday, April 23, 2008 8:46 AM To: wix-users@lists.

Re: [WiX-users] RegAsm in Wix

2008-04-23 Thread Jim Williams
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 replacing the file:///[INSTALLLOCATION]TAScriptAPI.dll entries with a reference to t

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
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 directly use Registry elements. Note, there is a good chance that as a .NET COM DLL you