aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Integrate the latest Extensibility changesRob Mensching2021-02-277-23/+28
| * Implement IBackendHelper passthru in Burn and WindowsInstaller helpersRob Mensching2021-02-274-2/+60
| * Don't prefix custom action references.Bob Arnson2021-02-232-7/+6
| * Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201Ronald Martin2021-02-193-21/+114
| * Fix file size overflow error in ProcessPayloadsCommand.Alex Kubiesa2021-02-159-1/+81
| * Replace Win64 attribute with Bitness attributeRob Mensching2021-02-1117-76/+228
| * Ensure directory keypaths cannot be used to generate GUIDsRob Mensching2021-02-111-3/+2
| * SlipstreamMsp belongs under the MsiPackage, not the MspPackage.Sean Hall2021-02-103-1/+38
| * Improve duplicate-id reporting.Bob Arnson2021-02-083-0/+41
| * Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues...Ronald Martin2021-02-042-1/+2
| * Remove Burn AuthenticodeBob Arnson2021-01-319-385/+5
| * Add patch test from old repo and get it passing.Sean Hall2021-01-279-3/+188