aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-5/+1
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-071-1/+1
|
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* WIP - BA header simplificationRob Mensching2024-03-061-1/+0
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-0649-7340/+45
|
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-151-0/+15
|
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-131-2/+3
| | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-3128-1002/+798
| | | | Fixes 6970
* Support bundle updates in WixStdBA.Bob Arnson2022-09-128-2/+148
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-7/+56
| | | | Fixes 5499
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-2/+2
| | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-16/+28
| | | | Fixes https://github.com/wixtoolset/issues/issues/6537.
* Use conditional text rather than controls.Bob Arnson2022-08-182-4/+8
|
* Fix OnExecuteMsiMessage to return chosen result.Bob Arnson2022-08-141-5/+19
|
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-26/+27
| | | | Fixes 6855
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-15/+11
| | | | It is the recommended option since Vista and has better long path support.
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
| | | | Fixes https://github.com/wixtoolset/issues/issues/5624.
* Don't show FilesInUse dialogs if loc strings are missing.Sean Hall2022-07-254-75/+140
| | | | This allows all flavors of wixstdba to conditionally support them.
* Add dialog for non-RM FilesInUse and Netfx FilesInUse.Sean Hall2022-07-253-28/+246
| | | | Fixes 5208
* Use radio buttons in FilesInUse task dialog.Sean Hall2022-07-251-25/+30
|
* Add files-in-use task dialog.Bob Arnson2022-07-255-23/+163
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-204-15/+131
| | | | Implements 6835
* Add ability for non-vital cache package action.Sean Hall2022-06-141-1/+13
|
* Add option to hosts to always install prereqs.Sean Hall2022-05-142-20/+160
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-1431-289/+199
| | | | | | | 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.
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-141-51/+27
|
* Only block shutdown during Apply.Sean Hall2022-05-041-17/+0
|
* Add RepairCondition.Sean Hall2022-04-231-1/+2
| | | | Fixes 6758
* Set each native library dependency version to the build version.Sean Hall2022-04-191-2/+0
|
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-0/+11
|
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-0/+8
|
* Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall2022-03-161-45/+58
| | | | Fixes 6736
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-166-25/+61
|
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-141-30/+26
| | | | | Fixes 6677, 6722 Reverts 6537
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-142-0/+51
|
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-102-0/+17
| | | | Fixes #3421
* Remove orphan compatible MSI packages.Sean Hall2022-01-162-0/+53
| | | | Reimplements #3190
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-4/+9
| | | | #5796
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Add BA events for setting the update bundle.Sean Hall2021-12-111-0/+39
| | | | Fixes #6410
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-081-2/+4
| | | | Fixes #5911
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-101-1/+27
|
* Enable warning to detect hidden base class functionsSean Hall2021-11-101-1/+2
|
* Avoid using control ids inside of thmutil.Sean Hall2021-11-012-73/+242
|
* Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing.Sean Hall2021-11-011-10/+4
|
* Remove dutil types from BAFunctions.Sean Hall2021-11-011-6/+14
|
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-011-74/+114
| | | | Add control loaded event.
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-011-58/+152
|
* Allow more customization of control ids in thmutil.Sean Hall2021-11-011-3/+62
| | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide.