aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-017-32/+74
* 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
* One shiny NuGet package, please and thank you.Sean Hall2021-02-221-0/+1
* 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
* One shiny NuGet package, please and thank you.Sean Hall2021-02-061-1/+0
* Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues...Ronald Martin2021-02-042-1/+2
* One shiny NuGet package, please and thank you.Sean Hall2021-02-041-0/+1
* Pick up latest Burn, please and thank you.Bob Arnson2021-01-311-1/+0
* Remove Burn AuthenticodeBob Arnson2021-01-319-385/+5
* Add patch test from old repo and get it passing.Sean Hall2021-01-279-3/+188
* Fix copy/paste error with ParseWarningAsError.Sean Hall2021-01-272-4/+4
* Make Core interfaces public.Bob Arnson2021-01-267-7/+13
* Fix collection modified during enumeration bug.Sean Hall2021-01-261-1/+1
* Add DefaultCompressionLevel support.Bob Arnson2021-01-264-4/+22
* Add warning for non-x86 bundles.Sean Hall2021-01-192-2/+8
* Add test for building x64 bundle.Bob Arnson2021-01-191-0/+46
* Use new logic for -sw in DecompileCommand.Sean Hall2021-01-193-12/+30
* Add support for -wx switch to decompilerRob Mensching2021-01-081-0/+23
* Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-084-26/+26
* Validate MSU package buildRob Mensching2021-01-084-0/+49
* Require or recommend ExePackage/@DetectConditionRob Mensching2021-01-085-2/+88
* Report invalid command line arguments as errorsRob Mensching2021-01-086-12/+15
* Remove unnecessary SuppressMessage attributesRob Mensching2021-01-084-33/+0
* Support environment variables with parens in the preprocessorRob Mensching2021-01-073-0/+30
* Add test for invalid idsRob Mensching2021-01-072-0/+31