diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-09-06 21:09:19 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-09-06 21:13:01 -0400 |
| commit | 3f05c650723ecd0a8fe7ab151c67db6c13cb5d75 (patch) | |
| tree | 0e53fd0b2aac76716fc1a3407c6b0d40c95693eb /src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl | |
| parent | cb6bd363baef3a7d458dfda053b94131420822f0 (diff) | |
| download | wix-3f05c650723ecd0a8fe7ab151c67db6c13cb5d75.tar.gz wix-3f05c650723ecd0a8fe7ab151c67db6c13cb5d75.tar.bz2 wix-3f05c650723ecd0a8fe7ab151c67db6c13cb5d75.zip | |
Replace BinaryKey with BinaryRef and FileKey with FileRef.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs index 00a80fca..bf5223c1 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 7 | 7 | ||
| 8 | <CustomAction Id="CAFromExtension" BinaryKey="BinFromWir" DllEntry="DoesntExist" /> | 8 | <CustomAction Id="CAFromExtension" DllEntry="DoesntExist" BinaryRef="BinFromWir" /> |
| 9 | 9 | ||
| 10 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 10 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
| 11 | <ComponentGroupRef Id="ProductComponents" /> | 11 | <ComponentGroupRef Id="ProductComponents" /> |
