Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protect elevated working folder from malicious data | Rob Mensching | 2024-03-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | When running elevated, Burn uses the Windows Temp folder as its working folder to prevent normal processes from tampering with the files. Windows Temp does allow non-elevated processes to write to the folder but they cannot see the files there. Unfortunately, contrary to our belief, non-elevated processes can read the files in Windows Temp by watching for directory changes. This allows a malicious process to lie in wait, watching the Windows Temp folder until a Burn process is launched elevated, then attack the working folder. Mitigate that attack by protecting the working folder to only elevated users. Managed custom actions also fall back to using the Windows Temp folder in some cases and thus can be exposed in a similar fashion as an elevated Burn process. Remove that possibility. | ||||
* | Use MSI transaction end result to detect whether reboot is needed | Nir Bar | 2022-12-12 | 1 | -12/+26 |
| | |||||
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 1 | -0/+5 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6353. | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -2/+3 |
| | | | | Fixes 3455 | ||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 1 | -2/+38 |
| | |||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 1 | -4/+11 |
| | | | | | | | 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. | ||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 1 | -25/+0 |
| | |||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 1 | -0/+2 |
| | | | | Fixes 6758 | ||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -1/+35 |
| | |||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 1 | -1/+29 |
| | |||||
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 1 | -0/+24 |
| | | | | | Fixes 6677, 6722 Reverts 6537 | ||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 1 | -1/+31 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 1 | -3/+3 |
| | | | | 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 | -1/+1 |
| | | | | Fixes #6721 | ||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 1 | -0/+30 |
| | | | | Fixes #3421 | ||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -1/+117 |
| | | | | Reimplements #3190 | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -3/+1 |
| | | | | #5796 | ||||
* | Always pass through the return value for FilesInUse messages. | Sean Hall | 2021-12-30 | 1 | -68/+0 |
| | |||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -5/+51 |
| | | | | Fixes #6348 | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -0/+44 |
| | | | | Fixes #6410 | ||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 1 | -2/+6 |
| | | | | Fixes #5911 | ||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 1 | -1/+31 |
| | |||||
* | Always use user's temp directory as basis for acquisition folder. | Sean Hall | 2021-08-04 | 1 | -1/+1 |
| | | | | Fixes #5830 | ||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -2/+2 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Show Burn splash screen earlier. | Sean Hall | 2021-06-09 | 1 | -7/+0 |
| | | | | | | Make the initial Burn process show the splash screen, and show it before parsing the manifest. Fixes half of #5300 | ||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 1 | -5/+13 |
| | | | | #6296 | ||||
* | Cache packages that will be present for CACHE/INSTALL overall actions. | Sean Hall | 2021-05-11 | 1 | -1/+5 |
| | | | | | | | | During actions that are expected to have source media available, all packages that have cacheType set to keep should be cached if the package is going to be present. Set NetFx ExePackage Cache="no" and remove uninstall and repair arguments. #5125 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+2653 |