Re: [WiX-users] Adding extension table with file extension

2008-05-06 Thread Blair Murri
[mailto:[EMAIL PROTECTED] On Behalf Of Michal Malka Sent: Tuesday, May 06, 2008 9:58 AM To: Blair Murri; Bob Arnson Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Adding extension table with file extension Thanks - it was really solved when I added the Verb table (manually

Re: [WiX-users] Adding extension table with file extension

2008-05-06 Thread Rob Mensching
is looking for). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Malka Sent: Tuesday, May 06, 2008 9:58 AM To: Blair Murri; Bob Arnson Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Adding extension table with file extension Thanks - it was reall

Re: [WiX-users] Adding extension table with file extension

2008-05-06 Thread Rob Mensching
Mensching; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Adding extension table with file extension Thanks - it was really solved when I added the Verb table (manually to the msi file). The problem is that it didn't add the table when I added the following line to the wxs

Re: [WiX-users] Adding extension table with file extension

2008-05-06 Thread Michal Malka
extension table with file extension The log shows you need a "verb". See the Verb element. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Malka Sent: Monday, May 05, 2008 12:37 PM To: Bob Arnson Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re

Re: [WiX-users] Adding extension table with file extension

2008-05-05 Thread Blair Murri
The log shows you need a "verb". See the Verb element. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Malka Sent: Monday, May 05, 2008 12:37 PM To: Bob Arnson Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Adding extension table

Re: [WiX-users] Adding extension table with file extension

2008-05-01 Thread Bob Arnson
Michal Malka wrote: And if I would like to advertise extension -- what is the way? I was trying now to run with the following: And I'm getting error 2228 when trying to install the msi Check a verbose log. MSI is likely looking for an associated row in the ProgId table. In WiX, y

Re: [WiX-users] Adding extension table with file extension

2008-05-01 Thread Michal Malka
And if I would like to advertise extension - what is the way? I was trying now to run with the following: And I'm getting error 2228 when trying to install the msi Michal From: Rob Mensching Sent: Thursday, May 01, 2008 1:50 PM To: Michal Malka; wix-users@lists.sourceforge.net Subject: RE: Add

Re: [WiX-users] Adding extension table with file extension

2008-05-01 Thread Rob Mensching
The Extension table is only used for Advertised extensions. If you look in your MSI, you'll probably find all of your extension registration in the Registry table. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Malka Sent: Thursday, May 01, 2008 10:44 To: wix-users@lists.