Browse Source

Setup: Fixed issue in .booproj file association.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4472 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 16 years ago
parent
commit
76390acbef
  1. 2
      src/Setup/Files.wxs

2
src/Setup/Files.wxs

@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
<RegistryValue Id="SD.booprojfile" Root="HKCR" Type="string" Key="SD.booprojfile" Value="Boo Project" KeyPath="yes" />
<RegistryValue Id="SD.booprojfile.command" Root="HKCR" Type="string" Key="SD.booprojfile\shell\open\command" Value="&quot;[#SharpDevelop.exe]&quot; &quot;%1&quot;" />
<RegistryValue Id="SD.booprojfile.icon" Root="HKCR" Type="string" Key="SD.booprojfile\DefaultIcon" Value="&quot;[#prjx.ico]&quot;" />
<RegistryValue Id="SD.booprojfile.association" Root="HKCR" Type="string" Key="SD.booprojfile\.booproj" Value="SD.booprojfile" />
<RegistryValue Id="SD.booprojfile.association" Root="HKCR" Type="string" Key=".booproj" Value="SD.booprojfile" />
</Component>
<Component Id="SharpDevelopCombineFileAssociation" Guid="9D7E0D45-CD48-4A52-8875-939A78B8F710" DiskId="1">
<RegistryValue Id="SD.cmbxfile" Root="HKCR" Type="string" Key="SD.cmbxfile" Value="SharpDevelop 1.x Combine" KeyPath="yes" />

Loading…
Cancel
Save