Browse Source

By default the installer no longer registers any file associations. The installer can still register file associations but now they have to be explicitly selected when installing.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2945 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 18 years ago
parent
commit
15e5e816f3
  1. 34
      src/Setup/Setup.wxs

34
src/Setup/Setup.wxs

@ -408,7 +408,7 @@
<ComponentRef Id="SharpDevelopBuildPythonTargets"/> <ComponentRef Id="SharpDevelopBuildPythonTargets"/>
</Feature> </Feature>
<Feature Id="SharpDevelopFileAssociations" <Feature Id="SharpDevelopFileAssociations"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="File Associations" Title="File Associations"
@ -420,7 +420,7 @@
--> -->
<ComponentRef Id="DummyFileAssocationFeatureComponent"/> <ComponentRef Id="DummyFileAssocationFeatureComponent"/>
<Feature Id="BooProjectFileAssociation" <Feature Id="BooProjectFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="Boo Projects (.booproj)" Title="Boo Projects (.booproj)"
@ -428,7 +428,7 @@
<ComponentRef Id="BooProjectFileAssociation"/> <ComponentRef Id="BooProjectFileAssociation"/>
</Feature> </Feature>
<Feature Id="CombineFileAssociation" <Feature Id="CombineFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="SharpDevelop 1.x Combines (.cmbx)" Title="SharpDevelop 1.x Combines (.cmbx)"
@ -436,7 +436,7 @@
<ComponentRef Id="SharpDevelopCombineFileAssociation"/> <ComponentRef Id="SharpDevelopCombineFileAssociation"/>
</Feature> </Feature>
<Feature Id="CSharpFileAssociation" <Feature Id="CSharpFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="C# Files (.cs)" Title="C# Files (.cs)"
@ -444,7 +444,7 @@
<ComponentRef Id="CSharpFileAssociation"/> <ComponentRef Id="CSharpFileAssociation"/>
</Feature> </Feature>
<Feature Id="CSharpProjectFileAssociation" <Feature Id="CSharpProjectFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="C# Projects (.csproj)" Title="C# Projects (.csproj)"
@ -452,7 +452,7 @@
<ComponentRef Id="SharpDevelopCSharpProjectFileAssociation"/> <ComponentRef Id="SharpDevelopCSharpProjectFileAssociation"/>
</Feature> </Feature>
<Feature Id="PythonProjectFileAssociation" <Feature Id="PythonProjectFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="Python Project Files (.pyproj)" Title="Python Project Files (.pyproj)"
@ -460,7 +460,7 @@
<ComponentRef Id="PythonProjectFileAssociation"/> <ComponentRef Id="PythonProjectFileAssociation"/>
</Feature> </Feature>
<Feature Id="SD11ProjectFileAssociation" <Feature Id="SD11ProjectFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="SharpDevelop 1.x Projects (.prjx)" Title="SharpDevelop 1.x Projects (.prjx)"
@ -468,7 +468,7 @@
<ComponentRef Id="SharpDevelop11ProjectFileAssociation"/> <ComponentRef Id="SharpDevelop11ProjectFileAssociation"/>
</Feature> </Feature>
<Feature Id="ResxFileAssociation" <Feature Id="ResxFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="Resource Files (.resx)" Title="Resource Files (.resx)"
@ -476,7 +476,7 @@
<ComponentRef Id="ResxFileAssociation"/> <ComponentRef Id="ResxFileAssociation"/>
</Feature> </Feature>
<Feature Id="ResourcesFileAssociation" <Feature Id="ResourcesFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="Binary Resource Files (.resources)" Title="Binary Resource Files (.resources)"
@ -484,7 +484,7 @@
<ComponentRef Id="ResourcesFileAssociation"/> <ComponentRef Id="ResourcesFileAssociation"/>
</Feature> </Feature>
<Feature Id="AddInFileAssociation" <Feature Id="AddInFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="SharpDevelop AddIn Installation Packages (.sdaddin)" Title="SharpDevelop AddIn Installation Packages (.sdaddin)"
@ -492,7 +492,7 @@
<ComponentRef Id="SharpDevelopAddInFileAssociation"/> <ComponentRef Id="SharpDevelopAddInFileAssociation"/>
</Feature> </Feature>
<Feature Id="SolutionFileAssociation" <Feature Id="SolutionFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="SharpDevelop Solutions (.sln)" Title="SharpDevelop Solutions (.sln)"
@ -500,7 +500,7 @@
<ComponentRef Id="SharpDevelopSolutionFileAssociation"/> <ComponentRef Id="SharpDevelopSolutionFileAssociation"/>
</Feature> </Feature>
<Feature Id="VBFileAssociation" <Feature Id="VBFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="VB.NET Files (.vb)" Title="VB.NET Files (.vb)"
@ -508,7 +508,7 @@
<ComponentRef Id="VBFileAssociation"/> <ComponentRef Id="VBFileAssociation"/>
</Feature> </Feature>
<Feature Id="VBProjectFileAssociation" <Feature Id="VBProjectFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="VB.NET Projects (.vbproj)" Title="VB.NET Projects (.vbproj)"
@ -516,7 +516,7 @@
<ComponentRef Id="SharpDevelopVBProjectFileAssociation"/> <ComponentRef Id="SharpDevelopVBProjectFileAssociation"/>
</Feature> </Feature>
<Feature Id="WixProjectFileAssociation" <Feature Id="WixProjectFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="SharpDevelop WiX Projects (.wixproj)" Title="SharpDevelop WiX Projects (.wixproj)"
@ -524,7 +524,7 @@
<ComponentRef Id="SharpDevelopWixProjectFileAssociation"/> <ComponentRef Id="SharpDevelopWixProjectFileAssociation"/>
</Feature> </Feature>
<Feature Id="XmlFormFileAssociation" <Feature Id="XmlFormFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="SharpDevelop XML Forms (.xfrm)" Title="SharpDevelop XML Forms (.xfrm)"
@ -532,7 +532,7 @@
<ComponentRef Id="SharpDevelopXmlFormFileAssociation"/> <ComponentRef Id="SharpDevelopXmlFormFileAssociation"/>
</Feature> </Feature>
<Feature Id="XmlFileAssociation" <Feature Id="XmlFileAssociation"
Level="1" Level="2"
AllowAdvertise="no" AllowAdvertise="no"
InstallDefault="local" InstallDefault="local"
Title="XML Files (.xml)" Title="XML Files (.xml)"
@ -547,7 +547,7 @@
<UIRef Id="WixUI_FeatureTree"/> <UIRef Id="WixUI_FeatureTree"/>
<!-- <!--
If a newer version of SharpDevelop 2.1 is installed show an If a newer version of SharpDevelop 3.0 is installed show an
error message. error message.
This message is not displayed immediately, the FindRelatedProducts This message is not displayed immediately, the FindRelatedProducts

Loading…
Cancel
Save