aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-03-02Change the hash algorithm for Burn to SHA512.Sean Hall2-1/+5
2021-03-02Don't require Version, ProductName, or Description for remote payloads.Sean Hall1-17/+25
2021-03-02Use new PackagePayload symbols for the package's payload.Sean Hall16-116/+670
2021-03-02Refactor payload compiling and harvesting.Sean Hall8-343/+546
2021-03-02Test big payloads by RemotePayload since real files are slow.Sean Hall10-83/+14
2021-03-02Add failing tests for package description and packages sharing payloadsSean Hall7-5/+176
2021-03-02Version the extension cache foldersRob Mensching1-7/+11
2021-03-02Support the new names for AccessModifiersRob Mensching21-99/+101
2021-03-02Remove references to "Output" and use "Data" insteadRob Mensching4-55/+55
2021-03-02Simplify BindDatabaseCommand by using WindowsInstallerBackendHelperRob Mensching1-13/+10
2021-03-02Correctly set the parent SourceLineNumber for include filesRob Mensching5-6/+50
2021-03-01Fix handling of suppress modularizationRob Mensching8-55/+143
2021-03-01TARGETDIR is the default directory root, so allow itRob Mensching2-12/+5
2021-03-01Update to latest build infrastructureRob Mensching7-32/+74
2021-02-27Absorb Dependency.wixext into CoreRob Mensching14-0/+668
2021-02-27Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching22-11/+814
2021-02-27Complete implementation of extension handling for finalized symbolsRob Mensching1-36/+32
2021-02-27Integrate the latest Extensibility changesRob Mensching7-23/+28
2021-02-27Implement IBackendHelper passthru in Burn and WindowsInstaller helpersRob Mensching4-2/+60
2021-02-23Don't prefix custom action references.Bob Arnson2-7/+6
2021-02-22One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2021-02-19Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201Ronald Martin3-21/+114
2021-02-15Fix file size overflow error in ProcessPayloadsCommand.Alex Kubiesa9-1/+81
2021-02-11Replace Win64 attribute with Bitness attributeRob Mensching17-76/+228