aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-02Use an unnamed bindpath as a default root for...bob/wixbug_8585Bob Arnson6-6/+55
2024-08-19Fix bad URL.Bob Arnson3-3/+3
2024-08-19Add verbose messages around harvesting.Bob Arnson3-3/+63
2024-07-18Add basic test for Msmq install/uninstall.Bevan Weiss8-4/+122
2024-07-17Initialize WOW64 in TouchFile custom actionRob Mensching4-0/+100
2024-07-15Fix egregiously bad comments that were frustratingBob Arnson2-29/+29
2024-07-15Fix faulty memory access in Util's User custom actionsRob Mensching5-120/+95
2024-07-13Scheduling standard actions must override virtual definitions from stdlibRob Mensching5-4/+162
2024-07-13Reset current directory so SFXCA directory can be cleaned upRob Mensching1-0/+19
2024-07-12Introducing wix-cli.msiRob Mensching7-6/+195
2024-07-12Fix "wix extension list" to correctly display machine-wide extensionsRob Mensching1-31/+46
2024-07-12Move DTF back to .NET 2.0 as it is still supportedRob Mensching7-8/+8
2024-07-12Re-enable insignificant zeros in PackageVersionRob Mensching2-7/+60
2024-07-12Update dependenciesRob Mensching5-33/+33
2024-07-12Fix missing WixToolset.Firewall.wixext versionRob Mensching2-4/+0
2024-07-12Prevent unnecessary refreshes that move focus.Bob Arnson1-6/+9
2024-07-04Add extra logging setup to registry.Bevan Weiss2-0/+22
2024-07-04Change lower case c:\ => C:\ in 'where' search to align with expectedBevan Weiss1-1/+1
2024-07-04No longer support downloading within the Sandbox. Just error instead.Bevan Weiss3-41/+51
2024-07-04Added host menu options for EXE / ZIP installationBevan Weiss3-40/+88
2024-07-04Make faster... don't do both runtime and SDK, SDK is all we needBevan Weiss2-19/+22
2024-07-04Found a way to get the hostname.Bevan Weiss1-1/+4
2024-07-04Wrap variable sets in double quotes so special characters don't break them.Bevan Weiss1-5/+5
2024-07-04Added some comments for the menu.Bevan Weiss2-10/+36
2024-07-04Added some more modifications to the Sandbox.Bevan Weiss4-6/+80
2024-07-04Add Sandbox configuration to more easily perform Integration tests.Bevan Weiss3-0/+81