| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Moves Heat functionality to the "tools" layer and packages it all
up in WixToolset.Heat.nupkg for distribution in WiX v4.
Completes 6838
|
|
|
|
|
|
|
|
|
|
| |
First, moved the tests build into a separate directory to prevent
collisions with shipping code. That requires each test to copy in
the required native binaries. Default the native binaries to x64
for testing since we've standardized on VS2022 which is all x64 all
the time. Finally, copy the native binaries into the .NET Framework
differently from .NET Core because .NET Framework does not support
cross-platform thus requires a different layout.
|
|
|
|
|
|
|
| |
In MSBuild this adds a new WindowsInstallerValidation target that
automatically runs validation after a successful build. From the
command-line the "wix msi" command gets a "validate" subcommand that
will validate an MSI or MSM file.
|
| |
|
|
|