Include registry keys to show renderdoc as an image file opener.

This commit is contained in:
baldurk
2014-09-27 01:22:09 +01:00
parent 6b990bd193
commit 2aef371f7e
2 changed files with 374 additions and 266 deletions
+173 -118
View File
@@ -4,30 +4,30 @@
Language='1033' Codepage='1252' Version='$(env.RENDERDOC_VERSION)' Manufacturer='Crytek'>
<Package Id='*' Keywords='Installer' Description="Installer for RenderDoc"
Comments='RenderDoc Homepage is http://renderdoc.org/' Manufacturer='Crytek'
Comments='RenderDoc Homepage is http://renderdoc.org/' Manufacturer='Crytek'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
<UI>
<Error Id="25000">Please use the 64-bit installer</Error>
</UI>
<UI>
<Error Id="25000">Please use the 64-bit installer</Error>
</UI>
<CustomAction Id="Need64BitVersion" Error="25000" />
<CustomAction Id="Need64BitVersion" Error="25000" />
<InstallUISequence>
<Custom Action="Need64BitVersion" Before="AppSearch">VersionNT64</Custom>
</InstallUISequence>
<InstallUISequence>
<Custom Action="Need64BitVersion" Before="AppSearch">VersionNT64</Custom>
</InstallUISequence>
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallInitialize"/>
</InstallExecuteSequence>
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallInitialize"/>
</InstallExecuteSequence>
<Upgrade Id="D320753C-4B18-4905-A752-E68959943E7D">
<UpgradeVersion Minimum="0.18.0"
IncludeMinimum="yes"
IncludeMaximum="yes"
Maximum="$(env.RENDERDOC_VERSION)"
Property="OLDERVERSIONBEINGUPGRADED" />
</Upgrade>
<Upgrade Id="D320753C-4B18-4905-A752-E68959943E7D">
<UpgradeVersion Minimum="0.18.0"
IncludeMinimum="yes"
IncludeMaximum="yes"
Maximum="$(env.RENDERDOC_VERSION)"
Property="OLDERVERSIONBEINGUPGRADED" />
</Upgrade>
<Media Id='1' Cabinet='renderdoc.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
<Property Id='DiskPrompt' Value="RenderDoc Installation [1]" />
@@ -38,65 +38,65 @@
<Directory Id='INSTALLDIR' Name='RenderDoc'>
<Component Id='RenderDocUI' Guid='0DB375D5-7712-4853-AA75-536DF863C827'>
<File Id='renderdocuiEXE' Name='renderdocui.exe' DiskId='1' Source='dist/Release32/renderdocui.exe' KeyPath='yes'>
<File Id='renderdocuiEXE' Name='renderdocui.exe' DiskId='1' Source='dist/Release32/renderdocui.exe' KeyPath='yes'>
<Shortcut Id="startmenuRenderDoc" Directory="ProgramMenuDir" Name="RenderDoc" WorkingDirectory='INSTALLDIR' Icon="icon.ico" IconIndex="0" Advertise="yes" />
</File>
<File Id='renderdocuiPDB' Name='renderdocui.pdb' DiskId='1' Source='dist/Release32/renderdocui.pdb' />
<File Id='renderdocuiCFG' Name='renderdocui.exe.config' DiskId='1' Source='dist/Release32/renderdocui.exe.config' />
<File Id='renderdocuiPDB' Name='renderdocui.pdb' DiskId='1' Source='dist/Release32/renderdocui.pdb' />
<File Id='renderdocuiCFG' Name='renderdocui.exe.config' DiskId='1' Source='dist/Release32/renderdocui.exe.config' />
<RegistryValue Root="HKLM" Id="VerbRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1"
Value='RenderDoc Capture Log (.rdc)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCProgIDCLSID" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\CLSID"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1"
Value='RenderDoc Capture Log (.rdc)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCProgIDCLSID" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\CLSID"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1"
Value='RenderDoc Capture Settings (.cap)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1"
Value='RenderDoc Capture Settings (.cap)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
</Component>
<Component Id='RenderDocCPP' Guid='2E6F718F-8BCC-4D41-9688-E99CF2F6B303'>
<File Id='RenderDocCPP' Name='renderdoc.dll' DiskId='1' Source='dist/Release32/renderdoc.dll' KeyPath='yes' />
<File Id='D3DCompiler47' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release32/d3dcompiler_47.dll' />
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
Value='RenderDoc Thumbnail Handler'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCCLSIDServer" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}\InprocServer32"
Value='[#RenderDocCPP]'
Type="expandable" />
<File Id='RenderDocCPP' Name='renderdoc.dll' DiskId='1' Source='dist/Release32/renderdoc.dll' KeyPath='yes' />
<File Id='D3DCompiler47' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release32/d3dcompiler_47.dll' />
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
Value='RenderDoc Thumbnail Handler'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCCLSIDServer" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}\InprocServer32"
Value='[#RenderDocCPP]'
Type="expandable" />
</Component>
<Component Id='LICENSE' Guid='107AD4E6-D64F-4284-A1F6-D8AAAA6CFC42'>
<File Id='LICENSE' Name='LICENSE.rtf' DiskId='1' Source='installer/LICENSE.rtf' KeyPath='yes' />
<File Id='LICENSE' Name='LICENSE.rtf' DiskId='1' Source='installer/LICENSE.rtf' KeyPath='yes' />
</Component>
<Component Id='RenderDocCMD' Guid='97338A5D-8FDB-4DF5-AEC7-14B36F234F29'>
<File Id='RenderDocCMD' Name='renderdoccmd.exe' DiskId='1' Source='dist/Release32/renderdoccmd.exe' KeyPath='yes' />
<File Id='RenderDocCMD' Name='renderdoccmd.exe' DiskId='1' Source='dist/Release32/renderdoccmd.exe' KeyPath='yes' />
</Component>
<Component Id='Scintilla' Guid='63C1C176-5B7C-4D29-9382-8E0FA75C5B80'>
@@ -115,23 +115,23 @@
</File>
</Component>
<Directory Id='pdblocate' Name='pdblocate'>
<Directory Id='pdblocate' Name='pdblocate'>
<Component Id='pdblocateEXE' Guid='733FCA6A-EC84-4E96-BFD2-F2A9A62DEAEB'>
<File Id='pdblocateEXE' Name='pdblocate.exe' DiskId='1' Source='dist/Release32/pdblocate/pdblocate.exe' KeyPath='yes' />
</Component>
<Component Id='pdblocateEXE' Guid='733FCA6A-EC84-4E96-BFD2-F2A9A62DEAEB'>
<File Id='pdblocateEXE' Name='pdblocate.exe' DiskId='1' Source='dist/Release32/pdblocate/pdblocate.exe' KeyPath='yes' />
</Component>
<Directory Id='pdblocateDeps32' Name='x86'>
<Directory Id='pdblocateDeps32' Name='x86'>
<Component Id='pdblocateDeps' Guid='CC83B1BB-8E47-4415-9308-5BEF2A7242A0'>
<File Id='dbghelpDLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release32/pdblocate/x86/dbghelp.dll' KeyPath='yes' />
<File Id='symsrvDLL' Name='symsrv.dll' DiskId='1' Source='dist/Release32/pdblocate/x86/symsrv.dll' />
<File Id='symsrvYES' Name='symsrv.yes' DiskId='1' Source='dist/Release32/pdblocate/x86/symsrv.yes' />
</Component>
<Component Id='pdblocateDeps' Guid='CC83B1BB-8E47-4415-9308-5BEF2A7242A0'>
<File Id='dbghelpDLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release32/pdblocate/x86/dbghelp.dll' KeyPath='yes' />
<File Id='symsrvDLL' Name='symsrv.dll' DiskId='1' Source='dist/Release32/pdblocate/x86/symsrv.dll' />
<File Id='symsrvYES' Name='symsrv.yes' DiskId='1' Source='dist/Release32/pdblocate/x86/symsrv.yes' />
</Component>
</Directory>
</Directory>
</Directory>
</Directory>
</Directory>
</Directory>
@@ -146,66 +146,121 @@
</Directory>
</Directory>
<Component Id="ImageThumbnailProvider" Guid="51E29C24-61F0-4F40-AB17-D66A97B3D543">
<RegistryValue Root="HKLM" Id="RDCProvider" Action="write" KeyPath='yes'
Key="Software\Classes\RenderDoc.RDCCapture.1\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
</Component>
<Component Id="FileExtensionRDC" Guid="5F21081F-59A8-43EE-8E95-170335FC3EF4">
<ProgId Id='RenderDoc.RDCCapture.1' Description='RenderDoc Capture Log (.rdc)'>
<Extension Id='rdc' />
</ProgId>
</Component>
<Component Id="ImageOpenWith" Guid="1F56AF06-3E83-4D7E-85A2-6A309A55FF4F">
<RegistryValue Root="HKLM" Id="RDCOpenWithCommand" Action="write" KeyPath='yes'
Key="Software\Classes\Applications\renderdocui.exe\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="string" />
<Component Id="FileExtensionCAP" Guid="3A373912-99D7-4A1C-B81C-6C69BA6B8733">
<ProgId Id='RenderDoc.RDCSettings.1' Description='RenderDoc Capture Settings (.cap)'>
<Extension Id='cap' />
</ProgId>
</Component>
<RegistryValue Root="HKLM" Id="RDCOpenWithDDS" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.dds' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithHDR" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.hdr' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithJPG" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.jpg' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithJPEG" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.jpeg' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithPNG" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.png' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithTGA" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.tga' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithBMP" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.bmp' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithGIF" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.gif' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithPSD" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.psd' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidDDS" Action="write"
Key="Software\Classes\.dds\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidHDR" Action="write"
Key="Software\Classes\.hdr\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidJPG" Action="write"
Key="Software\Classes\.jpg\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidJPEG" Action="write"
Key="Software\Classes\.jpeg\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidPNG" Action="write"
Key="Software\Classes\.png\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidTGA" Action="write"
Key="Software\Classes\.tga\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidBMP" Action="write"
Key="Software\Classes\.bmp\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidGIF" Action="write"
Key="Software\Classes\.gif\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidPSD" Action="write"
Key="Software\Classes\.psd\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
</Component>
<Component Id="ImageThumbnailProvider" Guid="51E29C24-61F0-4F40-AB17-D66A97B3D543">
<RegistryValue Root="HKLM" Id="RDCProvider" Action="write" KeyPath='yes'
Key="Software\Classes\RenderDoc.RDCCapture.1\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
</Component>
<Component Id="FileExtensionRDC" Guid="5F21081F-59A8-43EE-8E95-170335FC3EF4">
<ProgId Id='RenderDoc.RDCCapture.1' Description='RenderDoc Capture Log (.rdc)'>
<Extension Id='rdc' />
</ProgId>
</Component>
<Component Id="FileExtensionCAP" Guid="3A373912-99D7-4A1C-B81C-6C69BA6B8733">
<ProgId Id='RenderDoc.RDCSettings.1' Description='RenderDoc Capture Settings (.cap)'>
<Extension Id='cap' />
</ProgId>
</Component>
</Directory>
<Feature Id='Complete' Title='RenderDoc' Description='Everything included.' AllowAdvertise='no' Absent='disallow' Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR'>
<Feature Id='MainProgram' Title='Program' Description='The main executable with everything needed to capture and replay.' AllowAdvertise='no' Absent='disallow' Level='1'>
<ComponentRef Id='RenderDocUI' />
<ComponentRef Id='RenderDocCPP' />
<ComponentRef Id='RenderDocCMD' />
<Feature Id='MainProgram' Title='Program' Description='The main executable with everything needed to capture and replay.' AllowAdvertise='no' Absent='disallow' Level='1'>
<ComponentRef Id='RenderDocUI' />
<ComponentRef Id='RenderDocCPP' />
<ComponentRef Id='RenderDocCMD' />
<ComponentRef Id='LICENSE' />
<ComponentRef Id='LICENSE' />
<ComponentRef Id='pdblocateEXE' />
<ComponentRef Id='pdblocateDeps' />
<ComponentRef Id='pdblocateEXE' />
<ComponentRef Id='pdblocateDeps' />
<ComponentRef Id='Scintilla' />
<ComponentRef Id='DockingUI' />
<ComponentRef Id='Scintilla' />
<ComponentRef Id='DockingUI' />
<ComponentRef Id='ProgramMenuDir' />
<ComponentRef Id='ProgramMenuDir' />
</Feature>
<ComponentRef Id='ImageOpenWith' />
</Feature>
<Feature Id='Docs' Title='Documentation' Description='CHM file with local help.' Level='1'>
<ComponentRef Id='Documentation' />
</Feature>
<Feature Id='Docs' Title='Documentation' Description='CHM file with local help.' Level='1'>
<ComponentRef Id='Documentation' />
</Feature>
<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' />
</Feature>
<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' />
</Feature>
</Feature>
<UIRef Id="WixUI_Mondo" />
<UIRef Id="WixUI_ErrorProgressText" />
<UIRef Id="WixUI_Mondo" />
<UIRef Id="WixUI_ErrorProgressText" />
<WixVariable Id="WixUILicenseRtf" Value="installer/LICENSE.rtf" />
<WixVariable Id="WixUILicenseRtf" Value="installer/LICENSE.rtf" />
<Icon Id="chm.ico" SourceFile="installer/chm.ico" />
<Icon Id="icon.ico" SourceFile="renderdocui/Resources/icon.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
<Property Id="ARPHELPLINK" Value="http://renderdoc.org/" />
<Icon Id="chm.ico" SourceFile="installer/chm.ico" />
<Icon Id="icon.ico" SourceFile="renderdocui/Resources/icon.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
<Property Id="ARPHELPLINK" Value="http://renderdoc.org/" />
</Product>
</Wix>
+201 -148
View File
@@ -4,20 +4,20 @@
Language='1033' Codepage='1252' Version='$(env.RENDERDOC_VERSION)' Manufacturer='Crytek'>
<Package Id='*' Keywords='Installer' Description="Installer for RenderDoc"
Comments='RenderDoc Homepage is http://renderdoc.org/' Platform="x64" Manufacturer='Crytek'
Comments='RenderDoc Homepage is http://renderdoc.org/' Platform="x64" Manufacturer='Crytek'
InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallInitialize"/>
</InstallExecuteSequence>
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallInitialize"/>
</InstallExecuteSequence>
<Upgrade Id="D320753C-4B18-4905-A752-E68959943E7D">
<UpgradeVersion Minimum="0.18.0"
IncludeMinimum="yes"
IncludeMaximum="yes"
Maximum="$(env.RENDERDOC_VERSION)"
Property="OLDERVERSIONBEINGUPGRADED" />
</Upgrade>
<Upgrade Id="D320753C-4B18-4905-A752-E68959943E7D">
<UpgradeVersion Minimum="0.18.0"
IncludeMinimum="yes"
IncludeMaximum="yes"
Maximum="$(env.RENDERDOC_VERSION)"
Property="OLDERVERSIONBEINGUPGRADED" />
</Upgrade>
<Media Id='1' Cabinet='renderdoc.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
<Property Id='DiskPrompt' Value="RenderDoc Installation [1]" />
@@ -28,65 +28,65 @@
<Directory Id='INSTALLDIR' Name='RenderDoc'>
<Component Id='RenderDocUI' Win64="yes" Guid='44398F0D-3FE3-470A-A137-BDFDFE82353D'>
<File Id='renderdocuiEXE' Name='renderdocui.exe' DiskId='1' Source='dist/Release64/renderdocui.exe' KeyPath='yes'>
<File Id='renderdocuiEXE' Name='renderdocui.exe' DiskId='1' Source='dist/Release64/renderdocui.exe' KeyPath='yes'>
<Shortcut Id="startmenuRenderDoc" Directory="ProgramMenuDir" Name="RenderDoc" WorkingDirectory='INSTALLDIR' Icon="icon.ico" IconIndex="0" Advertise="yes" />
</File>
<File Id='renderdocuiPDB' Name='renderdocui.pdb' DiskId='1' Source='dist/Release64/renderdocui.pdb' />
<File Id='renderdocuiCFG' Name='renderdocui.exe.config' DiskId='1' Source='dist/Release64/renderdocui.exe.config' />
<File Id='renderdocuiPDB' Name='renderdocui.pdb' DiskId='1' Source='dist/Release64/renderdocui.pdb' />
<File Id='renderdocuiCFG' Name='renderdocui.exe.config' DiskId='1' Source='dist/Release64/renderdocui.exe.config' />
<RegistryValue Root="HKLM" Id="VerbRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1"
Value='RenderDoc Capture Log (.rdc)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCProgIDCLSID" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\CLSID"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1"
Value='RenderDoc Capture Log (.rdc)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconRDC" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCProgIDCLSID" Action="write"
Key="Software\Classes\RenderDoc.RDCCapture.1\CLSID"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1"
Value='RenderDoc Capture Settings (.cap)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbDescCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1"
Value='RenderDoc Capture Settings (.cap)'
Type="expandable" />
<RegistryValue Root="HKLM" Id="VerbIconCAP" Action="write"
Key="Software\Classes\RenderDoc.RDCSettings.1\DefaultIcon"
Value='[#renderdocuiEXE]'
Type="expandable" />
</Component>
<Component Id='RenderDocCPP' Win64="yes" Guid='9D5949F9-0447-47B6-829D-77465E1FDAD9'>
<File Id='RenderDocCPP' Name='renderdoc.dll' DiskId='1' Source='dist/Release64/renderdoc.dll' KeyPath='yes' />
<File Id='D3DCompiler47' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release32/d3dcompiler_47.dll' />
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
Value='RenderDoc Thumbnail Handler'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCCLSIDServer" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}\InprocServer32"
Value='[#RenderDocCPP]'
Type="expandable" />
<File Id='RenderDocCPP' Name='renderdoc.dll' DiskId='1' Source='dist/Release64/renderdoc.dll' KeyPath='yes' />
<File Id='D3DCompiler47' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release32/d3dcompiler_47.dll' />
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
Value='RenderDoc Thumbnail Handler'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCCLSIDServer" Action="write"
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}\InprocServer32"
Value='[#RenderDocCPP]'
Type="expandable" />
</Component>
<Component Id='LICENSE' Win64="yes" Guid='71534ACB-DF6B-4956-A14C-566925D77AB0'>
<File Id='LICENSE' Name='LICENSE.rtf' DiskId='1' Source='installer/LICENSE.rtf' KeyPath='yes' />
<File Id='LICENSE' Name='LICENSE.rtf' DiskId='1' Source='installer/LICENSE.rtf' KeyPath='yes' />
</Component>
<Component Id='RenderDocCMD' Win64="yes" Guid='3443061F-2B11-4661-8535-4319D97B375C'>
<File Id='RenderDocCMD' Name='renderdoccmd.exe' DiskId='1' Source='dist/Release64/renderdoccmd.exe' KeyPath='yes' />
<File Id='RenderDocCMD' Name='renderdoccmd.exe' DiskId='1' Source='dist/Release64/renderdoccmd.exe' KeyPath='yes' />
</Component>
<Component Id='Scintilla' Win64="yes" Guid='E1BC516F-F611-4C7B-8F3E-A459F026FC4E'>
@@ -105,59 +105,59 @@
</File>
</Component>
<Directory Id='pdblocate' Name='pdblocate'>
<Component Id='pdblocateEXE' Win64="yes" Guid='ED392DDC-7B3A-424D-A9F2-2F8DAA0C4AC3'>
<File Id='pdblocateEXE' Name='pdblocate.exe' DiskId='1' Source='dist/Release64/pdblocate/pdblocate.exe' KeyPath='yes' />
</Component>
<Directory Id='pdblocate' Name='pdblocate'>
<Component Id='pdblocateEXE' Win64="yes" Guid='ED392DDC-7B3A-424D-A9F2-2F8DAA0C4AC3'>
<File Id='pdblocateEXE' Name='pdblocate.exe' DiskId='1' Source='dist/Release64/pdblocate/pdblocate.exe' KeyPath='yes' />
</Component>
<Directory Id='pdblocateDeps64' Name='x64'>
<Component Id='pdblocateDeps' Win64="yes" Guid='8AFD0EC4-04FE-4843-9DA3-9E23B806604A'>
<File Id='dbghelpDLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release64/pdblocate/x64/dbghelp.dll' KeyPath='yes' />
<File Id='symsrvDLL' Name='symsrv.dll' DiskId='1' Source='dist/Release64/pdblocate/x64/symsrv.dll' />
<File Id='symsrvYES' Name='symsrv.yes' DiskId='1' Source='dist/Release64/pdblocate/x64/symsrv.yes' />
</Component>
</Directory>
<Directory Id='pdblocateDeps64' Name='x64'>
<Component Id='pdblocateDeps' Win64="yes" Guid='8AFD0EC4-04FE-4843-9DA3-9E23B806604A'>
<File Id='dbghelpDLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release64/pdblocate/x64/dbghelp.dll' KeyPath='yes' />
<File Id='symsrvDLL' Name='symsrv.dll' DiskId='1' Source='dist/Release64/pdblocate/x64/symsrv.dll' />
<File Id='symsrvYES' Name='symsrv.yes' DiskId='1' Source='dist/Release64/pdblocate/x64/symsrv.yes' />
</Component>
</Directory>
<Directory Id='pdblocateDeps32bit' Name='x86'>
<Component Id='pdblocateDeps32' Win64="yes" Guid='15CE068A-56D9-4B9C-BA5E-DAC25E235E2E'>
<File Id='dbghelp32DLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release64/pdblocate/x86/dbghelp.dll' KeyPath='yes' />
<File Id='symsrv32DLL' Name='symsrv.dll' DiskId='1' Source='dist/Release64/pdblocate/x86/symsrv.dll' />
<File Id='symsrv32YES' Name='symsrv.yes' DiskId='1' Source='dist/Release64/pdblocate/x86/symsrv.yes' />
</Component>
</Directory>
</Directory>
<Directory Id='pdblocateDeps32bit' Name='x86'>
<Component Id='pdblocateDeps32' Win64="yes" Guid='15CE068A-56D9-4B9C-BA5E-DAC25E235E2E'>
<File Id='dbghelp32DLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release64/pdblocate/x86/dbghelp.dll' KeyPath='yes' />
<File Id='symsrv32DLL' Name='symsrv.dll' DiskId='1' Source='dist/Release64/pdblocate/x86/symsrv.dll' />
<File Id='symsrv32YES' Name='symsrv.yes' DiskId='1' Source='dist/Release64/pdblocate/x86/symsrv.yes' />
</Component>
</Directory>
</Directory>
<Directory Id='renderdocX86' Name='x86'>
<Component Id='renderdocX86Bins' Win64="yes" Guid='EB58A048-899A-4239-B229-DA9781C431F8'>
<File Id='renderdocX86DLL' Name='renderdoc.dll' DiskId='1' Source='dist/Release64/x86/renderdoc.dll' KeyPath='yes' />
<File Id='renderdocX86CMD' Name='renderdoccmd.exe' DiskId='1' Source='dist/Release64/x86/renderdoccmd.exe' />
<RegistryValue Root="HKLM" Id="RDCCLSID32" Action="write"
Key="Software\Wow6432Node\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
Value='RenderDoc Thumbnail Handler'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCCLSIDServer32" Action="write"
Key="Software\Wow6432Node\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}\InprocServer32"
Value='[#renderdocX86DLL]'
Type="expandable" />
<Directory Id='renderdocX86' Name='x86'>
<Component Id='renderdocX86Bins' Win64="yes" Guid='EB58A048-899A-4239-B229-DA9781C431F8'>
<File Id='renderdocX86DLL' Name='renderdoc.dll' DiskId='1' Source='dist/Release64/x86/renderdoc.dll' KeyPath='yes' />
<File Id='renderdocX86CMD' Name='renderdoccmd.exe' DiskId='1' Source='dist/Release64/x86/renderdoccmd.exe' />
<RegistryValue Root="HKLM" Id="RDCCLSID32" Action="write"
Key="Software\Wow6432Node\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
Value='RenderDoc Thumbnail Handler'
Type="expandable" />
<RegistryValue Root="HKLM" Id="RDCCLSIDServer32" Action="write"
Key="Software\Wow6432Node\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}\InprocServer32"
Value='[#renderdocX86DLL]'
Type="expandable" />
</Component>
</Component>
<Directory Id='pdblocateX86' Name='pdblocate'>
<Component Id='pdblocateX86EXE' Win64="yes" Guid='1E7B3F86-D477-413F-9BAE-9C4BB96877C5'>
<File Id='pdblocateX86EXE' Name='pdblocate.exe' DiskId='1' Source='dist/Release64/x86/pdblocate/pdblocate.exe' KeyPath='yes' />
</Component>
<Directory Id='pdblocateX86' Name='pdblocate'>
<Component Id='pdblocateX86EXE' Win64="yes" Guid='1E7B3F86-D477-413F-9BAE-9C4BB96877C5'>
<File Id='pdblocateX86EXE' Name='pdblocate.exe' DiskId='1' Source='dist/Release64/x86/pdblocate/pdblocate.exe' KeyPath='yes' />
</Component>
<Directory Id='pdblocateX86Deps32' Name='x86'>
<Component Id='pdblocateX86Deps' Win64="yes" Guid='146A8E15-B6CC-4CA0-8CAA-BA8A76BC29B2'>
<File Id='dbghelpX86DLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release64/x86/pdblocate/x86/dbghelp.dll' KeyPath='yes' />
<File Id='symsrvX86DLL' Name='symsrv.dll' DiskId='1' Source='dist/Release64/x86/pdblocate/x86/symsrv.dll' />
<File Id='symsrvX86YES' Name='symsrv.yes' DiskId='1' Source='dist/Release64/x86/pdblocate/x86/symsrv.yes' />
</Component>
</Directory>
</Directory>
<Directory Id='pdblocateX86Deps32' Name='x86'>
<Component Id='pdblocateX86Deps' Win64="yes" Guid='146A8E15-B6CC-4CA0-8CAA-BA8A76BC29B2'>
<File Id='dbghelpX86DLL' Name='dbghelp.dll' DiskId='1' Source='dist/Release64/x86/pdblocate/x86/dbghelp.dll' KeyPath='yes' />
<File Id='symsrvX86DLL' Name='symsrv.dll' DiskId='1' Source='dist/Release64/x86/pdblocate/x86/symsrv.dll' />
<File Id='symsrvX86YES' Name='symsrv.yes' DiskId='1' Source='dist/Release64/x86/pdblocate/x86/symsrv.yes' />
</Component>
</Directory>
</Directory>
</Directory>
</Directory>
</Directory>
</Directory>
@@ -171,72 +171,125 @@
</Component>
</Directory>
</Directory>
<Component Id="ImageOpenWith" Guid="BD518767-45FB-412F-86E8-E741AAA48906">
<RegistryValue Root="HKLM" Id="RDCOpenWithCommand" Action="write" KeyPath='yes'
Key="Software\Classes\Applications\renderdocui.exe\shell\open\command"
Value='"[#renderdocuiEXE]" "%1"'
Type="string" />
<Component Id="ImageThumbnailProvider" Guid="E79B67C0-1128-4471-80C5-6233EF37414C">
<RegistryValue Root="HKLM" Id="RDCProvider" Action="write" KeyPath='yes'
Key="Software\Classes\RenderDoc.RDCCapture.1\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
</Component>
<RegistryValue Root="HKLM" Id="RDCOpenWithDDS" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.dds' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithHDR" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.hdr' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithJPG" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.jpg' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithJPEG" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.jpeg' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithPNG" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.png' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithTGA" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.tga' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithBMP" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.bmp' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithGIF" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.gif' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithPSD" Action="write"
Key="Software\Classes\Applications\renderdocui.exe\SupportedTypes"
Name='.psd' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidDDS" Action="write"
Key="Software\Classes\.dds\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidHDR" Action="write"
Key="Software\Classes\.hdr\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidJPG" Action="write"
Key="Software\Classes\.jpg\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidJPEG" Action="write"
Key="Software\Classes\.jpeg\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidPNG" Action="write"
Key="Software\Classes\.png\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidTGA" Action="write"
Key="Software\Classes\.tga\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidBMP" Action="write"
Key="Software\Classes\.bmp\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidGIF" Action="write"
Key="Software\Classes\.gif\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
<RegistryValue Root="HKLM" Id="RDCOpenWithProgidPSD" Action="write"
Key="Software\Classes\.psd\OpenWithProgids" Name='RenderDoc.RDCCapture.1' Value='' Type="string" />
</Component>
<Component Id="ImageThumbnailProvider" Guid="E79B67C0-1128-4471-80C5-6233EF37414C">
<RegistryValue Root="HKLM" Id="RDCProvider" Action="write" KeyPath='yes'
Key="Software\Classes\RenderDoc.RDCCapture.1\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}"
Value='{5D6BF029-A6BA-417A-8523-120492B1DCE3}'
Type="expandable" />
</Component>
<Component Id="FileExtensionRDC" Guid="65374649-9C72-40A1-97EC-F92BAE7C80F4">
<ProgId Id='RenderDoc.RDCCapture.1' Description='RenderDoc Capture Log (.rdc)'>
<Extension Id='rdc' />
</ProgId>
</Component>
<Component Id="FileExtensionRDC" Guid="65374649-9C72-40A1-97EC-F92BAE7C80F4">
<ProgId Id='RenderDoc.RDCCapture.1' Description='RenderDoc Capture Log (.rdc)'>
<Extension Id='rdc' />
</ProgId>
</Component>
<Component Id="FileExtensionCAP" Guid="1029AAEF-2700-428B-9FCA-67CC1F6BDE85">
<ProgId Id='RenderDoc.RDCSettings.1' Description='RenderDoc Capture Settings (.cap)'>
<Extension Id='cap' />
</ProgId>
</Component>
<Component Id="FileExtensionCAP" Guid="1029AAEF-2700-428B-9FCA-67CC1F6BDE85">
<ProgId Id='RenderDoc.RDCSettings.1' Description='RenderDoc Capture Settings (.cap)'>
<Extension Id='cap' />
</ProgId>
</Component>
</Directory>
<Feature Id='Complete' Title='RenderDoc' Description='Everything included.' AllowAdvertise='no' Absent='disallow' Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR'>
<Feature Id='MainProgram' Title='Program' Description='The main executable with everything needed to capture and replay.' AllowAdvertise='no' Absent='disallow' Level='1'>
<ComponentRef Id='RenderDocUI' />
<ComponentRef Id='RenderDocCPP' />
<ComponentRef Id='RenderDocCMD' />
<Feature Id='MainProgram' Title='Program' Description='The main executable with everything needed to capture and replay.' AllowAdvertise='no' Absent='disallow' Level='1'>
<ComponentRef Id='RenderDocUI' />
<ComponentRef Id='RenderDocCPP' />
<ComponentRef Id='RenderDocCMD' />
<ComponentRef Id='LICENSE' />
<ComponentRef Id='LICENSE' />
<ComponentRef Id='pdblocateEXE' />
<ComponentRef Id='pdblocateDeps' />
<ComponentRef Id='pdblocateDeps32' />
<ComponentRef Id='pdblocateEXE' />
<ComponentRef Id='pdblocateDeps' />
<ComponentRef Id='pdblocateDeps32' />
<ComponentRef Id='renderdocX86Bins' />
<ComponentRef Id='pdblocateX86EXE' />
<ComponentRef Id='pdblocateX86Deps' />
<ComponentRef Id='renderdocX86Bins' />
<ComponentRef Id='pdblocateX86EXE' />
<ComponentRef Id='pdblocateX86Deps' />
<ComponentRef Id='Scintilla' />
<ComponentRef Id='DockingUI' />
<ComponentRef Id='Scintilla' />
<ComponentRef Id='DockingUI' />
<ComponentRef Id='ProgramMenuDir' />
<ComponentRef Id='ProgramMenuDir' />
</Feature>
<ComponentRef Id='ImageOpenWith' />
<Feature Id='Docs' Title='Documentation' Description='CHM file with local help.' Level='1'>
<ComponentRef Id='Documentation' />
</Feature>
</Feature>
<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' />
</Feature>
<Feature Id='Docs' Title='Documentation' Description='CHM file with local help.' Level='1'>
<ComponentRef Id='Documentation' />
</Feature>
<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' />
</Feature>
</Feature>
<UIRef Id="WixUI_Mondo" />
<UIRef Id="WixUI_ErrorProgressText" />
<UIRef Id="WixUI_Mondo" />
<UIRef Id="WixUI_ErrorProgressText" />
<WixVariable Id="WixUILicenseRtf" Value="installer/LICENSE.rtf" />
<WixVariable Id="WixUILicenseRtf" Value="installer/LICENSE.rtf" />
<Icon Id="chm.ico" SourceFile="installer/chm.ico" />
<Icon Id="icon.ico" SourceFile="renderdocui/Resources/icon.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
<Property Id="ARPHELPLINK" Value="http://renderdoc.org/" />
<Icon Id="chm.ico" SourceFile="installer/chm.ico" />
<Icon Id="icon.ico" SourceFile="renderdocui/Resources/icon.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
<Property Id="ARPHELPLINK" Value="http://renderdoc.org/" />
</Product>
</Wix>