| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The MSBuild Version property is well-known and can be set by standard
processes. That can cause problem in the tests where the version is explicitly
set to validate WiX behaviors. So, we've switched to using the TestVersion
property that will be specific for our testing purposes.
|
| |
|
|
|
|
|
|
|
|
| |
For example, DetectCondition is required when RepairArguments or
UninstallArguments present and always recommended. Also, non-permanent
ExePackages need UninstallArguments. The code was refactored to make
it easier to reason over the different requirements for different
package types.
|
|
|
|
| |
Closes wixtoolset/issues#5125
|
| |
|
|
|