aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-23Fix dependency providers in a Bundle chainRob Mensching7-51/+35
Fixes wixtoolset/issues#6388
2021-03-23Correctly set Compressed, Description, DisplayName in ↵Rob Mensching4-11/+15
BootstrapperApplicationData Fixes wixtoolset/issues#6371 Fixes wixtoolset/issues#6372
2021-03-23Minor code clean upRob Mensching5-88/+33
2021-03-23Allow payloads to be shared across packages in a BundleRob Mensching8-71/+129
Fixes wixtoolset/issues#6370
2021-03-21Remove obsolete RegistryKey/@Action.Bob Arnson1-21/+0
2021-03-19Update tests to validate Shortcut Name/ShortName handlingRob Mensching5-35/+91
Resolves wixtoolset/issues#4227
2021-03-19Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalidRob Mensching1-22/+6
Also, use Environment.ProcessorCount to access NUMBER_OF_PROCESSORS Fixes wixtoolset/issues#5628
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
Fixes wixtoolset/issues#6237
2021-03-16Use validation now implemented in Core.NativeRob Mensching6-401/+227
Fixes wixtoolset/issues#5946
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
#6340
2021-03-14Minimize public surface area of CoreRob Mensching70-1952/+871
Fixes wixtoolset/issues#6374
2021-03-11Add default rollback boundary in the Burn binder instead of the compilerRob Mensching4-31/+35
Fixes wixtoolset/issues#6312
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
Fixes https://github.com/wixtoolset/issues/issues/5886
2021-03-05Create unit test for WixVariable resolution issue #6376Andrij Abyzov6-0/+105
2021-03-03Complete MOVE_TO_BACKEND code migrationRob Mensching9-422/+338
Fixes wixtoolset/issues#6212
2021-03-03Add test to verify patches without files workRob Mensching4-0/+74
Resolves wixtoolset/issues#4912
2021-03-02Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2-4/+3
#5762
2021-03-02Change the hash algorithm for Burn to SHA512.Sean Hall2-1/+5
#3992
2021-03-02Don't require Version, ProductName, or Description for remote payloads.Sean Hall1-17/+25
#4865
2021-03-02Use new PackagePayload symbols for the package's payload.Sean Hall16-116/+670
#4183
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
The test will be moved to a Burn e2e test. #4008
2021-03-02Add failing tests for package description and packages sharing payloadsSean Hall7-5/+176
In Core projects, treat warnings as errors.
2021-03-02Version the extension cache foldersRob Mensching1-7/+11
Resolves wixtoolset/issues#6184
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
Partially fixes wixtoolset/issues#5944
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
Partly resolves wixtoolset/issues#5949
2021-02-27Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching22-11/+814
Resolves wixtoolset/issues#5949
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