| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update URLs to their redirected ones | Kaarlo Räihä | 2022-11-04 | 3 | -4/+4 |
* | Use HTTPS instead of HTTP | Kaarlo Räihä | 2022-11-04 | 4 | -7/+7 |
* | Normalize SectionType and OutputType "Product" to "Package" | Rob Mensching | 2022-11-04 | 6 | -12/+27 |
* | Provide useful error message when file system operations fail | Rob Mensching | 2022-11-04 | 1 | -4/+9 |
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 2 | -0/+12 |
* | Remove double spaces after periods in warning messages | Rob Mensching | 2022-10-31 | 1 | -50/+50 |
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 1 | -1/+1 |
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 1 | -0/+6 |
* | Fix tracking of detached containers | Rob Mensching | 2022-10-04 | 1 | -5/+0 |
* | Use file system abstraction to handle retries automatically | Rob Mensching | 2022-10-04 | 1 | -0/+10 |
* | Add retries when trying to update bundle resources | Rob Mensching | 2022-10-04 | 1 | -0/+19 |
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 1 | -8/+7 |
* | Small clean up of api segment build | Rob Mensching | 2022-10-04 | 4 | -10/+9 |
* | Move WixVersion to new WixToolset.Versioning package in libs segment | Rob Mensching | 2022-10-04 | 2 | -743/+0 |
* | Make all test roll forward | Rob Mensching | 2022-10-03 | 1 | -1/+0 |
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 3 | -3/+3 |
* | Introduce PatchFilterMap to remove Row.SectionId | Rob Mensching | 2022-09-27 | 4 | -33/+15 |
* | Implement transform decompiling and use it in patch filter tests | Rob Mensching | 2022-09-27 | 1 | -0/+6 |
* | Rename MsiPatchSequenceSymbol to MsiPatchFamilySymbol and fix the Id | Rob Mensching | 2022-09-27 | 4 | -72/+72 |
* | Implement single pass patch build | Rob Mensching | 2022-09-23 | 8 | -78/+70 |
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 2 | -16/+1 |
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 6 | -16/+10 |
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 6 | -65/+57 |
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 9 | -6/+31 |
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 1 | -0/+2 |
* | Fix building `ExePackage/@ExitCode` elements. | Sean Hall | 2022-08-26 | 1 | -1/+1 |
* | Allow customization of the .wixpdb output folder | Rob Mensching | 2022-08-25 | 1 | -2/+14 |
* | Don't retry 1606 because are they ever transient?! | Bob Arnson | 2022-08-17 | 1 | -1/+0 |
* | Clean up error message when BA is missing. | Bob Arnson | 2022-08-15 | 1 | -2/+2 |
* | Improve command line error reporting and remove some unused errors | Rob Mensching | 2022-08-15 | 2 | -198/+146 |
* | Redesign command-line help to meet the needs of WiX v4 | Rob Mensching | 2022-08-15 | 8 | -34/+183 |
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 4 | -4/+4 |
* | Preprocessor only fails if current document does not parse | Rob Mensching | 2022-08-10 | 1 | -0/+6 |
* | Simplify and fix incremental/clean in build cmds | Rob Mensching | 2022-08-08 | 1 | -3/+4 |
* | Add intermediate folder and output path to all contexts | Rob Mensching | 2022-08-07 | 7 | -1/+62 |
* | Add clean to api.cmd and minor clean-up | Rob Mensching | 2022-08-07 | 1 | -4/+30 |
* | Implement cabinet spanning | Rob Mensching | 2022-08-05 | 1 | -6/+6 |
* | Abstract file system to remove Core to Core.Native dependency | Rob Mensching | 2022-08-05 | 1 | -0/+25 |
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 3 | -4/+58 |
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 2 | -24/+0 |
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 4 | -1/+40 |
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 6 | -3/+90 |
* | Support remote Payloads | Rob Mensching | 2022-07-14 | 1 | -1/+1 |
* | Remove RESX usage in WixToolset.Data | Rob Mensching | 2022-07-12 | 5 | -4274/+1 |
* | Support bind variables in Package and Bundle versions | Rob Mensching | 2022-07-10 | 2 | -7/+19 |
* | Enable parsing invalid WixVersions | Rob Mensching | 2022-07-07 | 2 | -29/+214 |
* | Fix NCrunch projects | Rob Mensching | 2022-07-07 | 2 | -6/+0 |
* | Remove MsuPackage/@KB and Permanent attributes | Rob Mensching | 2022-06-29 | 1 | -9/+1 |
* | Rename a few more cases where Product element should be Package | Rob Mensching | 2022-06-29 | 1 | -8/+8 |
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 13 | -10/+208 |