Bugs item #1764639, was opened at 2007-07-31 10:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1764639&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: doug (koawmfot)
Assigned to: Nobody/Anonymous (nobody)
Summary: dependent table not created when compiling extension element

Initial Comment:
if an advertised extension element is added under a component, but no verb 
element for the extension is specified, no verb table is created in the msi 
when it is compiled with light.  the msi will not install, and will fail with 
error 2228.

if an empty verb table is added to the msi using orca, the msi will now install 
correctly.

light.exe should add this empty verb table during the compile when it sees that 
the extension element has been specified.

sample code.

<Component Id='player.exe' Guid='{GGUUIIDD}' Directory='player'>
<RemoveFolder Id='removeMP' Directory='Media_Player' On='uninstall' />
<File Id='player.exe' Name='player.exe' KeyPath='yes' Source='.\program 
files\player\player.exe' />
<Shortcut Id='player' Directory='Media_Player' Name='Player' Advertise='yes' />
<Extension Id='3g2' Advertise='yes'>
<MIME Class='{CLASS_GGUUIIDD}' ContentType='audio/3gpp2' />
<MIME Class='{CLASS_GGUUIIDD}' ContentType='video/3gpp2' Default='yes' />
</Extension>
</Component>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1764639&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to