We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f177a71 + df9d690 commit 8091224Copy full SHA for 8091224
IntelPresentMon/PMInstaller/PresentMon.wxs
@@ -2,10 +2,10 @@
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
3
<Product
4
Id="*"
5
- Name="Intel PresentMon"
+ Name="Intel(R) PresentMon"
6
Language="1033"
7
Version="0.6.0.0"
8
- Manufacturer="Intel Corporation"
+ Manufacturer="Intel(R) Corporation"
9
UpgradeCode="CD0D489E-0FE7-452D-90D9-F94F3F5FF410">
10
11
<Package
@@ -23,7 +23,7 @@
23
24
<Feature
25
Id="complete_install"
26
- Title="Intel PresentMon"
+ Title="Intel(R) PresentMon"
27
Description="!(loc.feature_complete_install_description)"
28
Display="expand">
29
<ComponentRef Id="pm_license" />
0 commit comments