Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `InstallerInformationalVersion`. | Bob Arnson | 2023-02-09 | 1 | -2/+28 |
| | | | | | | Gets "full" version (with commit id). Fixes https://github.com/wixtoolset/issues/issues/7200. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 1 | -24/+27 |
| | | | | Implements 6858 | ||||
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 1 | -0/+25 |
| | | | | Fixes 5499 | ||||
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 1 | -23/+117 |
| | | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'. | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -45/+30 |
| | | | | Fixes 3455 | ||||
* | Add PathCanonicalizeForComparison. | Sean Hall | 2022-05-31 | 1 | -1/+1 |
| | |||||
* | Add WixBundleCommandLineAction, don't set dynamic variables at startup. | Sean Hall | 2022-03-16 | 1 | -0/+1 |
| | | | | Fixes 6736 | ||||
* | Ensure WixBundleInstalled and RebootPending are set in elevated engine. | Sean Hall | 2022-03-05 | 1 | -1/+1 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 1 | -0/+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. | ||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 1 | -1/+1 |
| | | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness. | ||||
* | Bring Sean's fixes to `wix4`. | Bob Arnson | 2021-09-18 | 1 | -1/+1 |
| | |||||
* | Don't set NativeMachine variables when IsWow64Process2 is unavailable | Eric StJohn | 2021-09-13 | 1 | -2/+5 |
| | |||||
* | Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension | Eric StJohn | 2021-08-30 | 1 | -0/+25 |
| | |||||
* | Get system TEMP path from the registry. | Sean Hall | 2021-08-04 | 1 | -1/+0 |
| | | | | Also, correctly handle return codes from related path APIs. | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 1 | -0/+28 |
| | | | | Fixes #3777 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+2323 |