| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When deleting directories recursively, an elevated custom action
following junctions in a user-writable location could recurse into
any directory, including some that you might not want to be deleted.
Therefore, avoid recursing into directories that are actually
junctions (aka "reparse points").
This applies to:
- The RemoveFoldersEx custom action (which doesn't actually do deletions
but would instruct elevated MSI to delete on your behalf).
- DTF's custom action runner.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
...because SemVer is just a suggestion.
- Also fix missing NuGet cleanup.
- And update NuGet^2 packages because v6.3.1 has vulnerabilities.
|
| |
|
| |
|
|
|
|
| |
Fixes 7854
|
| |
|
|
|
|
|
|
|
|
|
| |
Due to the handling of redundant symbols, which are only used by inline directory
syntax, the symbols were only defined in the first section encountered by the linker.
Fix that so at most one duplicated inline directory symbol is included when
referenced.
Fixes 7840
|
|
|
|
| |
Fixes 7837
|
|
|
|
| |
Fixes 7738
|
|
|
|
| |
Fixes 7612
|
| |
|
| |
|
|
|
|
| |
Fixes 7546
|
|
|
|
|
|
| |
Also add a few additional output types to built-in backends.
Fixes 7708
|
|
|
|
| |
FIxes https://github.com/wixtoolset/issues/issues/7677.
|
|
|
|
|
|
|
|
|
| |
Addresses two issues in the creation of configurable merge modules. First, the
ModuleConfiguration table Id should not be modularized. Second, the
ModuleSubstitution table was never created. Fixing both of those allows
configurable merge modules to work again.
Fixes 7559
|
|
|
|
|
|
|
|
| |
TrueType fonts are denoted by the empty string in the FontTitle field of the
FileSymbol. That means a non-null FontTitle field value means a font is being
installed.
Fixes 7593
|
|
|
|
|
|
|
|
|
|
| |
In the long ago, a share could have one user/permissions pair. That's
really limited, of course, so support for _n_ user/permissions pairs
was added. In the move to WiX v4, support for that single, legacy user
was removed from the extension side but not the custom action side.
Remove that support.
Fixes https://github.com/wixtoolset/issues/issues/7632.
|
| |
|
|
|
|
|
|
| |
IWindowsInstallerDecompileContext.TreatProductAsModule.
https://github.com/wixtoolset/issues/issues/7607
|
| |
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7568,
|
| |
|
| |
|
|
|
|
|
|
| |
Also fix documentation in ResolveWixLibraryReferences target.
Fixes 7512
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7522.
|
|
|
|
|
|
|
|
| |
A package's cached status is no longer set via the PackageState. The value was
removed in native code but the managed code was missed throwing off the enum
mapping.
Fixes 7399
|
| |
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7459.
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7472.
|
|
|
|
|
|
|
| |
Fix duplicate NoMinimize attribute and
add attributes that were entirely missing.
Fixes https://github.com/wixtoolset/issues/issues/7482.
|
| |
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7454.
|
| |
|
| |
|
|
|
|
|
|
| |
Maybe Rust wouldn't be so bad...
Fixes https://github.com/wixtoolset/issues/issues/7451.
|
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7377.
Requires fix for https://github.com/wixtoolset/issues/issues/7444.
|
|
|
|
|
|
|
|
|
|
| |
- Count args before creating message record.
- Document terminating NULL requirement.
- Add terminating NULL in MessageExit* macros.
- Enhance tests for problems encountered fixing this nightmare.
Fixes https://github.com/wixtoolset/issues/issues/7422.
Fixes https://github.com/wixtoolset/issues/issues/7444.
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7436.
|
|
|
|
|
|
| |
...work around other bugs in mergemod.cub.
Fixes https://github.com/wixtoolset/issues/issues/7413.
|
|
|
| |
Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces.
|
|
|
|
| |
Fixes 7407
|
|
|
|
| |
Fixes 7384
|