aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-28Ensure naked files take Subdirectory into account.Bob Arnson12-22/+99
2024-12-27Audit all transitive dependencies and fix latest vulnerabilitiesRob Mensching15-36/+45
2024-12-27Magicked files in modules need complex references.Bob Arnson5-10/+64
2024-12-27Use an unnamed bindpath as a default root for...Bob Arnson6-6/+55
2024-12-26Fix messages related to package scope.Bob Arnson3-3/+3
2024-12-26Avoid setting null MinValues when removing rows.Bob Arnson4-1/+55
2024-12-26Also use EnsureTable to schedule standard actions.Bob Arnson3-156/+244
2024-12-26Handle rooted file harvesting.Bob Arnson3-52/+56
2024-12-26Drop CA path validation in WixUI by default.Bob Arnson12-96/+126
2024-12-26Replace EULA printing custom action with MsiPrint.Bob Arnson16-626/+42
2024-12-26Fix parsing variables' case sensitivity from BootstrapperApplicationDataNir Bar1-1/+1
2024-12-26Exclude detect-only Upgrades from default-feature.Bob Arnson3-10/+6
2024-12-26For fields, "" != null.Bob Arnson3-2/+44
2024-12-26Remove unused const.Bob Arnson1-1/+0
2024-12-26Fix loc and wix variables to allow dots in their identifier name againRob Mensching2-6/+14
2024-12-26Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadIdAndrij Abyzov3-5/+57
2024-12-26Update to non-deprecated actions/upload-artifactRob Mensching1-2/+2
2024-12-26Fix Heat Harvesting for x64 DllsNico-Ko1-1/+1
2024-12-26Fix up COM+ to be back in working order under Wix4+Bevan Weiss31-120/+446
2024-12-26Add a few more checks on rollback of Util User.Bevan Weiss2-4/+9
2024-12-26Introduce early exception for overlength Windows Installer table nameBevan Weiss2-0/+20
2024-11-10Typos are bad; visible typos are an abomination.Bob Arnson11-12/+12
2024-11-10Update to nonwhingy System.Text.Json.Bob Arnson1-1/+1
2024-11-10Log bundle registration scope.Bob Arnson5-6/+17
2024-10-04Add overloads to support create-only Wixouts.Bob Arnson3-4/+44
2024-10-04Fix crash when adding file in patch when filteringBob Arnson10-10/+82
2024-09-28Additional (automated) translations for Lithuanian, Russian and ChineseBevan Weiss3-0/+3
2024-09-28Error message for 'logon as service' is not currently localised.Bevan Weiss9-1/+15
2024-09-28Update thumbprints and download links to target latest .NET packagesChaojie4-11/+11
2024-09-03Fix crash with use of File/@PatchGroup.Bob Arnson2-2/+2
2024-09-02Moved CalculateCabbingThreadCount() to BindDatabaseCommand because we need th...Martin Broholm Andersen3-31/+35
2024-09-02Replace UpdateFileFacade loop with Parallel.ForEachMartin Broholm Andersen2-219/+331
2024-09-02Fix up small inaccuracy in logged error message.Bevan Weiss1-1/+13
2024-09-02A basic install / uninstall test for RemoveFoldersExBevan Weiss4-1/+111
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