| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Re-enable and update a patching test fixed previously | Rob Mensching | 2022-09-23 | 2 | -13/+12 |
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 37 | -268/+45 |
* | Add simple patching test to verify file updates are included | Rob Mensching | 2022-09-23 | 5 | -0/+80 |
* | Add WixUI/@InstallDirectory to simplify authoring. | Bob Arnson | 2022-09-22 | 3 | -3/+19 |
* | Burn typo/style fixes | Bob Arnson | 2022-09-22 | 1 | -2/+3 |
* | Don't clean packages during layout. | Sean Hall | 2022-09-15 | 2 | -1/+93 |
* | Disallow attributes in Billboard/Panel. | Bob Arnson | 2022-09-15 | 1 | -0/+14 |
* | Ignore cache bundle failure if it already exists in the package cache. | Sean Hall | 2022-09-15 | 3 | -9/+43 |
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 15 | -12/+223 |
* | Don't search for 64-bit bundles on 32-bit OS. | Sean Hall | 2022-09-14 | 1 | -3/+12 |
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 11 | -4/+152 |
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 11 | -33/+30 |
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 38 | -197/+266 |
* | Make sure ThmViewer can load relative paths. | Bob Arnson | 2022-09-05 | 1 | -2/+2 |
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 20 | -76/+336 |
* | Use elevated engine to make the restart request when it is available. | Sean Hall | 2022-09-03 | 8 | -133/+240 |
* | Delay closing Burn's UI thread so that it can log the bundle's restart. | Sean Hall | 2022-09-03 | 5 | -40/+159 |
* | Delay closing the bundle log so that restart failures will be logged. | Sean Hall | 2022-09-03 | 4 | -38/+95 |
* | Move logutil docs into header and standardize inline wrapper methods. | Sean Hall | 2022-09-03 | 2 | -186/+181 |
* | Log message when the elevated process is not running elevated. | Sean Hall | 2022-09-03 | 2 | -0/+12 |
* | Mask the elevated secrets when logging its command line. | Sean Hall | 2022-09-03 | 3 | -3/+27 |
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 12 | -10/+58 |
* | Restrict panels to static controls. | Bob Arnson | 2022-08-29 | 3 | -66/+99 |
* | Use IntPtr for pointers to handles | Rob Mensching | 2022-08-29 | 8 | -46/+44 |
* | Update old test code to latest SWID tag spec | Rob Mensching | 2022-08-26 | 9 | -12/+121 |
* | Add support for building patches straight from wix.targets | Rob Mensching | 2022-08-26 | 1 | -1/+2 |
* | Pass `/xlog` to elevated engine. | Bob Arnson | 2022-08-26 | 1 | -0/+6 |
* | Small code cleanup in patch build. | Rob Mensching | 2022-08-26 | 2 | -22/+21 |
* | Trim patch baseline identifiers when they get too long | Rob Mensching | 2022-08-26 | 9 | -44/+132 |
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 12 | -6/+92 |