aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs
index 38125b57..025aaaa3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs
@@ -12,8 +12,6 @@
12 <RemoveExistingProducts After="InstallValidate" /> 12 <RemoveExistingProducts After="InstallValidate" />
13 </InstallExecuteSequence> 13 </InstallExecuteSequence>
14 14
15 <MediaTemplate />
16
17 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> 15 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)">
18 <ComponentGroupRef Id="ProductComponents" /> 16 <ComponentGroupRef Id="ProductComponents" />
19 </Feature> 17 </Feature>