Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit deprecation warning for Heat. | Bob Arnson | 2025-01-23 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8913 | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 24 | -28/+24 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 1 | -2/+2 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 48 | -293/+186 |
| | |||||
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 6 | -13/+13 |
| | |||||
* | Build tweaks to support VS 17.8... | Bob Arnson | 2023-12-04 | 1 | -1/+6 |
| | | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Name the bind path item group "BindPath" in MSBuild | Rob Mensching | 2022-10-15 | 2 | -2/+2 |
| | | | | Closes 6959 | ||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -5/+0 |
| | |||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 5 | -12/+23 |
| | | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 | ||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 5 | -10/+20 |
| | | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba. | ||||
* | Upgrade dnchost's nethost dependency to .NET 6.0.4. | Sean Hall | 2022-04-20 | 5 | -0/+45 |
| | |||||
* | Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests. | Sean Hall | 2022-04-19 | 8 | -15/+16 |
| | | | | Fixes 6651 | ||||
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 10 | -41/+35 |
| | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -2/+0 |
| | |||||
* | Improve error reporting wrt ExePackage and MsuPackage attributes | Rob Mensching | 2022-03-01 | 9 | -9/+9 |
| | | | | | | | | For example, DetectCondition is required when RepairArguments or UninstallArguments present and always recommended. Also, non-permanent ExePackages need UninstallArguments. The code was refactored to make it easier to reason over the different requirements for different package types. | ||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -0/+1 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -2/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Do not use kernel32.dll as test file | Rob Mensching | 2021-12-03 | 10 | -9/+10 |
| | |||||
* | Try to make building Bal.wixext and IntegrationBurn faster. | Sean Hall | 2021-05-19 | 1 | -0/+1 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 13 | -53/+44 |
| | |||||
* | Move Bal.wixext into ext | Rob Mensching | 2021-05-03 | 60 | -0/+1447 |