hi,
my installer adds 'Open' option in 'PHP' files context menu with following
WIX code:
<wix:ProgId Id='MyAPP.PHP' Description='PHP File'>
<wix:Extension Id='php'>
<wix:Verb Id='open1' TargetFile="MyAPP.exe" Command='Open' Argument
='"%1"'/>
<wix:MIME ContentType="application/php" Default="yes"/>
</wix:Extension>
</wix:ProgId>
The problem is that I allow multiple versions of the application to be
installed on the system and each installer adds it's own 'Open' option.
Is there a way to add only one 'Open' action?
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users