Re: [WiX-users] outlook com addin

2007-11-23 Thread Thomas Leigh
At this point, it doesn't really matter whether your COM assembly is for Outlook or not. The problem you have is that you need to know the Class Ids, Prog Ids, Type Libs, etc of each of your COM assemblies. Because you used VB6 to create your assemblies, all this info is hidden from you and

Re: [WiX-users] Explanation for why you can't have both a 32-bitand 64-bit installer

2007-10-02 Thread Thomas Leigh
Presumably though, one can have an x64 and an x86 MSI, and a boot-strapper that detects architecture and runs the correct MSI? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Gantoi Sent: 02 October 2007 14:54 To: OneReallyCoolApplication; wix-users@lists.sourceforge.net

Re: [WiX-users] (hresult -2147024770)

2007-09-25 Thread Thomas Leigh
Maybe the file is in syswow64 folder, not system32? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig0ss Sent: 25 September 2007 12:34 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] (hresult -2147024770) no registering the dll manualy

Re: [WiX-users] The Wix Book

2007-09-12 Thread Thomas Leigh
This would be cool, especially if you made the work available under the GNU Free Documentation License :) Where's your website? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Wone Sent: 12 September 2007 00:47 To: wix-users@lists.sourceforge.net

Re: [WiX-users] Associating Icons to File Types

2007-08-31 Thread Thomas Leigh
Just create a few registry entries: http://msdn2.microsoft.com/en-us/library/aa969377.aspx From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Beall Sent: 30 August 2007 17:34 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Associating Icons to File Types Can anybody

Re: [WiX-users] GDI+ MergeModule

2007-08-29 Thread Thomas Leigh
try replacing your ]] with ![CDATA[ ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of stian Sent: 29 August 2007 13:29 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] GDI+ MergeModule I put the condition under the component. Assume

Re: [WiX-users] MSJET 3.5 With Wix[Scanned]

2007-05-01 Thread Thomas Leigh
Would doing this mean that you can't do a distributed install, or whatever you would call it, i.e. with GPO? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Hoyle Sent: 01 May 2007 11:58 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users]

Re: [WiX-users] Remove a section using XmlFile[Scanned]

2007-04-23 Thread Thomas Leigh
I'm sure this isn't your problem but... Shouldn't the ElementPath value have an A in it (system.diagnostics) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Dahlbacka Sent: 23 April 2007 16:41 To: Kevin Burton Cc: Bob Arnson; Rob Mensching; wix-users@lists.sourceforge.net

Re: [WiX-users] COM registration[Scanned]

2007-03-14 Thread Thomas Leigh
I'm guessing that Jacquet's app is written in VB6 and probably uses some DLLs that Microsoft provide. In which case, the files probably should go in system32, as they may already be installed... I'm in a similar situation - preparing to write my first WiX install, for a VB6 app. I'm guessing