| Commit message (Expand) | Author | Files | Lines |
2024-12-26 | Update to non-deprecated actions/upload-artifact | Rob Mensching | 1 | -2/+2 |
2024-12-26 | Fix Heat Harvesting for x64 Dlls | Nico-Ko | 1 | -1/+1 |
2024-12-26 | Fix up COM+ to be back in working order under Wix4+ | Bevan Weiss | 31 | -120/+446 |
2024-12-26 | Add a few more checks on rollback of Util User. | Bevan Weiss | 2 | -4/+9 |
2024-12-26 | Introduce early exception for overlength Windows Installer table name | Bevan Weiss | 2 | -0/+20 |
2024-11-10 | Typos are bad; visible typos are an abomination. | Bob Arnson | 11 | -12/+12 |
2024-11-10 | Update to nonwhingy System.Text.Json. | Bob Arnson | 1 | -1/+1 |
2024-11-10 | Log bundle registration scope. | Bob Arnson | 5 | -6/+17 |
2024-10-04 | Add overloads to support create-only Wixouts. | Bob Arnson | 3 | -4/+44 |
2024-10-04 | Fix crash when adding file in patch when filtering | Bob Arnson | 10 | -10/+82 |
2024-09-28 | Additional (automated) translations for Lithuanian, Russian and Chinese | Bevan Weiss | 3 | -0/+3 |
2024-09-28 | Error message for 'logon as service' is not currently localised. | Bevan Weiss | 9 | -1/+15 |
2024-09-28 | Update thumbprints and download links to target latest .NET packages | Chaojie | 4 | -11/+11 |
2024-09-03 | Fix crash with use of File/@PatchGroup. | Bob Arnson | 2 | -2/+2 |
2024-09-02 | Moved CalculateCabbingThreadCount() to BindDatabaseCommand because we need th... | Martin Broholm Andersen | 3 | -31/+35 |
2024-09-02 | Replace UpdateFileFacade loop with Parallel.ForEach | Martin Broholm Andersen | 2 | -219/+331 |
2024-09-02 | Fix up small inaccuracy in logged error message. | Bevan Weiss | 1 | -1/+13 |
2024-09-02 | A basic install / uninstall test for RemoveFoldersEx | Bevan Weiss | 4 | -1/+111 |
2024-08-19 | Fix bad URL. | Bob Arnson | 3 | -3/+3 |
2024-08-19 | Add verbose messages around harvesting. | Bob Arnson | 3 | -3/+63 |
2024-07-18 | Add basic test for Msmq install/uninstall. | Bevan Weiss | 8 | -4/+122 |
2024-07-17 | Initialize WOW64 in TouchFile custom action | Rob Mensching | 4 | -0/+100 |
2024-07-15 | Fix egregiously bad comments that were frustrating | Bob Arnson | 2 | -29/+29 |
2024-07-15 | Fix faulty memory access in Util's User custom actions | Rob Mensching | 5 | -120/+95 |
2024-07-13 | Scheduling standard actions must override virtual definitions from stdlib | Rob Mensching | 5 | -4/+162 |
2024-07-13 | Reset current directory so SFXCA directory can be cleaned up | Rob Mensching | 1 | -0/+19 |
2024-07-12 | Introducing wix-cli.msi | Rob Mensching | 7 | -6/+195 |
2024-07-12 | Fix "wix extension list" to correctly display machine-wide extensions | Rob Mensching | 1 | -31/+46 |
2024-07-12 | Move DTF back to .NET 2.0 as it is still supported | Rob Mensching | 7 | -8/+8 |
2024-07-12 | Re-enable insignificant zeros in PackageVersion | Rob Mensching | 2 | -7/+60 |
2024-07-12 | Update dependencies | Rob Mensching | 5 | -33/+33 |
2024-07-12 | Fix missing WixToolset.Firewall.wixext version | Rob Mensching | 2 | -4/+0 |
2024-07-12 | Prevent unnecessary refreshes that move focus. | Bob Arnson | 1 | -6/+9 |
2024-07-04 | Add extra logging setup to registry. | Bevan Weiss | 2 | -0/+22 |
2024-07-04 | Change lower case c:\ => C:\ in 'where' search to align with expected | Bevan Weiss | 1 | -1/+1 |
2024-07-04 | No longer support downloading within the Sandbox. Just error instead. | Bevan Weiss | 3 | -41/+51 |
2024-07-04 | Added host menu options for EXE / ZIP installation | Bevan Weiss | 3 | -40/+88 |
2024-07-04 | Make faster... don't do both runtime and SDK, SDK is all we need | Bevan Weiss | 2 | -19/+22 |
2024-07-04 | Found a way to get the hostname. | Bevan Weiss | 1 | -1/+4 |
2024-07-04 | Wrap variable sets in double quotes so special characters don't break them. | Bevan Weiss | 1 | -5/+5 |
2024-07-04 | Added some comments for the menu. | Bevan Weiss | 2 | -10/+36 |
2024-07-04 | Added some more modifications to the Sandbox. | Bevan Weiss | 4 | -6/+80 |
2024-07-04 | Add Sandbox configuration to more easily perform Integration tests. | Bevan Weiss | 3 | -0/+81 |