| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Completes 8584
|
| |
|
|
|
|
| |
Fixes 8528
|
| |
|
|
|
|
| |
Fixes 8115
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Implements https://github.com/wixtoolset/issues/issues/7857.
Like [naked files](https://github.com/wixtoolset/issues/issues/7696),
`Files` elements can appear where `Component` elements do in WiX v4. The
optimizer enumerates files and directories, generating single-file
components as it goes. MSBuild-like wildcards (including `**`) are
supported. `Excludes` child elements lets you exclude files that would
otherwise be captured by wildcards.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implements https://github.com/wixtoolset/issues/issues/7696.
`File` elements can appear where `Component` elements do in WiX v4. The
compiler generates an appropriate per-file component. Naked files under
`Directory`, `DirectoryRef`, `Fragment`, `StandardDirectory`, or
`Package` elements are included in a package via the [default-feature
feature](https://github.com/wixtoolset/issues/issues/7581). Naked files
appearing under `ComponentGroup`, `Feature`, `FeatureRef`, and
`FeatureGroup` generate the component and the reference to the parent
element.
Components and naked Files default to being installed to INSTALLFOLDER
(including a default INSTALLFOLDER if one isn't otherwise authored).
|
|
|
|
|
|
|
|
| |
Add Package/@UpgradeStrategy to allow `none` to suppress major upgrade.
Implements https://github.com/wixtoolset/issues/issues/7605.
Requires https://github.com/wixtoolset/wix/pull/435.
|
|
|
|
|
|
| |
Use the WiX stdlib.
See WIP at wixtoolset/issues#7581.
|
|
|
|
| |
Completes 7914
|
|
|
|
| |
Completes 7913
|
|
|
|
| |
Fixes #7369
|
|
|
|
|
|
|
| |
Type 35 CustomActions cannot modify directories until after the
Directory table has been processed by CostFinalize.
Fixes 7183
|
|
|
|
| |
Fixes 7137
|
|
|
|
| |
Fixes 7108
|
| |
|
| |
|
|
|
|
| |
Fixes 6970
|
|
|
|
|
|
|
| |
Take advantage of WixVersion/verutil functionality to support wider
range of version numbers were possible in the WiX Toolset
Completes 4666
|
| |
|
|
|
|
|
|
| |
Implements actually failing and potentially failing tests for the proper enforcement of proper field widths for major an minor version numbers for advertised and unadvertised type ibraries.
Implements the enforcement of proper field widths for major an minor version numbers for advertised and unadvertised type libraries. See wixtoolset/Issues/4726.
|
|
|