Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add queutil so Burn can manage its own queue of BA requested actions. | Sean Hall | 2022-10-25 | 1 | -9/+22 |
| | | | | Fixes 6349 | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 1 | -10/+2 |
| | | | | Implements 6858 | ||||
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 1 | -3/+4 |
| | | | | Fixes 5499 | ||||
* | Use elevated engine to make the restart request when it is available. | Sean Hall | 2022-09-03 | 1 | -0/+42 |
| | | | | Fixes 6145 | ||||
* | Delay closing Burn's UI thread so that it can log the bundle's restart. | Sean Hall | 2022-09-03 | 1 | -0/+15 |
| | |||||
* | Mask the elevated secrets when logging its command line. | Sean Hall | 2022-09-03 | 1 | -3/+24 |
| | |||||
* | Use a dedicated pipe for redirecting logging from the elevated process. | Sean Hall | 2022-08-19 | 1 | -0/+24 |
| | | | | Fixes 6869 | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 1 | -3/+3 |
| | | | | Implements 6835 | ||||
* | Add embedded test. | Sean Hall | 2022-06-29 | 1 | -0/+35 |
| | |||||
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 1 | -26/+28 |
| | |||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 1 | -1/+1 |
| | |||||
* | Make sure base paths are fully qualified in Burn. | Sean Hall | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 1 | -12/+6 |
| | | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods. | ||||
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 1 | -1/+1 |
| | | | | Fixes 6707 | ||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 1 | -0/+4 |
| | |||||
* | Allow burn.runonce with burn.clean.room and create runonce log. | Sean Hall | 2022-05-04 | 1 | -3/+6 |
| | |||||
* | Add option for BundlePackage to be hidden in ARP like MsiPackage. | Sean Hall | 2022-04-05 | 1 | -0/+29 |
| | | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454 | ||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -1/+1 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -2/+14 |
| | | | | 3693 | ||||
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 1 | -0/+5 |
| | | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252 | ||||
* | Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH. | Sean Hall | 2022-03-22 | 1 | -2/+18 |
| | | | | Implements 4504, needed for 3796/6252 | ||||
* | Add WixBundleCommandLineAction, don't set dynamic variables at startup. | Sean Hall | 2022-03-16 | 1 | -5/+5 |
| | | | | Fixes 6736 | ||||
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 1 | -9/+30 |
| | | | | | Fixes 6677, 6722 Reverts 6537 | ||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 1 | -5/+11 |
| | |||||
* | Ensure WixBundleInstalled and RebootPending are set in elevated engine. | Sean Hall | 2022-03-05 | 1 | -12/+0 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 1 | -17/+10 |
| | | | | 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. | ||||
* | Add UnsafeUninstall action. | Sean Hall | 2022-02-22 | 1 | -5/+23 |
| | | | | Fixes #6721 | ||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 1 | -2/+2 |
| | | | | Fixes #3421 | ||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -1/+7 |
| | | | | Reimplements #3190 | ||||
* | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 1 | -18/+9 |
| | | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle | ||||
* | Don't assume Exe packages with Burn protocol are bundles. | Sean Hall | 2022-01-04 | 1 | -7/+7 |
| | | | | Related to #3693 | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -1/+1 |
| | | | | #5796 | ||||
* | Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING. | Bob Arnson | 2021-12-27 | 1 | -10/+0 |
| | | | | Thanks to @rseanhall's sharp eyes. | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -1/+1 |
| | | | | Fixes #6410 | ||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 1 | -2/+23 |
| | |||||
* | Always use user's temp directory as basis for acquisition folder. | Sean Hall | 2021-08-04 | 1 | -4/+4 |
| | | | | Fixes #5830 | ||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -7/+144 |
| | | | | Fixes #5856 | ||||
* | Remove unelevation code since clean room changes made it unreachable. | Sean Hall | 2021-08-04 | 1 | -14/+0 |
| | |||||
* | Require clean room switch to be first argument and catch embedded switch ↵ | Sean Hall | 2021-08-04 | 1 | -5/+17 |
| | | | | specified with other modes in the clean room process. | ||||
* | Recreate the command line for the clean room process. | Sean Hall | 2021-08-04 | 1 | -29/+234 |
| | | | | | | Persist /xlog when resuming from RunOnce. Fixes #6259 | ||||
* | Parse most of Burn command line parameters into BURN_ENGINE_COMMAND. | Sean Hall | 2021-08-04 | 1 | -72/+60 |
| | |||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -11/+18 |
| | |||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -12/+11 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Update Burn ARP command lines to skip clean room. | Sean Hall | 2021-08-04 | 1 | -11/+16 |
| | | | | This also adds an escape hatch to Burn for antivirus interfering with clean room. | ||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 1 | -39/+0 |
| | | | | Fixes #4975 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 1 | -1/+8 |
| | | | | Fixes #3777 | ||||
* | Apply shouldn't abort if restart's required when doing special actions. | Sean Hall | 2021-06-17 | 1 | -2/+2 |
| | | | | Fixes #5394 | ||||
* | Show Burn splash screen earlier. | Sean Hall | 2021-06-09 | 1 | -3/+42 |
| | | | | | | Make the initial Burn process show the splash screen, and show it before parsing the manifest. Fixes half of #5300 | ||||
* | Update Burn command line parsing to handle unknown args separately. | Sean Hall | 2021-06-09 | 1 | -90/+141 |
| | | | | Parse whole command line in InitializeEngineState but store the indices of unknown args. This allows the engine earlier access to the configuration from the command line, while still allowing CoreInitialize to sanitize the command line before logging it. | ||||
* | Try to log Burn command line even if it was invalid. | Sean Hall | 2021-06-09 | 1 | -24/+70 |
| |