Specifically I add the following to the same component as my <File
Id="my.exe" />  to get the file associations to be advertised.
        
        <Extension Id="abc" Advertise="yes">
          <Verb Id="open" Command="!(loc.ContextMenuOpen)"
Argument="&quot;%1&quot;" />
        </Extension>
        <Extension Id="bcd" Advertise="yes">
          <Verb Id="open" Command="!(loc.ContextMenuOpen)"
Argument="&quot;%1&quot;" />
        </Extension>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Ways-to-Initiate-Self-Repair-in-MSI-tp7597590p7597602.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to