aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-08Re-enable MSI usage of only a "." in Directory/@NameRob Mensching3-1/+68
2021-04-07Address code review feedbackRob Mensching3-4/+4
2021-04-06Discards source directory name when identical to target nameRob Mensching3-1/+59
2021-04-06Introduce StandardDirectory for referencing standard directoriesRob Mensching42-248/+345
2021-04-06Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching19-283/+346
2021-04-02Standardize on .NET Core v3.1Rob Mensching4-4/+4
2021-04-02Enable codepages and languages to be set via .wxl filesRob Mensching38-235/+619
2021-04-02Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching8-93/+69
2021-04-02Remove unused valuesRob Mensching5-8/+7
2021-03-31Fix regression where PayloadRefs for harvested payloads weren't createdSean Hall2-0/+74
2021-03-30Add failing test for DownloadUrl placeholder replacement.Sean Hall2-0/+91
2021-03-30Rename cache types in the Burn manifests to remove, keep, force.Sean Hall4-12/+12
2021-03-25Re-resolve binary .wixlibs with defaulted embedded filesRob Mensching2-75/+92
2021-03-25Remove dependency on Dtf.WindowsInstaller from CoreRob Mensching5-358/+257
2021-03-25Remove unused parameterRob Mensching1-2/+2
2021-03-25Correctly get the authored MsiProperty names for a MsiPackageRob Mensching1-1/+1
2021-03-25Use separate intermediate folders when testing patch missing filesRob Mensching1-10/+20
2021-03-25Minor CompareFiles optimization when source/target are same pathRob Mensching2-1/+7
2021-03-23Throw WixException for internal errors and Messaging for user errorsRob Mensching3-14/+15
2021-03-23Fix dependency providers in a Bundle chainRob Mensching7-51/+35
2021-03-23Correctly set Compressed, Description, DisplayName in BootstrapperApplication...Rob Mensching4-11/+15
2021-03-23Minor code clean upRob Mensching5-88/+33
2021-03-23Allow payloads to be shared across packages in a BundleRob Mensching8-71/+129
2021-03-21Remove obsolete RegistryKey/@Action.Bob Arnson1-21/+0
2021-03-19Update tests to validate Shortcut Name/ShortName handlingRob Mensching5-35/+91
2021-03-19Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalidRob Mensching1-22/+6
2021-03-19Minor code cleanupRob Mensching3-28/+21
2021-03-18Reference issues in failing tests.Sean Hall3-5/+5
2021-03-18Track database copy for validation as temporaryRob Mensching2-5/+17
2021-03-16Make ResetAcl opt-in instead of opt-outRob Mensching4-12/+14
2021-03-16Migrate ResetAcls to Core.Native from CoreRob Mensching2-11/+3
2021-03-16Centralize disallow inner text handling in ParseHalperRob Mensching6-45/+48
2021-03-16Use validation now implemented in Core.NativeRob Mensching6-401/+227
2021-03-16Migrate PInvoke out of Core to Core.NativeRob Mensching42-5086/+104
2021-03-15Demote CollidingModularizationTypes from error to warningBob Arnson1-1/+1
2021-03-14Remove dependency on Core as Data and Extensibility is enoughRob Mensching1-1/+2
2021-03-14Remove use of removed IWixToolsetServiceProviderRob Mensching45-109/+98
2021-03-14Remove references to Core from backends.Sean Hall9-12/+6
2021-03-14Minimize public surface area of CoreRob Mensching70-1952/+871
2021-03-11Add default rollback boundary in the Burn binder instead of the compilerRob Mensching4-31/+35
2021-03-11One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2021-03-08Add failing test for authoring Provides in chain packages.Sean Hall2-0/+53
2021-03-08Add failing test for patch from MSI that included a file from a wixext.Sean Hall3-1/+70
2021-03-08Fix parsing ProviderKey for Bundle.Sean Hall3-5/+74
2021-03-08Fix harvesting providers from MSI packages.Sean Hall4-8/+76
2021-03-07Improve missing entry section error message.Bob Arnson2-1/+98
2021-03-05Create unit test for WixVariable resolution issue #6376Andrij Abyzov6-0/+105
2021-03-03Complete MOVE_TO_BACKEND code migrationRob Mensching9-422/+338
2021-03-03Add test to verify patches without files workRob Mensching4-0/+74
2021-03-02Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2-4/+3