diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs index 0e8e9795..f3dd9a02 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> | 4 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> |
| 5 | 5 | ||
| 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 7 | <MediaTemplate /> | ||
| 8 | 7 | ||
| 9 | <Property Id="ExampleProperty" Value="$(ex.Test)" /> | 8 | <Property Id="ExampleProperty" Value="$(ex.Test)" /> |
| 10 | 9 | ||
