| Commit message (Expand) | Author | Files | Lines |
2022-03-02 | Set ExePackage/@Uninstallable in bundle manifests | Rob Mensching | 7 | -7/+19 |
2022-03-02 | Do NOT publish logs on `master` branch as they may contain secrets | Rob Mensching | 1 | -2/+3 |
2022-03-02 | Force Appveyor to checkout using CRLF. | Sean Hall | 1 | -0/+3 |
2022-03-02 | Export event logs to try to diagnose E2E test failures. | Sean Hall | 2 | -0/+12 |
2022-03-01 | Improve error reporting wrt ExePackage and MsuPackage attributes | Rob Mensching | 22 | -54/+112 |
2022-03-01 | Refactor related bundle enumeration into butil. | Sean Hall | 10 | -405/+731 |
2022-03-01 | Fix and run Burn 64-bit unit tests. | Sean Hall | 8 | -79/+157 |
2022-03-01 | Factor out TestRegistryFixture so other tests can mock regutil API's. | Sean Hall | 6 | -256/+352 |
2022-02-28 | .NET Framework and .NET Core redists using certificate validation | Rob Mensching | 8 | -188/+79 |
2022-02-28 | Minor code cleanup | Rob Mensching | 1 | -3/+9 |
2022-02-28 | Support certs on remote payloads and generate them from burn subcommand | Rob Mensching | 35 | -247/+1033 |
2022-02-23 | Move nuget.config, global.json and Directory.Packages.props to root | Rob Mensching | 9 | -21/+18 |
2022-02-23 | Rename WixProductTagSymbol to WixPackageTagSymbol | Rob Mensching | 7 | -76/+76 |
2022-02-23 | Fix wixlib, msm, msi incremental build | Rob Mensching | 18 | -62/+311 |
2022-02-23 | Minor comment fix | Rob Mensching | 1 | -1/+1 |
2022-02-23 | Update swidtag test to use wxl file for bind variable validation | Rob Mensching | 3 | -3/+4 |
2022-02-23 | Remove redundant assignment of WixTargetsPath in .targets | Rob Mensching | 1 | -4/+0 |
2022-02-23 | Ensure CoreCompile rebuilds when referenced projects are updated | Rob Mensching | 1 | -2/+3 |
2022-02-23 | Change SetVariable to format the value and convert it at search time. | Sean Hall | 3 | -16/+38 |
2022-02-23 | Update search code with more concise Exit* macros and remove dead code. | Sean Hall | 3 | -166/+42 |
2022-02-22 | Add UnsafeUninstall action. | Sean Hall | 15 | -53/+284 |
2022-02-22 | Turn off vsconfig now that everything is in the image | Rob Mensching | 1 | -3/+3 |
2022-02-19 | Parse the Content-Length string value to avoid the 2GB limitation. | Sean Hall | 2 | -10/+8 |
2022-02-19 | Handle missing content length with range request and empty files. | Sean Hall | 5 | -13/+161 |
2022-02-19 | Ignore HEAD request failure in dlutil's DownloadUrl. | Sean Hall | 4 | -4/+30 |
2022-02-18 | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 19 | -23/+0 |
2022-02-18 | Exclude sample PDBs from the zip. | Sean Hall | 2 | -1/+2 |
2022-02-18 | Create RequiresNativeWixAssets property. | Sean Hall | 6 | -58/+44 |
2022-02-18 | Remove Appveyor workaround. | Sean Hall | 1 | -0/+1 |
2022-02-17 | Create single .zip file for non-embedded pdb files | Rob Mensching | 27 | -48/+71 |
2022-02-17 | Remove use of InternalsVisibleTo | Rob Mensching | 3 | -17/+5 |
2022-02-17 | Fix the bitness of native binaries for .NET Framework | Rob Mensching | 9 | -20/+56 |
2022-02-17 | Move the FileSystem.AccessControl version sync comment | Rob Mensching | 2 | -3/+2 |
2022-02-13 | Fix table names missing `Wix4` prefix. | Bob Arnson | 3 | -4/+4 |
2022-02-13 | Versioned extension ids: ComPlus, Msmq | Bob Arnson | 38 | -289/+292 |
2022-02-12 | Update Appveyor build number so that it is unique when re-run. | Sean Hall | 1 | -1/+1 |
2022-02-12 | Detect MinorUpgrade MsiPackages independently of the base product. | Sean Hall | 6 | -52/+46 |
2022-02-10 | Put validation tests behind #if due to confirmed MSI inconsistencies | Rob Mensching | 3 | -78/+109 |
2022-02-10 | Add logging to tests to help diagnose intermittent test failures | Rob Mensching | 3 | -2/+55 |
2022-02-10 | Minimize build requirements and try ARM64.Spectre | Rob Mensching | 1 | -3/+1 |
2022-02-10 | Re-enable skipped test and minor code clean up | Rob Mensching | 2 | -3/+1 |
2022-02-10 | Centralize all validating tests in a single fixture | Rob Mensching | 3 | -159/+163 |
2022-02-10 | Prefer logging messages to throwing out of the Validator | Rob Mensching | 3 | -26/+38 |
2022-02-10 | Skip another validation test. | Sean Hall | 1 | -1/+1 |
2022-02-10 | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 31 | -28/+515 |
2022-02-10 | Central caDecor and caErr. | Bob Arnson | 30 | -924/+28 |
2022-02-09 | Add runtime testing for #6705. | Sean Hall | 6 | -13/+4 |
2022-02-09 | Get Appveyor builds working. | Sean Hall | 4 | -8/+7 |
2022-02-08 | Hold a reference to validation callback until the external UI resets | Rob Mensching | 1 | -1/+6 |
2022-02-08 | Make validation independent of the build command | Rob Mensching | 33 | -202/+711 |