| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Fixes 6423
|
| |
|
|
| |
Fixes 6423
|
| |
|
|
|
|
| |
Disabling display skips showing the "Files In Use" dialog and returning
a result as if the user had chosen to ignore the dialog and reboot in
the case of files that were unable to be replaced.
|
| |
|
|
| |
Modernize projects against new .slnx expecations as well.
|
| | |
|
| |
|
|
|
|
| |
(e.g. FileSearch, DirectorySearch, RegistrySearch)
Signed-off-by: Raul Metsma <raul@metsma.ee>
|
| |
|
|
| |
Resolves 9099
|
| |
|
|
| |
Fixes 9113
|
| |
|
|
|
|
|
| |
This commit moves to the modern CompareStringOrdinal() for all case-sensitve
uses of CompareString() with the invariant locale.
Resolves 6947
|
| |
|
|
|
|
|
| |
This commit moves to the modern CompareStringOrdinal() for all case-insensitve
uses of CompareString() with the invariant locale.
Partially resolves 6947
|
| |
|
|
| |
Resolves 9175
|
| |
|
|
|
| |
.NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it
releases.
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9120
|
| | |
|
| |
|
|
| |
Adds information about necessary neutral language definition.
|
| | |
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9039
|
| |
|
|
| |
Implements https://github.com/wixtoolset/issues/issues/9049
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9023
|
| |
|
|
|
| |
Fixes 7862
Fixes 8974
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9018
|
| | |
|
| |
|
|
|
|
| |
This adds the EULA to all the binary releases
Closes 8974
|
| |
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8882
Fixes https://github.com/wixtoolset/issues/issues/8939
|
| |
|
|
|
|
| |
Plus, validation to ensure GUID generation does not drift again in the future.
Fixes 8663
|
| |
|
|
|
|
|
| |
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".
|
| |
|
|
|
|
| |
Windows Installer uses LocalAppDataFolder\Programs as the replacement for
ProgramFilesFolder when installing per-user in a dual-mode package. Add a
standard directory in WiX to match it for use by default INSTALLFOLDER.
|
| | |
|
| |
|
|
|
| |
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no
reason but to be consistent
|
| |
|
|
|
|
|
|
| |
Magic files (naked `File`s and `Files`) that are direct children of a
`Module` need complex references from the generated component to that
module, to ensure that they're wired up correctly as module components.
Fixes https://github.com/wixtoolset/issues/issues/8860
|
| | |
|
| |
|
|
| |
Fixes 8769
|
| |
|
|
| |
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
|
| |
|
|
| |
At least one person makes the same typo almost-but-not-quite everywhere.
|
| |
|
|
|
|
| |
This prevents the .NET ZipArchive (and friends) from keeping the whole
thing in memory, to support updating when we don't need to update the
Wixout when building a binary Wixlib.
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8704
|
| |
|
|
|
|
| |
v143 output is compatible back to VS2017 (at least).
Fixes https://github.com/wixtoolset/issues/issues/8211.
|
| | |
|
| |
|
|
|
|
|
|
| |
WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string
buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to
match in a few missing cases.
Fixes 8094
|
| |
|
|
| |
Fixes 8091
|
| |
|
|
|
| |
Take this breaking change opportunity to simplify the header files used by
BA devs.
|
| | |
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8059.
|
| |
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8036.
|
| |
|
|
| |
Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|