aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/bundlepackageengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tame some wild pointers.Bob Arnson2023-06-031-4/+4
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-261-1/+1
* Skip logging errors in some places when they are due to missing files or regi...Sean Hall2022-08-091-8/+6
* Make Burn ignore unknown embedded messages.Sean Hall2022-06-291-5/+2
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-141-4/+119
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-131-4/+2
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-071-1/+1
* Add PathSkipPastRoot.Sean Hall2022-06-071-1/+1
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-8/+26
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-051-0/+10
* Make non-embedded bundles skip making a system restore point.Sean Hall2022-04-051-0/+4
* Use Burn's parent switch with BundlePackages.Sean Hall2022-04-011-6/+24
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-23/+254
* Implement BundlePackage.Sean Hall2022-04-011-11/+261
* Minimize chance of user arguments messing up the command lineSean Hall2022-04-011-37/+34
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-25/+3
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-141-2/+27
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-101-1/+1
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-161-1/+10
* Rename fUninstallable to fPermanent.Sean Hall2022-01-161-2/+2
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-0/+460