Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't force x64 platform build.HEADmain | Bob Arnson | 4 days | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8977 | ||||
* | Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplication | ueuuop8591 | 12 days | 1 | -1/+1 |
| | |||||
* | Convert ext\ to MSTest and traversal projects. | Bob Arnson | 12 days | 5 | -138/+101 |
| | | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage | ||||
* | Emit deprecation warning for Heat. | Bob Arnson | 2025-01-23 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8913 | ||||
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 3 | -23/+23 |
| | | | | | | | 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". | ||||
* | 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 | 4 | -7/+120 |
| | |||||
* | Build native code with VC v143 toolset only. | Bob Arnson | 2024-06-10 | 1 | -3/+3 |
| | | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211. | ||||
* | Move to ReleaseFlow and SomeVer | Rob Mensching | 2024-04-25 | 1 | -2/+2 |
| | |||||
* | NuGet package readmes (4/n) | Bob Arnson | 2024-04-04 | 4 | -0/+25 |
| | | | | See https://github.com/wixtoolset/issues/issues/7862. | ||||
* | Fix the upper bound version in native nupkg references | Rob Mensching | 2024-04-02 | 1 | -2/+2 |
| | | | | Fixes 8091 | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 9 | -47/+20 |
| | | | | | 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 | 27 | -16/+2924 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 88 | -120/+168 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 6 | -10/+2 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 181 | -4773/+1448 |
| | |||||
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 10 | -19/+18 |
| | |||||
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 1 | -6/+0 |
| | |||||
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -5/+5 |
| | |||||
* | 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 | 3 | -1/+65 |
| | | | | 7287 | ||||
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 5 | -35/+46 |
| | |||||
* | Change wixiuiba to request FORCE_PRESENT instead of REPAIR. | Sean Hall | 2023-02-08 | 1 | -1/+1 |
| | | | | | | Sending REINSTALL on the command line doesn't allow the maintenance dialog to be shown. Fixes 7184 | ||||
* | Remove WixToolset.Dnc.HostGenerator workaround. | Bob Arnson | 2023-01-30 | 1 | -11/+0 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6843. | ||||
* | 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 | 6 | -33/+105 |
| | |||||
* | Write an error when the .NET Core BA is missing the BAFactoryAssembly. | Sean Hall | 2023-01-15 | 4 | -2/+52 |
| | | | | 7166 | ||||
* | Don't fail on bad/missing update feed URL. | Bob Arnson | 2022-12-15 | 1 | -0/+15 |
| | |||||
* | wixstdba should not change the action if not showing full UI. | Sean Hall | 2022-12-13 | 1 | -2/+3 |
| | | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081 | ||||
* | Try to convert the MBA prereq magic variables to the new attributes. | Sean Hall | 2022-12-12 | 2 | -3/+3 |
| | | | | Fixes 7026 | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 8 | -8/+1 |
| | |||||
* | WiX Toolset v4-preview.1v4.0.0-preview.1 | Rob Mensching | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 8 | -12/+12 |
| | |||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 2 | -7/+11 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 29 | -1005/+801 |
| | | | | Fixes 6970 | ||||
* | Remove support for .NET Core 3.x from dnchost. | Sean Hall | 2022-10-25 | 6 | -384/+19 |
| | | | | Related to 6942 | ||||
* | Name the bind path item group "BindPath" in MSBuild | Rob Mensching | 2022-10-15 | 3 | -8/+8 |
| | | | | Closes 6959 | ||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 3 | -33/+7 |
| | | | | Fixes 6944 | ||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 5 | -5/+5 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 4 | -26/+3 |
| | |||||
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 8 | -2/+148 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6894. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 8 | -11/+150 |
| | | | | Implements 6858 | ||||
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 1 | -7/+56 |
| | | | | Fixes 5499 | ||||
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 2 | -4/+4 |
| | | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762 | ||||
* | Allow customization of the .wixpdb output folder | Rob Mensching | 2022-08-25 | 1 | -1/+1 |
| | | | | Fixes 6857 | ||||
* | Handle downgrade failure detection during Detect. | Bob Arnson | 2022-08-22 | 1 | -16/+28 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6537. | ||||
* | Use conditional text rather than controls. | Bob Arnson | 2022-08-18 | 2 | -4/+8 |
| | |||||
* | Fix OnExecuteMsiMessage to return chosen result. | Bob Arnson | 2022-08-14 | 1 | -5/+19 |
| | |||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 1 | -26/+27 |
| | | | | Fixes 6855 | ||||
* | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 2022-08-10 | 1 | -15/+11 |
| | | | | It is the recommended option since Vista and has better long path support. |