aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-095-51/+57
* Supply hashes to BA if present in update feed.Bob Arnson2022-08-319-6/+31
* Don't retry 1606 because are they ever transient?!Bob Arnson2022-08-171-1/+0
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-104-4/+4
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-205-3/+87
* Use dotnet test on C++/CLI test projects to get trx logs.Sean Hall2022-06-1612-8/+204
* Add ability for non-vital cache package action.Sean Hall2022-06-1411-14/+159
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-072-0/+4
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-173-0/+36
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-173-0/+9
* Move infinite loop detection into the hosts.Sean Hall2022-05-143-3/+33
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-145-78/+41
* Only block shutdown during Apply.Sean Hall2022-05-0411-153/+0
* Add RepairCondition.Sean Hall2022-04-2312-5/+34
* Set each native library dependency version to the build version.Sean Hall2022-04-192-4/+4
* Detect related bundles for BundlePackages.Sean Hall2022-04-0114-96/+198
* Implement BundlePackage.Sean Hall2022-04-012-0/+6
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-1911-0/+168
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-1411-0/+114
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-1411-2/+192
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-058-12/+12
* Add UnsafeUninstall action.Sean Hall2022-02-222-2/+6
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-182-4/+0
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-174-2/+3
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-1011-0/+132
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-272-3/+2
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-162-0/+6
* Remove orphan compatible MSI packages.Sean Hall2022-01-1611-9/+539
* Update some nuspecs to be more standardRob Mensching2022-01-031-3/+3
* Try to get more helpful test failure messages.Sean Hall2022-01-012-1/+7
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-013-8/+13
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-308-29/+4
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-308-25/+47
* Build simplification and parallelizationRob Mensching2021-12-301-1/+1
* Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.Bob Arnson2021-12-272-6/+0
* Use `v143` toolset except `v141` for libs.Bob Arnson2021-12-255-12/+12
* Build with VS2022, which is now required.Bob Arnson2021-12-2510-65/+23
* Switch to `net472` as Framework baseline.Bob Arnson2021-12-121-0/+1
* Add BA events for setting the update bundle.Sean Hall2021-12-1116-2/+292
* Remove MEND.Sean Hall2021-12-082-12/+0
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-088-16/+57
* Only build mbanative for latest toolset.Sean Hall2021-12-011-7/+8
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-104-3/+6
* Remove dutil types from BAFunctions.Sean Hall2021-11-015-33/+18
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-016-0/+50
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-014-0/+104
* Allow more customization of control ids in thmutil.Sean Hall2021-11-014-0/+47
* Allow BA to opt out of MSI transaction.Nir Bar2021-08-1211-0/+140
* Refactor butil while cleaning up other things.Sean Hall2021-07-181-8/+0
* Build api segment via traversal projects.Bob Arnson2021-07-172-2/+42