aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-02-11Ensure directory keypaths cannot be used to generate GUIDsRob Mensching1-3/+2
2021-02-10SlipstreamMsp belongs under the MsiPackage, not the MspPackage.Sean Hall3-1/+38
2021-02-08Improve duplicate-id reporting.Bob Arnson3-0/+41
2021-02-06One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2021-02-04Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues...Ronald Martin2-1/+2
2021-02-04One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2021-01-31Pick up latest Burn, please and thank you.Bob Arnson1-1/+0
2021-01-31Remove Burn AuthenticodeBob Arnson9-385/+5
2021-01-27Add patch test from old repo and get it passing.Sean Hall9-3/+188
2021-01-27Fix copy/paste error with ParseWarningAsError.Sean Hall2-4/+4
2021-01-26Make Core interfaces public.Bob Arnson7-7/+13
2021-01-26Fix collection modified during enumeration bug.Sean Hall1-1/+1
2021-01-26Add DefaultCompressionLevel support.Bob Arnson4-4/+22
2021-01-19Add warning for non-x86 bundles.Sean Hall2-2/+8
2021-01-19Add test for building x64 bundle.Bob Arnson1-0/+46