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 | ||||
* | Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadId | Andrij Abyzov | 2024-12-26 | 2 | -2/+54 |
| | | | | Fixes 8673 | ||||
* | Add a IUIBA edge-case test and clean up a bit. | Bob Arnson | 2024-06-10 | 3 | -2/+120 |
| | |||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 2 | -6/+3 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 9 | -0/+267 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 53 | -54/+50 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 1 | -2/+2 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 61 | -1010/+256 |
| | |||||
* | 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. | ||||
* | Fix bug when parsing bal prereq attributes. | Sean Hall | 2023-03-30 | 2 | -0/+64 |
| | | | | 7287 | ||||
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 1 | -1/+3 |
| | |||||
* | Remove use of AppVeyor | Rob Mensching | 2023-01-23 | 1 | -2/+2 |
| | | | | | | | | WiX v4 standardized on GitHub Actions for the build process. AppVeyor served us well and provides a great service for free. But since we moved to GitHub Actions let's not burn cycles on their build machines. Closes 7175 | ||||
* | Improve error messages from BalBurnBackendExtension. | Sean Hall | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | Write an error when the .NET Core BA is missing the BAFactoryAssembly. | Sean Hall | 2023-01-15 | 2 | -0/+42 |
| | | | | 7166 | ||||
* | Try to convert the MBA prereq magic variables to the new attributes. | Sean Hall | 2022-12-12 | 1 | -1/+1 |
| | | | | Fixes 7026 | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 8 | -12/+12 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 1 | -3/+3 |
| | | | | Fixes 6970 | ||||
* | 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 | 4 | -4/+4 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 4 | -26/+3 |
| | |||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 3 | -3/+11 |
| | | | | Implements 6858 | ||||
* | Update expected message in CanLoadFDDx86EarliestCoreMBA. | Sean Hall | 2022-08-03 | 1 | -1/+2 |
| | |||||
* | 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 | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 16 | -0/+662 |
| | | | | Implements 6835 | ||||
* | Update some skipped tests to be dynamically skipped. | Sean Hall | 2022-06-15 | 1 | -2/+10 |
| | |||||
* | Use WixAssert in more places. | Sean Hall | 2022-06-15 | 1 | -10/+16 |
| | |||||
* | Fix DncHostGeneratorTests. | Sean Hall | 2022-05-31 | 1 | -0/+3 |
| | |||||
* | Add option to hosts to always install prereqs. | Sean Hall | 2022-05-14 | 2 | -2/+48 |
| | | | | | | Add PrereqPackage to BundlePackage Implements 4718 | ||||
* | 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 | 8 | -7/+100 |
| | |||||
* | Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests. | Sean Hall | 2022-04-19 | 9 | -16/+17 |
| | | | | Fixes 6651 | ||||
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 16 | -138/+320 |
| | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -2/+0 |
| | |||||
* | Enhance bundle backend validation. | Sean Hall | 2022-03-16 | 3 | -4/+24 |
| | |||||
* | 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. | ||||
* | More VS2022 fixes. | Sean Hall | 2021-12-06 | 1 | -1/+0 |
| | | | | | | | 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. | ||||
* | Do not use kernel32.dll as test file | Rob Mensching | 2021-12-03 | 10 | -9/+10 |
| | |||||
* | Fixes required to get build working using MSBuild64 from VS2022 | Rob Mensching | 2021-11-29 | 1 | -1/+1 |
| | |||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 4 | -7/+41 |
| | | | | Fixes #3777 | ||||
* | 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 | 16 | -74/+57 |
| | |||||
* | Move Bal.wixext into ext | Rob Mensching | 2021-05-03 | 74 | -0/+2096 |