Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 7 | -65/+65 |
| | | | | | | | 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". | ||||
* | 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. | ||||
* | 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 | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 8 | -19/+31 |
| | | | | | 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 | 7 | -2460/+1 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 3 | -49/+1 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 8 | -38/+30 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 20 | -1508/+7833 |
| | |||||
* | Some small SAL annotation fixups | Rob Mensching | 2023-02-09 | 2 | -11/+11 |
| | |||||
* | Use MSI transaction end result to detect whether reboot is needed | Nir Bar | 2022-12-12 | 4 | -15/+49 |
| | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 4 | -0/+111 |
| | |||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 1 | -2/+4 |
| | |||||
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 2 | -6/+3 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6901. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 2 | -25/+24 |
| | | | | Implements 6858 | ||||
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 4 | -1/+7 |
| | | | | 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 | 3 | -3/+48 |
| | | | | Implements 6835 | ||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 6 | -1/+46 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -0/+2 |
| | |||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 2 | -1/+17 |
| | | | | | | | 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 | 3 | -77/+36 |
| | |||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 6 | -47/+0 |
| | |||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 6 | -1/+12 |
| | | | | Fixes 6758 | ||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -2/+2 |
| | |||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 8 | -1/+55 |
| | |||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 6 | -0/+43 |
| | |||||
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 6 | -0/+37 |
| | | | | | Fixes 6677, 6722 Reverts 6537 | ||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 6 | -0/+43 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 4 | -4/+4 |
| | | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference. | ||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 6 | -0/+43 |
| | | | | Fixes #3421 | ||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 6 | -0/+174 |
| | | | | Reimplements #3190 | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 4 | -4/+1 |
| | | | | #5796 | ||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 4 | -16/+10 |
| | | | | Fixes #6348 | ||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 1 | -3/+3 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 3 | -21/+5 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 8 | -2/+120 |
| | | | | Fixes #6410 | ||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 4 | -4/+10 |
| | | | | Fixes #5911 | ||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 4 | -3/+6 |
| | |||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 4 | -31/+18 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 5 | -0/+48 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 4 | -0/+104 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 4 | -0/+47 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 6 | -0/+50 |
| | |||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-17 | 1 | -2/+2 |
| | | | | 79s -> 21s on my octocore machine. | ||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 3 | -13/+63 |
| | | | | Fixes #4975 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 2 | -0/+47 |
| | | | | Fixes #3777 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 3 | -0/+259 |
| | | | | Fixes #4777 | ||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 1 | -0/+7 |
| | | | | | Partial fix for #6155 Fixes #4106 |