aboutsummaryrefslogtreecommitdiff
path: root/src/ext (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-2318-140/+17
* Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson2022-09-223-3/+19
* Support bundle updates in WixStdBA.Bob Arnson2022-09-128-2/+148
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-098-11/+150
* 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-262-4/+4
* Allow customization of the .wixpdb output folderRob Mensching2022-08-251-1/+1
* 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
* Improve error messages for remote payloadsRob Mensching2022-08-101-1/+0
* Skip logging errors in some places when they are due to missing files or regi...Sean Hall2022-08-093-56/+52
* Update Serbian locale name.Bob Arnson2022-08-061-0/+0
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
* Update expected message in CanLoadFDDx86EarliestCoreMBA.Sean Hall2022-08-031-1/+2
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-022-9/+73
* 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
* Expose and use methods to parse attributes with Burn variable names.Sean Hall2022-07-213-14/+22
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-2040-108/+2675
* Add tests to validate Variable name validationRob Mensching2022-07-122-0/+96
* Add missing Binary simple reference for UI.wixext dll.Sean Hall2022-07-052-25/+125
* Remote payloads using certificate verification cannot use hashRob Mensching2022-06-295-24/+24
* 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
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-312-0/+59
* 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
* Add support for semver in bundles and dependenciesRob Mensching2022-05-103-2/+9
* Only block shutdown during Apply.Sean Hall2022-05-041-17/+0
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-283-12/+31
* 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-1918-29/+0
* Fix warning in dnchost by using release runtime in debug.Sean Hall2022-04-191-3/+8
* Try to improve fields of bundle symbols.Sean Hall2022-04-132-55/+53
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-0/+11
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-308-846/+516