Does the verb element accept Advertise="yes"? (yes, I know I could go look
it up, but I am assuming that with that attribute missing, it is going into
the Registry table instead of the Verb table and thus MSI can't find the row
it 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 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 file:

                    <ProgId Id="E2E extension" Advertise="yes">

                            <Extension Id="E2E" Advertise="yes">

                                                <Verb Id="open"
Command="Open" Argument="%1" Sequence="0"/>

                                    </Extension>

                    </ProgId>

 

Do you have any idea why the table wasn't added?

 

Michal

From: Blair Murri [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 05, 2008 7:12 PM
To: Michal Malka; Bob Arnson
Cc: Rob Mensching; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Adding 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: [WiX-users] Adding extension table with file extension

 

Thanks for your help Bob

I added the ProgId table with the Extension row but I'm still getting the
same error.

 

Can you please look on it again?

 

Attaching my wxs file and the msi log file

 

Thanks,

Michal

 

From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 01, 2008 5:34 PM
To: Michal Malka
Cc: Rob Mensching; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Adding extension table with file extension

 

Michal Malka wrote: 

And if I would like to advertise extension - what is the way?

 

I was trying now to run with the following:

<Extension Id="E2E" Advertise="yes"/>

 

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, you express that with Extension as a child element of
a ProgId.

-- 
sig://boB
http://joyofsetup.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to