aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Partly resolves wixtoolset/issues#5949
* Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching2021-02-2722-11/+814
| | | | Resolves wixtoolset/issues#5949
* 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
| | | | Fixes https://github.com/wixtoolset/issues/issues/6365
* 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
| | | | Fixes #4008
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-1117-76/+228
| | | | Closes wixtoolset/#4707
* 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 ↵Ronald Martin2021-02-042-1/+2
| | | | wixtoolset/issues#4753
* Remove Burn AuthenticodeBob Arnson2021-01-319-385/+5
| | | | Fixes https://github.com/wixtoolset/issues/issues/6301
* Add patch test from old repo and get it passing.Sean Hall2021-01-279-3/+188
| | | | Fixes #6341.
* 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
| | | | Fixes wixtoolset/issues#6245
* Validate MSU package buildRob Mensching2021-01-084-0/+49
| | | | Closes wixtoolset/issues#6006
* Require or recommend ExePackage/@DetectConditionRob Mensching2021-01-085-2/+88
| | | | Fixes wixtoolset/issues#6197
* Report invalid command line arguments as errorsRob Mensching2021-01-086-12/+15
| | | | Fixes wixtoolset/issues#6313
* Remove unnecessary SuppressMessage attributesRob Mensching2021-01-084-33/+0
|
* Support environment variables with parens in the preprocessorRob Mensching2021-01-073-0/+30
| | | | Fixes wixtoolset/issues#4484
* Add test for invalid idsRob Mensching2021-01-072-0/+31
| | | | Closes wixtoolset/issues#5464
* Implement improved file sequence optimizationRob Mensching2021-01-0610-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
* Default MSI packages to compressedRob Mensching2021-01-061-4/+7
|
* Fix handling of duplicate directoriesRob Mensching2021-01-057-15/+92
|
* Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching2021-01-056-241/+32
|
* Fix x64 Burn stub app manifest (test to come)Bob Arnson2021-01-032-1/+2
|
* Fix parsing of DpiAwareness attribute.Sean Hall2021-01-034-1/+55
|
* Add failing tests.Sean Hall2021-01-0311-6/+273
|
* Fix TryGetNextNonSwitchArgumentOrError.Sean Hall2021-01-034-31/+47
|
* Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-039-20/+150
| | | | Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings.
* Fix parsing Behavior in ExitCode element.Sean Hall2020-12-211-2/+17
|
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-2110-5/+130
|
* 4862 - Disallow Burn Variables that are Hidden and Persisted.Sean Hall2020-12-195-2/+36
|
* Add more failing tests and label them with the issue number.Sean Hall2020-12-197-6/+138
|
* Enable XML doc.Sean Hall2020-12-1875-162/+457
|
* [Linux] Fix newline handling in help message.Simon Tatham2020-12-171-2/+4
| | | | | | | | | | | | The current help message for `wix` itself doesn't end in a newline. On Windows that's only a minor oddity because command prompts are typically preceded by a newline anyway; on Linux, they're typically not, so it's much more unfriendly to leave the shell prompt at the end of a line. Also, generating newlines using Console.WriteLine instead of an explicit `\r\n` means they automatically adapt to the local platform's newline convention.
* Canonicalize Payload/@Name.Sean Hall2020-12-168-10/+174
|
* WIXBUG:6299 - Fix OverflowException in ReadUInt32.Sean Hall2020-12-144-5/+80
|
* Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
|