summaryrefslogtreecommitdiff
path: root/src/api/burn (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | 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 Hall2022-02-222-2/+6
| | | | Fixes #6721
* 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
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-1011-0/+132
| | | | Fixes #3421
* 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
| | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle.
* Remove orphan compatible MSI packages.Sean Hall2022-01-1611-9/+539
| | | | Reimplements #3190
* 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
| | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-308-29/+4
| | | | #5796
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-308-25/+47
| | | | Fixes #6348
* Build simplification and parallelizationRob Mensching2021-12-301-1/+1
|
* Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.Bob Arnson2021-12-272-6/+0
| | | | Thanks to @rseanhall's sharp eyes.
* 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
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* 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
| | | | Fixes #6410
* 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
| | | | Fixes #5911
* Only build mbanative for latest toolset.Sean Hall2021-12-011-7/+8
| | | | This allows using Appveyor's latest VS2019 image.
* 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 control loaded event.
* 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 BAFunctions to set control ids. Make sure control ids don't collide.
* 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
| | | | 79s -> 21s on my octocore machine.
* Revert "Build api segment via traversal projects."Bob Arnson2021-07-121-42/+0
| | | | This reverts commit 250b850f52253a101ddc4857cb6a2e66b0b37739.
* Build api segment via traversal projects.Bob Arnson2021-07-111-0/+42
| | | | 79s -> 21s on my octocore machine.
* Make the BA responsible for parsing restart prompt behavior.Sean Hall2021-07-0212-43/+103
| | | | Fixes #4975
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-026-2/+102
| | | | Fixes #3777
* Expose overridable variable APIs in balutil and Mba.Core.Sean Hall2021-07-0214-11/+500
| | | | Fixes #4777
* In thmutil when drawing images, use GDI+ and the actual dimensions.Sean Hall2021-06-042-0/+14
| | | | | Partial fix for #6155 Fixes #4106
* Add InProgressDisplayName for bundles.Sean Hall2021-05-198-49/+86
| | | | #6296
* Use balutil methods in Engine.cs to avoid size_t ugliness.Sean Hall2021-05-1111-201/+466
|
* Implement integrated build processRob Mensching2021-05-1126-596/+123
|
* Move balutil into API/burnRob Mensching2021-04-29105-0/+19988