diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-24 20:58:53 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-27 21:01:35 -0600 |
| commit | 41f239fb378f8371e10805c3b186ae79d734e4d4 (patch) | |
| tree | a59901de4872ee551eed9f565b294cbc86e9f418 /src/TestData/Templates | |
| parent | c8b602e595bced83dad206ce40189634432f1f07 (diff) | |
| download | wix-41f239fb378f8371e10805c3b186ae79d734e4d4.tar.gz wix-41f239fb378f8371e10805c3b186ae79d734e4d4.tar.bz2 wix-41f239fb378f8371e10805c3b186ae79d734e4d4.zip | |
Add test for same exact package in multiple versions of a bundle.
Diffstat (limited to 'src/TestData/Templates')
| -rw-r--r-- | src/TestData/Templates/Package.wxs | 1 | ||||
| -rw-r--r-- | src/TestData/Templates/PackageFail.wxs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/TestData/Templates/Package.wxs b/src/TestData/Templates/Package.wxs index 6cf47775..5522b9a3 100644 --- a/src/TestData/Templates/Package.wxs +++ b/src/TestData/Templates/Package.wxs | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | <MediaTemplate CabinetTemplate="{0}$(var.CabPrefix).cab" /> | 15 | <MediaTemplate CabinetTemplate="{0}$(var.CabPrefix).cab" /> |
| 16 | <?endif?> | 16 | <?endif?> |
| 17 | 17 | ||
| 18 | <Property Id="MsiLogging" Value="voicewarmup" /> | ||
| 19 | <PropertyRef Id="TestVersion" /> | 18 | <PropertyRef Id="TestVersion" /> |
| 20 | 19 | ||
| 21 | <Feature Id="Complete" Level="1"> | 20 | <Feature Id="Complete" Level="1"> |
diff --git a/src/TestData/Templates/PackageFail.wxs b/src/TestData/Templates/PackageFail.wxs index 7cbf7ebc..73858fde 100644 --- a/src/TestData/Templates/PackageFail.wxs +++ b/src/TestData/Templates/PackageFail.wxs | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> | 11 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> |
| 12 | <MediaTemplate EmbedCab="yes" /> | 12 | <MediaTemplate EmbedCab="yes" /> |
| 13 | 13 | ||
| 14 | <Property Id="MsiLogging" Value="voicewarmup" /> | ||
| 15 | <PropertyRef Id="TestVersion" /> | 14 | <PropertyRef Id="TestVersion" /> |
| 16 | 15 | ||
| 17 | <Feature Id="Complete" Level="1"> | 16 | <Feature Id="Complete" Level="1"> |
