| Commit message (Expand) | Author | Age | Files | Lines |
* | Burn can only log errors while logutil is initialized and not closed. | Sean Hall | 2022-06-27 | 2 | -43/+41 |
* | Require \r\n in ConsoleReadW | Sean Hall | 2022-06-27 | 1 | -1/+1 |
* | Add new workflow to upload a test report from the build workflow's results. | Sean Hall | 2022-06-16 | 1 | -0/+22 |
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 16 | -20/+222 |
* | Update some skipped tests to be dynamically skipped. | Sean Hall | 2022-06-15 | 5 | -19/+75 |
* | Build and run x64 dutil tests. | Sean Hall | 2022-06-15 | 8 | -77/+81 |
* | Use WixAssert in more places. | Sean Hall | 2022-06-15 | 47 | -539/+605 |
* | Improve WixAssert.StringEqual to print where the first difference is. | Sean Hall | 2022-06-15 | 1 | -26/+66 |
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 13 | -61/+449 |
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 31 | -155/+723 |
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 58 | -267/+1957 |
* | Make sure base paths are fully qualified in Burn. | Sean Hall | 2022-06-07 | 14 | -40/+87 |
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 26 | -87/+577 |
* | REG_EXPAND_SZ values are not necessarily a path. | Sean Hall | 2022-06-07 | 13 | -32/+211 |
* | Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value. | Sean Hall | 2022-06-07 | 8 | -196/+1007 |
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 12 | -75/+338 |
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 9 | -310/+414 |
* | Replace PathCompare with PathCompareCanonicalized. | Sean Hall | 2022-06-07 | 10 | -203/+301 |
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 16 | -210/+301 |
* | Fix StyleCop complaints. | Ron Martin | 2022-06-03 | 1 | -14/+22 |
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 14 | -41/+233 |
* | Update payload.cpp and container.cpp to use more concise Exit* macros. | Sean Hall | 2022-05-31 | 2 | -54/+43 |
* | Add PathCanonicalizeForComparison. | Sean Hall | 2022-05-31 | 8 | -116/+822 |
* | Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified. | Sean Hall | 2022-05-31 | 8 | -22/+350 |
* | Add MemSizeChecked. | Sean Hall | 2022-05-31 | 8 | -109/+130 |
* | PathGetDirectory can't be responsible for stripping quotes. | Sean Hall | 2022-05-31 | 2 | -6/+33 |
* | PathEnsureQuoted is not generally useful. | Sean Hall | 2022-05-31 | 4 | -68/+59 |
* | Fix DncHostGeneratorTests. | Sean Hall | 2022-05-31 | 1 | -0/+3 |
* | Rename build.cmd to devbuild.cmd to better represent its purpose | Rob Mensching | 2022-05-24 | 3 | -21/+22 |
* | Ignore NU1507 to work-around Centrally Versioned Packaging change | Rob Mensching | 2022-05-24 | 1 | -1/+1 |
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 9 | -22/+322 |
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 7 | -14/+118 |
* | Add option to hosts to always install prereqs. | Sean Hall | 2022-05-14 | 35 | -42/+1154 |
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 55 | -493/+500 |
* | Update balutil and Bal.wixext to use more concise Exit* macros. | Sean Hall | 2022-05-14 | 8 | -157/+85 |
* | Add ability to skip tests at runtime, and skip long running cache tests | Sean Hall | 2022-05-13 | 38 | -194/+423 |
* | Remove comments from global.json. | Sean Hall | 2022-05-12 | 1 | -0/+2 |
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 36 | -116/+568 |
* | Add WixVersion implementation to WixToolset.Data | Rob Mensching | 2022-05-10 | 3 | -0/+522 |
* | Harvest BundlePackage payloads. | Sean Hall | 2022-05-06 | 18 | -187/+752 |
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 25 | -231/+107 |
* | Assume critical shutdown was caused by the current package. | Sean Hall | 2022-05-04 | 3 | -15/+27 |
* | Allow burn.runonce with burn.clean.room and create runonce log. | Sean Hall | 2022-05-04 | 3 | -8/+25 |
* | Port UtilExtension.UserTests from wix3. | Sean Hall | 2022-04-29 | 30 | -0/+1032 |
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 8 | -13/+179 |
* | Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch test | Sean Hall | 2022-04-28 | 3 | -1/+4 |
* | Enforce that Update and RemoteBundle can only be specified once. | Sean Hall | 2022-04-26 | 1 | -0/+21 |
* | Always reset the system component status when registering the bundle. | Sean Hall | 2022-04-23 | 7 | -165/+26 |
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 17 | -113/+177 |
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 33 | -17/+237 |