aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use separate intermediate folders when testing patch missing filesRob Mensching2021-03-251-10/+20
* Minor CompareFiles optimization when source/target are same pathRob Mensching2021-03-252-1/+7
* Throw WixException for internal errors and Messaging for user errorsRob Mensching2021-03-233-14/+15
* Fix dependency providers in a Bundle chainRob Mensching2021-03-237-51/+35
* Correctly set Compressed, Description, DisplayName in BootstrapperApplication...Rob Mensching2021-03-234-11/+15
* Minor code clean upRob Mensching2021-03-235-88/+33
* Allow payloads to be shared across packages in a BundleRob Mensching2021-03-238-71/+129
* Remove obsolete RegistryKey/@Action.Bob Arnson2021-03-211-21/+0
* Update tests to validate Shortcut Name/ShortName handlingRob Mensching2021-03-195-35/+91
* Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalidRob Mensching2021-03-191-22/+6
* Minor code cleanupRob Mensching2021-03-193-28/+21
* Reference issues in failing tests.Sean Hall2021-03-183-5/+5
* Track database copy for validation as temporaryRob Mensching2021-03-182-5/+17
* Make ResetAcl opt-in instead of opt-outRob Mensching2021-03-164-12/+14
* Migrate ResetAcls to Core.Native from CoreRob Mensching2021-03-162-11/+3
* Centralize disallow inner text handling in ParseHalperRob Mensching2021-03-166-45/+48
* Use validation now implemented in Core.NativeRob Mensching2021-03-166-401/+227
* Migrate PInvoke out of Core to Core.NativeRob Mensching2021-03-1642-5086/+104
* Demote CollidingModularizationTypes from error to warningBob Arnson2021-03-151-1/+1
* Remove dependency on Core as Data and Extensibility is enoughRob Mensching2021-03-141-1/+2
* Remove use of removed IWixToolsetServiceProviderRob Mensching2021-03-1445-109/+98
* Remove references to Core from backends.Sean Hall2021-03-149-12/+6
* Minimize public surface area of CoreRob Mensching2021-03-1470-1952/+871
* Add default rollback boundary in the Burn binder instead of the compilerRob Mensching2021-03-114-31/+35
* Add failing test for authoring Provides in chain packages.Sean Hall2021-03-082-0/+53
* Add failing test for patch from MSI that included a file from a wixext.Sean Hall2021-03-083-1/+70
* Fix parsing ProviderKey for Bundle.Sean Hall2021-03-083-5/+74
* Fix harvesting providers from MSI packages.Sean Hall2021-03-084-8/+76
* Improve missing entry section error message.Bob Arnson2021-03-072-1/+98
* Create unit test for WixVariable resolution issue #6376Andrij Abyzov2021-03-056-0/+105
* Complete MOVE_TO_BACKEND code migrationRob Mensching2021-03-039-422/+338
* Add test to verify patches without files workRob Mensching2021-03-034-0/+74
* Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2021-03-022-4/+3
* Change the hash algorithm for Burn to SHA512.Sean Hall2021-03-022-1/+5
* Don't require Version, ProductName, or Description for remote payloads.Sean Hall2021-03-021-17/+25
* Use new PackagePayload symbols for the package's payload.Sean Hall2021-03-0216-116/+670
* Refactor payload compiling and harvesting.Sean Hall2021-03-028-343/+546
* Test big payloads by RemotePayload since real files are slow.Sean Hall2021-03-0210-83/+14
* Add failing tests for package description and packages sharing payloadsSean Hall2021-03-027-5/+176
* Version the extension cache foldersRob Mensching2021-03-021-7/+11
* Support the new names for AccessModifiersRob Mensching2021-03-0221-99/+101
* Remove references to "Output" and use "Data" insteadRob Mensching2021-03-024-55/+55
* Simplify BindDatabaseCommand by using WindowsInstallerBackendHelperRob Mensching2021-03-021-13/+10
* Correctly set the parent SourceLineNumber for include filesRob Mensching2021-03-025-6/+50
* Fix handling of suppress modularizationRob Mensching2021-03-018-55/+143
* TARGETDIR is the default directory root, so allow itRob Mensching2021-03-012-12/+5
* Update to latest build infrastructureRob Mensching2021-03-014-10/+29
* Absorb Dependency.wixext into CoreRob Mensching2021-02-2714-0/+668
* Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching2021-02-2722-11/+814
* Complete implementation of extension handling for finalized symbolsRob Mensching2021-02-271-36/+32