mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
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:
@@ -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' />
|
||||
|
||||
@@ -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' />
|
||||
|
||||
Reference in New Issue
Block a user