| Commit message (Expand) | Author | Age | Files | Lines |
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 8 | -2/+148 |
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 8 | -11/+150 |
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 1 | -7/+56 |
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 2 | -4/+4 |
* | Allow customization of the .wixpdb output folder | Rob Mensching | 2022-08-25 | 1 | -1/+1 |
* | Handle downgrade failure detection during Detect. | Bob Arnson | 2022-08-22 | 1 | -16/+28 |
* | Use conditional text rather than controls. | Bob Arnson | 2022-08-18 | 2 | -4/+8 |
* | Fix OnExecuteMsiMessage to return chosen result. | Bob Arnson | 2022-08-14 | 1 | -5/+19 |
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 1 | -26/+27 |
* | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 2022-08-10 | 1 | -15/+11 |
* | Improve error messages for remote payloads | Rob Mensching | 2022-08-10 | 1 | -1/+0 |
* | Skip logging errors in some places when they are due to missing files or regi... | Sean Hall | 2022-08-09 | 3 | -56/+52 |
* | Update Serbian locale name. | Bob Arnson | 2022-08-06 | 1 | -0/+0 |
* | Handle suppressed Options button. | Bob Arnson | 2022-08-03 | 3 | -3/+6 |
* | Update expected message in CanLoadFDDx86EarliestCoreMBA. | Sean Hall | 2022-08-03 | 1 | -1/+2 |
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 2 | -9/+73 |
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 6 | -13/+24 |
* | Workaround duplicate analyzers in .NET Core BAs. | Sean Hall | 2022-08-01 | 1 | -0/+11 |
* | Don't show FilesInUse dialogs if loc strings are missing. | Sean Hall | 2022-07-25 | 4 | -75/+140 |
* | Add dialog for non-RM FilesInUse and Netfx FilesInUse. | Sean Hall | 2022-07-25 | 3 | -28/+246 |
* | Use radio buttons in FilesInUse task dialog. | Sean Hall | 2022-07-25 | 1 | -25/+30 |
* | Add files-in-use task dialog. | Bob Arnson | 2022-07-25 | 5 | -23/+163 |
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 3 | -14/+22 |
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 40 | -108/+2675 |
* | Add tests to validate Variable name validation | Rob Mensching | 2022-07-12 | 2 | -0/+96 |
* | Add missing Binary simple reference for UI.wixext dll. | Sean Hall | 2022-07-05 | 2 | -25/+125 |
* | Remote payloads using certificate verification cannot use hash | Rob Mensching | 2022-06-29 | 5 | -24/+24 |
* | Update some skipped tests to be dynamically skipped. | Sean Hall | 2022-06-15 | 1 | -2/+10 |
* | Use WixAssert in more places. | Sean Hall | 2022-06-15 | 1 | -10/+16 |
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 1 | -1/+13 |
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 1 | -1/+1 |
* | PathEnsureQuoted is not generally useful. | Sean Hall | 2022-05-31 | 2 | -0/+59 |
* | Fix DncHostGeneratorTests. | Sean Hall | 2022-05-31 | 1 | -0/+3 |
* | Add option to hosts to always install prereqs. | Sean Hall | 2022-05-14 | 10 | -28/+355 |
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 45 | -478/+431 |
* | Update balutil and Bal.wixext to use more concise Exit* macros. | Sean Hall | 2022-05-14 | 3 | -79/+44 |
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 3 | -2/+9 |
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 1 | -17/+0 |
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 3 | -12/+31 |
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 1 | -1/+2 |
* | Upgrade dnchost's nethost dependency to .NET 6.0.4. | Sean Hall | 2022-04-20 | 11 | -11/+108 |
* | Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests. | Sean Hall | 2022-04-19 | 11 | -23/+23 |
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 38 | -555/+595 |
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 18 | -29/+0 |
* | Fix warning in dnchost by using release runtime in debug. | Sean Hall | 2022-04-19 | 1 | -3/+8 |
* | Try to improve fields of bundle symbols. | Sean Hall | 2022-04-13 | 2 | -55/+53 |
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -0/+11 |
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 8 | -846/+516 |
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 2 | -8/+8 |
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 1 | -0/+8 |