diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs index cc873a62..6d9e854d 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | 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 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | |
| 4 | <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | ||
| 5 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> | ||
| 6 | 4 | ||
| 7 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 5 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 8 | 6 | ||
| @@ -18,7 +16,7 @@ | |||
| 18 | 16 | ||
| 19 | <!--<CustomActionRef Id="SetFoo" />--> | 17 | <!--<CustomActionRef Id="SetFoo" />--> |
| 20 | 18 | ||
| 21 | </Product> | 19 | </Package> |
| 22 | 20 | ||
| 23 | <Fragment Id="SetFoo"> | 21 | <Fragment Id="SetFoo"> |
| 24 | <CustomAction Id="SetFoo" Property="FOO" Value="BOB" /> | 22 | <CustomAction Id="SetFoo" Property="FOO" Value="BOB" /> |
