Update WixCop tests for versioned extension id changes.
Bob Arnson committed
Mar 5, 2020 at 21:40 UTC
291cf40c5f0578fbd76fc3150d54f98b50066dcf
2 files changed
+2
-2
src/test/WixToolsetTest.WixCop/TestData/QtExec.bad/v4_expected.wxs
+1
-1
@@ -16,7 +16,7 @@
16
17
<Property Id="QtExecCmdTimeout" Value="600000" />
18
<CustomAction Id="InstallVSTemplateCommand" Property="WixQuietExecCmdLine" Value=""[VSENVPRODUCT80]\devenv.exe" /setup" />
19
- <CustomAction Id="InstallVSTemplate" BinaryKey="UtilCA" DllEntry="WixQuietExec" Return="asyncWait" />
19
+ <CustomAction Id="InstallVSTemplate" BinaryKey="Wix4UtilCA_X86" DllEntry="WixQuietExec" Return="asyncWait" />
20
21
<Feature Id="Feature_WiX" Title="WiX Toolset" Level="1">
22
<Component Id="Licensing" Directory="INSTALLFOLDER">
src/test/WixToolsetTest.WixCop/TestData/QtExec/v4_expected.wxs
+1
-1
@@ -15,7 +15,7 @@
15
<MediaTemplate CabinetTemplate="core{0}.cab" />
16
17
<CustomAction Id="InstallVSTemplateCommand" Property="WixQuietExecCmdLine" Value=""[VSENVPRODUCT80]\devenv.exe" /setup" />
18
- <CustomAction Id="InstallVSTemplate" BinaryKey="UtilCA" DllEntry="WixQuietExec" Return="asyncWait" />
18
+ <CustomAction Id="InstallVSTemplate" BinaryKey="Wix4UtilCA_X86" DllEntry="WixQuietExec" Return="asyncWait" />
19
20
<Feature Id="Feature_WiX" Title="WiX Toolset" Level="1">
21
<Component Id="Licensing" Directory="INSTALLFOLDER">