diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs index d8743747..db773d17 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs | |||
@@ -7,6 +7,10 @@ | |||
7 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 7 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
8 | <MediaTemplate /> | 8 | <MediaTemplate /> |
9 | 9 | ||
10 | <InstallExecuteSequence> | ||
11 | <ValidateProductID Suppress="yes" /> | ||
12 | </InstallExecuteSequence> | ||
13 | |||
10 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 14 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
11 | <ComponentGroupRef Id="ProductComponents" /> | 15 | <ComponentGroupRef Id="ProductComponents" /> |
12 | <ComponentGroupRef Id="Foo1" /> | 16 | <ComponentGroupRef Id="Foo1" /> |