aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-5/+1
* 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
* 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
* Support bundle updates in WixStdBA.Bob Arnson2022-09-128-2/+148
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-7/+56
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-2/+2
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-16/+28
* 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
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-15/+11
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
* Don't show FilesInUse dialogs if loc strings are missing.Sean Hall2022-07-254-75/+140
* Add dialog for non-RM FilesInUse and Netfx FilesInUse.Sean Hall2022-07-253-28/+246
* 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
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-204-15/+131
* 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
* Move infinite loop detection into the hosts.Sean Hall2022-05-1431-289/+199
* 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
* 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
* 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
* 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
* Remove orphan compatible MSI packages.Sean Hall2022-01-162-0/+53
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-4/+9
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
* Add BA events for setting the update bundle.Sean Hall2021-12-111-0/+39
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-081-2/+4
* 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 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