diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs index f3dd9a02..23923426 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 2 | <Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="no" InstallerVersion="200" Scope="perMachine"> |
| 3 | <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | 3 | |
| 4 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> | ||
| 5 | 4 | ||
| 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 5 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 7 | 6 | ||
| @@ -13,7 +12,7 @@ | |||
| 13 | <ComponentGroupRef Id="ProductComponents" /> | 12 | <ComponentGroupRef Id="ProductComponents" /> |
| 14 | <ComponentGroupRef Id="OtherComponents" /> | 13 | <ComponentGroupRef Id="OtherComponents" /> |
| 15 | </Feature> | 14 | </Feature> |
| 16 | </Product> | 15 | </Package> |
| 17 | 16 | ||
| 18 | <Fragment> | 17 | <Fragment> |
| 19 | <Directory Id="TARGETDIR" Name="SourceDir"> | 18 | <Directory Id="TARGETDIR" Name="SourceDir"> |
