| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This will prevent elevated processes from accidentally following a junction
from a user-writable directory to a per-machine directory and erroneously
deleting the per-machine contents.
|
| |
|
| |
|
|
|
|
| |
Fixes wixtoolset/issues#7709.
|
|
|
|
| |
And *Sequence/Show works thusly, even with somewhat funky ids.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7935.
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7798.
|
| |
|
|
|
|
|
|
| |
...from `Overridable="yes"`.
Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5.
|
| |
|
| |
|
|
|
|
| |
ExePackage, BundlePackage, and related bundles
|
| |
|
| |
|
| |
|
|
|
|
| |
Plus a couple small clean-ups in a couple of dutil files.
|
|
|
|
|
|
|
| |
When BootstrapperApplications move out of proc there will be another set of
pipes in Burn that behave differently from the inter-Burn communication pipes
that exist now. So renaming the existing pipe related files now to better
reflect that it is related to Burn talking to Burn when elevated or embedded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
| |
It's a bit overzealous.
Fixes https://github.com/wixtoolset/issues/issues/7579.
|
|
|
|
|
|
|
|
|
| |
...to load DLLs from System32 only.
(Belt and suspenders to current approaches.) See
https://devblogs.microsoft.com/oldnewthing/20230328-00/?p=107978.
Fixes https://github.com/wixtoolset/issues/issues/7319.
|
|
|
|
|
|
|
| |
It was never implemented and ass-u-mes containers are cabs,
which hopefully won't be the case forever.
Fixes https://github.com/wixtoolset/issues/issues/7490.
|
|
|
|
|
|
|
| |
...TreatProductAsModule to KeepModularizationIds to better describe what
it does.
Fixes https://github.com/wixtoolset/issues/issues/7607.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
If INSTALLFOLDER is referenced and not defined, define one with
reasonable default values.
Implements WIP https://github.com/wixtoolset/issues/issues/7588.
|
|
|
|
|
|
| |
Use the WiX stdlib.
See WIP at wixtoolset/issues#7581.
|
|
|
|
| |
UninstallArguments for the uninstall command line
|
| |
|
|
|
|
|
|
|
|
| |
Issue 7388
Update README.md
Add .NET 6.0 to list of components
|
| |
|
|
|
|
|
|
|
|
|
| |
Virtual symbols provide more interesting ways to have (and avoid) conflicts.
Adding additional messages and cleaning up the existing messages should help
users know what options they have to address conflicts.
This also puts all the conflict resolution in ReportConflictingSymbolsCommand
instead of spreading it across reference resolution as well.
|
|
|
|
| |
Completes 7914
|
|
|
|
| |
Completes 7913
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fixes wixtoolset/issues#7739
|
|
|
|
|
|
|
| |
...because SemVer is just a suggestion.
- Also fix missing NuGet cleanup.
- And update NuGet^2 packages because v6.3.1 has vulnerabilities.
|
|
|
|
|
| |
Per
https://wixtoolset.org/docs/releasenotes/#deprecations-and-deletions.
|
| |
|
|
|
|
| |
attributes
|