aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2021-02-23Don't prefix custom action references.Bob Arnson2-7/+6
Fixes https://github.com/wixtoolset/issues/issues/6365
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
Fixes #4008
2021-02-11Replace Win64 attribute with Bitness attributeRob Mensching17-76/+228
Closes wixtoolset/#4707
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 ↵Ronald Martin2-1/+2
wixtoolset/issues#4753
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
Fixes https://github.com/wixtoolset/issues/issues/6301
2021-01-27Add patch test from old repo and get it passing.Sean Hall9-3/+188
Fixes #6341.
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
2021-01-19Use new logic for -sw in DecompileCommand.Sean Hall3-12/+30
2021-01-08Add support for -wx switch to decompilerRob Mensching1-0/+23
2021-01-08Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching4-26/+26
Fixes wixtoolset/issues#6245
2021-01-08Validate MSU package buildRob Mensching4-0/+49
Closes wixtoolset/issues#6006
2021-01-08Require or recommend ExePackage/@DetectConditionRob Mensching5-2/+88
Fixes wixtoolset/issues#6197
2021-01-08Report invalid command line arguments as errorsRob Mensching6-12/+15
Fixes wixtoolset/issues#6313
2021-01-08Remove unnecessary SuppressMessage attributesRob Mensching4-33/+0
2021-01-07Support environment variables with parens in the preprocessorRob Mensching3-0/+30
Fixes wixtoolset/issues#4484
2021-01-07Add test for invalid idsRob Mensching2-0/+31
Closes wixtoolset/issues#5464
2021-01-06Implement improved file sequence optimizationRob Mensching10-11/+185
First ensures files are grouped by DiskId. Then files are sequenced by target directory order to optimize MSI installation behavior. Finally, files are alphabetized in the directory. Additional optimizations could be considered in the future from here. Fixes wixtoolset/issues#4409 Fixes wixtoolset/issues#4708
2021-01-06Default MSI packages to compressedRob Mensching1-4/+7
2021-01-05Fix handling of duplicate directoriesRob Mensching7-15/+92
2021-01-05Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching6-241/+32
2021-01-03Fix x64 Burn stub app manifest (test to come)Bob Arnson2-1/+2
2021-01-03Fix parsing of DpiAwareness attribute.Sean Hall4-1/+55