diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-11-05 22:33:33 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-11-05 22:39:16 -0800 |
| commit | 97a70bbc1b90cb26f8c77d83e703689d15d08761 (patch) | |
| tree | c4d05ae10cb907f522c1df476cb1d5df7604cd14 /src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle | |
| parent | 0f65aaaca2faf1b6fc233c445216d547f08c6fa5 (diff) | |
| download | wix-97a70bbc1b90cb26f8c77d83e703689d15d08761.tar.gz wix-97a70bbc1b90cb26f8c77d83e703689d15d08761.tar.bz2 wix-97a70bbc1b90cb26f8c77d83e703689d15d08761.zip | |
Fix resolution of !(bind.ProductVersion.MsiId) bind variables
Fixes wixtoolset/issues#4830
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs index 89dbb503..7ef1fc05 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Bundle Name="!(loc.BundleName)" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | 3 | <Bundle Name="!(loc.BundleName)" Version="!(bind.packageVersion.test.msi)" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> |
| 4 | <BootstrapperApplication SourceFile="fakeba.dll" /> | 4 | <BootstrapperApplication SourceFile="fakeba.dll" /> |
| 5 | <Chain> | 5 | <Chain> |
| 6 | <MsiPackage SourceFile="test.msi"> | 6 | <MsiPackage SourceFile="test.msi"> |
