aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Skip logging errors in some places when they are due to missing files or regi...Sean Hall2022-08-092-51/+50
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
* Update expected message in CanLoadFDDx86EarliestCoreMBA.Sean Hall2022-08-031-1/+2
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-016-13/+24
* Workaround duplicate analyzers in .NET Core BAs.Sean Hall2022-08-011-0/+11
* 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-2040-108/+2675
* Update some skipped tests to be dynamically skipped.Sean Hall2022-06-151-2/+10
* Use WixAssert in more places.Sean Hall2022-06-151-10/+16
* Add ability for non-vital cache package action.Sean Hall2022-06-141-1/+13
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-1/+1
* Fix DncHostGeneratorTests.Sean Hall2022-05-311-0/+3
* Add option to hosts to always install prereqs.Sean Hall2022-05-1410-28/+355
* Move infinite loop detection into the hosts.Sean Hall2022-05-1445-478/+431
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-143-79/+44
* Only block shutdown during Apply.Sean Hall2022-05-041-17/+0
* Add RepairCondition.Sean Hall2022-04-231-1/+2
* Upgrade dnchost's nethost dependency to .NET 6.0.4.Sean Hall2022-04-2011-11/+108
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-1911-23/+23
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-1938-555/+595
* Set each native library dependency version to the build version.Sean Hall2022-04-195-10/+0
* Fix warning in dnchost by using release runtime in debug.Sean Hall2022-04-191-3/+8
* 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
* Enhance bundle backend validation.Sean Hall2022-03-164-5/+46
* 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
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-051-2/+2
* Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching2022-03-019-9/+9
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-1/+0
* Exclude sample PDBs from the zip.Sean Hall2022-02-181-0/+1
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-172-4/+1
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-102-0/+17
* Central caDecor and caErr.Bob Arnson2022-02-103-41/+11
* Remove orphan compatible MSI packages.Sean Hall2022-01-162-0/+53
* DefineConstants fixed in last wix.targets upgradeRob Mensching2021-12-301-7/+0
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-4/+9
* Simplify and normalize ext projectsRob Mensching2021-12-301-6/+4
* Build with VS2022, which is now required.Bob Arnson2021-12-255-6/+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
* More VS2022 fixes.Sean Hall2021-12-062-2/+2
* Do not use kernel32.dll as test fileRob Mensching2021-12-0310-9/+10
* Fixes required to get build working using MSBuild64 from VS2022Rob Mensching2021-11-291-1/+1
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-101-1/+27