| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pack CA assembly only after it exists | Rob Mensching | 2022-10-31 | 1 | -2/+6 |
* | Enable ARM64 build for wix build | Rob Mensching | 2022-10-27 | 4 | -10/+7 |
* | Remove support for .NET Core 3.x from dnchost. | Sean Hall | 2022-10-25 | 7 | -384/+20 |
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 13 | -3/+496 |
* | Add queutil so Burn can manage its own queue of BA requested actions. | Sean Hall | 2022-10-25 | 18 | -125/+451 |
* | Ensure BA container is only created once in Bundles | Rob Mensching | 2022-10-22 | 3 | -6/+19 |
* | Fix a couple minor bug in when adding/removing user comments | Rob Mensching | 2022-10-21 | 2 | -63/+62 |
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 29 | -180/+900 |
* | Support converting deprecated inner text with embedded comments | Ron Martin | 2022-10-21 | 4 | -75/+581 |
* | Workaround ARM64 test failure until there is an ARM64 NETFX wix.exe | Rob Mensching | 2022-10-19 | 1 | -1/+9 |
* | Clean up shipping WiX .nupkgs of XML doc and unneeded .target files | Rob Mensching | 2022-10-19 | 3 | -3/+2 |
* | Update several dependencies | Rob Mensching | 2022-10-19 | 1 | -7/+18 |
* | Update to latest NuGet assemblies | Rob Mensching | 2022-10-19 | 1 | -3/+3 |
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 27 | -75/+65 |
* | Name the bind path item group "BindPath" in MSBuild | Rob Mensching | 2022-10-15 | 9 | -25/+21 |
* | Add newest .nupkgs to clean script | Rob Mensching | 2022-10-15 | 1 | -0/+2 |
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 55 | -336/+215 |
* | Simplify reference resolution | Rob Mensching | 2022-10-14 | 8 | -251/+173 |
* | Normalize ToolsetTask implementation to call wix.exe and heat.exe | Rob Mensching | 2022-10-14 | 30 | -200/+196 |
* | Run wix.exe out of proc | Rob Mensching | 2022-10-14 | 21 | -367/+226 |
* | Yield long running MSBuild tasks | Rob Mensching | 2022-10-14 | 1 | -2/+4 |
* | Only run WindowsInstallerValidation when WixBuild runs | Rob Mensching | 2022-10-14 | 1 | -2/+4 |
* | Minor code clean up | Rob Mensching | 2022-10-14 | 3 | -19/+11 |
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 55 | -151/+1569 |
* | Attempt ordinal sort to fix CI test failure | Rob Mensching | 2022-10-04 | 1 | -6/+4 |
* | Fix tracking of detached containers | Rob Mensching | 2022-10-04 | 5 | -15/+5 |
* | Use file system abstraction to handle retries automatically | Rob Mensching | 2022-10-04 | 24 | -127/+143 |
* | Add retries when trying to update bundle resources | Rob Mensching | 2022-10-04 | 6 | -33/+51 |
* | Modernize Util.wixext build | Rob Mensching | 2022-10-04 | 4 | -6/+36 |
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 8 | -44/+62 |
* | Small clean up of api segment build | Rob Mensching | 2022-10-04 | 4 | -10/+9 |
* | Remove dependency on NuGet.Versioning from Core | Rob Mensching | 2022-10-04 | 2 | -6/+6 |
* | Move WixVersion to new WixToolset.Versioning package in libs segment | Rob Mensching | 2022-10-04 | 24 | -9/+1275 |
* | Incremental linking is not supported by C++/CLI | Rob Mensching | 2022-10-04 | 1 | -0/+3 |
* | Fix verutil string comparisons | Rob Mensching | 2022-10-04 | 2 | -2/+2 |
* | Make all test roll forward | Rob Mensching | 2022-10-03 | 4 | -3/+1 |
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 68 | -103/+114 |
* | Use packageSourceMapping to control source of NuGet packages | Rob Mensching | 2022-10-03 | 3 | -15/+1 |
* | Allow independent extraction of BA to remove use of InternalsVisibleTo | Rob Mensching | 2022-10-03 | 11 | -137/+55 |
* | Fix UICompiler custom actions duplication | StefanStojanovic | 2022-09-28 | 1 | -25/+35 |
* | Introduce PatchFilterMap to remove Row.SectionId | Rob Mensching | 2022-09-27 | 14 | -368/+426 |
* | Implement transform decompiling and use it in patch filter tests | Rob Mensching | 2022-09-27 | 17 | -177/+390 |
* | Rename MsiPatchSequenceSymbol to MsiPatchFamilySymbol and fix the Id | Rob Mensching | 2022-09-27 | 6 | -74/+74 |
* | Refactor patch filtering on the path towards making it work properly | Rob Mensching | 2022-09-27 | 9 | -744/+843 |
* | Symbols won't have section ids. | Rob Mensching | 2022-09-27 | 2 | -32/+0 |
* | Add patch error test to validate missing baseline patch file | Rob Mensching | 2022-09-27 | 2 | -0/+36 |
* | Simplify patch fixture internal results | Rob Mensching | 2022-09-27 | 1 | -44/+44 |
* | Fix and reenable some skipped E2E Burn patching tests | Rob Mensching | 2022-09-23 | 2 | -13/+5 |
* | Implement single pass patch build | Rob Mensching | 2022-09-23 | 56 | -1676/+1508 |
* | Build some common products to share across multiple patch tests | Rob Mensching | 2022-09-23 | 7 | -80/+40 |