| Commit message (Expand) | Author | Files | Lines |
2024-07-15 | Fix faulty memory access in Util's User custom actions | Rob Mensching | 5 | -120/+95 |
2024-07-15 | Fix "wix extension list" to correctly display machine-wide extensions | Rob Mensching | 1 | -31/+46 |
2024-07-15 | Reset current directory so SFXCA directory can be cleaned up | Rob Mensching | 1 | -0/+19 |
2024-07-15 | Move DTF back to .NET 2.0 as it is still supported | Rob Mensching | 7 | -8/+8 |
2024-07-15 | Fix missing WixToolset.Firewall.wixext version | Rob Mensching | 2 | -4/+0 |
2024-07-15 | Introducing wix-cli.msi | Rob Mensching | 7 | -6/+195 |
2024-07-15 | Update dependencies | Rob Mensching | 5 | -32/+32 |
2024-07-15 | Prevent unnecessary refreshes that move focus. | Bob Arnson | 1 | -6/+9 |
2024-07-15 | Scheduling standard actions must override virtual definitions from stdlib | Rob Mensching | 5 | -4/+162 |
2024-07-15 | Build native code with VC v143 toolset only. | Bob Arnson | 9 | -21/+17 |
2024-07-15 | Update deprecated GitHub action upload-artifacts | Rob Mensching | 1 | -2/+2 |
2024-07-14 | Start WiX Toolset v5.0.1 | Rob Mensching | 1 | -1/+1 |
2024-04-05 | WiX Toolset v5.0.0v5.0.0 | Rob Mensching | 3 | -3/+6 |
2024-04-05 | Ensure elevated SFXCA uses Windows Installer cache and unelevated uses Temp f... | Rob Mensching | 5 | -35/+203 |
2024-04-05 | Add a managed custom action E2E test | Rob Mensching | 6 | -0/+122 |
2024-04-05 | Reference correct skippable Xunit discoverer | Rob Mensching | 1 | -1/+1 |
2024-04-04 | NuGet package readmes (4/n) | Bob Arnson | 8 | -0/+54 |
2024-04-04 | Report E_MOREDATA from Bal functions when string buffer too small | Rob Mensching | 4 | -0/+73 |
2024-04-04 | Prevent source directories from being harvested. | Bob Arnson | 4 | -207/+196 |
2024-04-02 | Fix the upper bound version in native nupkg references | Rob Mensching | 4 | -5/+5 |
2024-03-27 | Allow default major upgrade to be rescheduled. | Bob Arnson | 3 | -1/+26 |
2024-03-24 | Use the correct case for firewall attribute values | Rob Mensching | 3 | -8/+14 |
2024-03-23 | Start WiX Toolset v5.0.0 | Rob Mensching | 1 | -1/+1 |
2024-03-22 | WiX Toolset v5.0.0-rc.2v5.0.0-rc.2 | Rob Mensching | 1 | -1/+1 |
2024-03-22 | Protect elevated working folder from malicious data | Rob Mensching | 6 | -33/+43 |
2024-03-22 | Don't follow junctions when recursing directories. | Rob Mensching | 2 | -3/+13 |
2024-03-21 | Simplify BootstrapperApplication header files | Rob Mensching | 34 | -154/+75 |
2024-03-20 | Fix "typo." | Bob Arnson | 1 | -1/+1 |
2024-03-20 | Fix IniFile action values. | Bob Arnson | 3 | -5/+26 |
2024-03-18 | Fix Profile column definition. | Bob Arnson | 5 | -7/+20 |
2024-03-18 | Use WixBA in an upgrade. | Bob Arnson | 5 | -2/+79 |
2024-03-14 | Clean up Burn a bit. | Bob Arnson | 6 | -3502/+1 |
2024-03-14 | Handle directories a bit better for `Files`. | Bob Arnson | 14 | -15/+43 |
2024-03-12 | Fix localization collation. | Bob Arnson | 6 | -1/+63 |
2024-03-10 | Start WiX Toolset v5-rc.2 | Rob Mensching | 1 | -1/+1 |
2024-03-08 | WiX Toolset v5.0.0-rc.1v5.0.0-rc.1 | Rob Mensching | 2 | -2/+1 |
2024-03-08 | Ensure virtual symbols are included when overridden but not referenced | Rob Mensching | 13 | -156/+322 |
2024-03-07 | Add tests demonstrating linker error. | Bob Arnson | 2 | -18/+50 |
2024-03-07 | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 119 | -1087/+1082 |
2024-03-07 | Move wixstdba functions to Bal.wixext build | Rob Mensching | 40 | -57/+397 |
2024-03-07 | Better .nupkg names | Rob Mensching | 324 | -607/+534 |
2024-03-06 | WIP - BA header simplification | Rob Mensching | 23 | -67/+50 |
2024-03-06 | Move the BootstrapperApplication out of proc | Rob Mensching | 420 | -12382/+24331 |
2024-03-06 | Do not follow junctions when recursively deleting directories | Rob Mensching | 1 | -4/+4 |
2024-03-06 | Mitigate .local DLL redirection Windows bug. | Bob Arnson | 2 | -0/+27 |
2024-03-06 | Normalize signing command-line | Rob Mensching | 1 | -9/+8 |
2024-03-06 | WiX v5 uses `wixext5` NuGet package subdirectory. | Bob Arnson | 6 | -9/+58 |
2024-03-03 | More virtual/override symbols. | Bob Arnson | 12 | -19/+19 |
2024-02-28 | Add detail when failing to extract containers. | Bob Arnson | 2 | -4/+4 |
2024-02-27 | Decompile null Message column in Error table. | Bob Arnson | 3 | -1/+2 |