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

Michal

From: Rob Mensching
Sent: Thursday, May 01, 2008 1:50 PM
To: Michal Malka; wix-users@lists.sourceforge.net
Subject: RE: Adding extension table with file extension

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.sourceforge.net
Subject: [WiX-users] Adding extension table with file extension

Hi,
I'm trying to add file extension to my wix file.
I couldn't find a way to do it using Wix...

I added: <Extension Id="xxx" /> under one of the component
But I couldn't add the extension table (only using: <EnsureTable 
Id="Extension"/>, but then the table is empty)
With all the relevant and needed data...

Can someone please help me?

Thanks,
Michal
-------------------------------------------------------------------------
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