| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The "bundle id" always had more in common with the PackageCode from the Windows
Installer. With the introduction of an actual Id attribute on the Bundle
element, there is potential for confusion, so there is finally real motivation
to rename "bundle id" to "bundle code".
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Also add a few additional output types to built-in backends.
Fixes 7708
|
|
|
|
|
|
| |
Maybe Rust wouldn't be so bad...
Fixes https://github.com/wixtoolset/issues/issues/7451.
|
| |
|
|
|
|
| |
6772
|
|
|
|
|
|
|
| |
Take advantage of WixVersion/verutil functionality to support wider
range of version numbers were possible in the WiX Toolset
Completes 4666
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Reimplements #3190
|
|
|
|
| |
#5128
|
|
|
|
| |
Closes wixtoolset/issues#5125
|
| |
|
|
|