Make installer add thumbnail & file ext registry entries by default

* This might be the wrong thing to do, I've changed my mind on this a dozen
  times. I think most people will want these, and I don't think it's a bad
  thing to include it as the default setting - people can still go to
  customise and unselect it. I thought most people would do custom and then
  opt-in since most will want it, but I suspect (from watching people run
  the installer) that most people hit typical, and so don't get these.
This commit is contained in:
baldurk
2014-09-18 18:47:15 +01:00
parent 4704289e30
commit d650946afd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -188,7 +188,7 @@
<ComponentRef Id='Documentation' />
</Feature>
<Feature Id='FileExts' Title='File Associations' Description='Associate .rdc (Capture logs) and .cap (Capture settings) files with RenderDoc.' Level='10'>
<Feature Id='FileExts' Title='File Associations' Description='Associate .rdc (Capture logs) and .cap (Capture settings) files with RenderDoc.' Level='1'>
<ComponentRef Id='ImageThumbnailProvider' />
<ComponentRef Id='FileExtensionRDC' />
<ComponentRef Id='FileExtensionCAP' />
+1 -1
View File
@@ -219,7 +219,7 @@
<ComponentRef Id='Documentation' />
</Feature>
<Feature Id='FileExts' Title='File Associations' Description='Associate .rdc (Capture logs) and .cap (Capture settings) files with RenderDoc.' Level='10'>
<Feature Id='FileExts' Title='File Associations' Description='Associate .rdc (Capture logs) and .cap (Capture settings) files with RenderDoc.' Level='1'>
<ComponentRef Id='ImageThumbnailProvider' />
<ComponentRef Id='FileExtensionRDC' />
<ComponentRef Id='FileExtensionCAP' />