| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
...because SemVer is just a suggestion.
- Also fix missing NuGet cleanup.
- And update NuGet^2 packages because v6.3.1 has vulnerabilities.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Adds new custom element in NetFx extension for running NetCoreCheck.exe
tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck
/>`. The checks are run before evaluating launch conditions, so their
results can be used in those conditions. There is no limitation on the
number of checks that can be run, so installer may query various
runtimes on different platforms and versions and with different roll
forward policies.
Fixes https://github.com/wixtoolset/issues/issues/6264
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Share the ToolsetTask implementation that can find .NET Core and
.NET Framework with multiple architectures.
Fixes 6951
|
|
|
|
|
|
|
|
|
|
|
| |
WixVersion is already used by the Core toolset but could also be
useful for bootstrapper applications parsing bundle versions. The
WixToolset.Data assembly contains a significant amount of data that
bloats its size that bootstrapper applications would never need.
Extracting WixVersion to its own assembly makes it much more
useable.
Fixes 6943
|
| |
|
|
|
|
|
|
|
|
| |
MSBuild seems to have introduced a breaking change which requires
referencing a later System.Configuration.ConfigurationManager
for netcoreapp heat working with MSBuild.
Fixes 6868
|
|
|
|
| |
Step towards completing 5367
|
|
|
|
|
|
|
| |
Moves Heat functionality to the "tools" layer and packages it all
up in WixToolset.Heat.nupkg for distribution in WiX v4.
Completes 6838
|
|
|
|
| |
Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Lots of refactoring to bring the SFX tooling back into the 'dtf'
layer since they are (in the end) tightly coupled to some DTF
assemblies. Also refactored the DTF tests into their own folder
and added a couple integration tests to build using the new CA/UI
NuGet package.
Closes wixtoolset/issues#6080
|
| |
|
|
|
|
| |
Fixes #6348
|
| |
|
| |
|
|
|
|
| |
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
|
|
|
|
|
|
|
|
|
| |
https://github.com/wixtoolset/issues/issues/5933
- Add support for detecting VS2022.
- Add x64 custom actions.
- Remove ancient Help 2.0 support.
- Update WixCop to add the new element to trigger custom action.
|
|
|
|
|
|
|
| |
Update v4.0 projects to target v4.7.2.
Skip all Bal managed host tests for now.
Remove ToolsVersion from DTF test projects.
Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props.
|
| |
|
|
|