diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2020-06-22 19:35:34 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-06-22 19:44:05 -0400 |
| commit | 461350c09839f1e59fb3dafe1a67e74bf152f803 (patch) | |
| tree | 210294861118294e6546b36c76ef3a0722fc44e5 /src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade | |
| parent | 5e07fe18b6d431ceb554297c575878ed4331470d (diff) | |
| download | wix-461350c09839f1e59fb3dafe1a67e74bf152f803.tar.gz wix-461350c09839f1e59fb3dafe1a67e74bf152f803.tar.bz2 wix-461350c09839f1e59fb3dafe1a67e74bf152f803.zip | |
If no Media or MediaTemplate is present, default to a MediaTemplate.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs | 2 |
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> |
