| Commit message (Expand) | Author | Files | Lines |
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 |