Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 19 | -115/+135 |
| | | | | | | | 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". | ||||
* | Audit all transitive dependencies and fix latest vulnerabilities | Rob Mensching | 2024-12-27 | 1 | -4/+0 |
| | | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent | ||||
* | Fix parsing variables' case sensitivity from BootstrapperApplicationData | Nir Bar | 2024-12-26 | 1 | -1/+1 |
| | | | | Fixes 8769 | ||||
* | Typos are bad; visible typos are an abomination. | Bob Arnson | 2024-11-10 | 2 | -2/+2 |
| | | | | At least one person makes the same typo almost-but-not-quite everywhere. | ||||
* | Fix bad URL. | Bob Arnson | 2024-08-19 | 3 | -3/+3 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8704 | ||||
* | Build native code with VC v143 toolset only. | Bob Arnson | 2024-06-10 | 2 | -6/+6 |
| | | | | | | 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 | 2 | -2/+2 |
| | |||||
* | Report E_MOREDATA from Bal functions when string buffer too small | Rob Mensching | 2024-04-04 | 1 | -0/+20 |
| | | | | | | | | WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to match in a few missing cases. Fixes 8094 | ||||
* | Fix the upper bound version in native nupkg references | Rob Mensching | 2024-04-02 | 2 | -2/+2 |
| | | | | Fixes 8091 | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 18 | -91/+42 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 26 | -525/+525 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 13 | -2574/+1 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 63 | -161/+80 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 13 | -48/+40 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 50 | -2290/+8450 |
| | |||||
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 2 | -4/+4 |
| | |||||
* | Build tweaks to support VS 17.8... | Bob Arnson | 2023-12-04 | 1 | -0/+1 |
| | | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities. | ||||
* | Obsolete removed PackageState.Cached value | Rob Mensching | 2023-05-30 | 1 | -5/+6 |
| | | | | | | | | A package's cached status is no longer set via the PackageState. The value was removed in native code but the managed code was missed throwing off the enum mapping. Fixes 7399 | ||||
* | Some small SAL annotation fixups | Rob Mensching | 2023-02-09 | 2 | -11/+11 |
| | |||||
* | Finish the XML documentation in WixToolset.Mba.Core. | Sean Hall | 2023-01-19 | 14 | -624/+555 |
| | | | | 4623 | ||||
* | Use MSI transaction end result to detect whether reboot is needed | Nir Bar | 2022-12-12 | 8 | -82/+173 |
| | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 4 | -4/+0 |
| | |||||
* | Add GetRelatedBundleVariable to managed IBootstrapperEngine. | Sean Hall | 2022-11-10 | 5 | -0/+47 |
| | |||||
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 8 | -0/+178 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 7 | -12/+12 |
| | |||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 4 | -4/+12 |
| | |||||
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 1 | -1/+1 |
| | |||||
* | Make all test roll forward | Rob Mensching | 2022-10-03 | 1 | -1/+0 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 2 | -2/+2 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -8/+0 |
| | |||||
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 6 | -16/+10 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6901. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 5 | -51/+57 |
| | | | | Implements 6858 | ||||
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 9 | -6/+31 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6353. | ||||
* | Don't retry 1606 because are they ever transient?! | Bob Arnson | 2022-08-17 | 1 | -1/+0 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6856. | ||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 4 | -4/+4 |
| | | | | Fixes 6855 | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 5 | -3/+87 |
| | | | | Implements 6835 | ||||
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 12 | -8/+204 |
| | |||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 11 | -14/+159 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 2 | -0/+4 |
| | |||||
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 3 | -0/+36 |
| | | | | | | Return null when WixVersion.TryParse returns false. 6776 | ||||
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 3 | -0/+9 |
| | | | | Fix edge case where version string is all v's. | ||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 3 | -3/+33 |
| | | | | | | | 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. | ||||
* | Update balutil and Bal.wixext to use more concise Exit* macros. | Sean Hall | 2022-05-14 | 5 | -78/+41 |
| | |||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 11 | -153/+0 |
| | |||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 12 | -5/+34 |
| | | | | Fixes 6758 | ||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 2 | -4/+4 |
| | |||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 14 | -96/+198 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 2 | -0/+6 |
| | | | | 3693 | ||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 11 | -0/+168 |
| | |||||
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 11 | -0/+114 |
| | | | | | Fixes 6677, 6722 Reverts 6537 |