Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | One shiny NuGet package, please and thank you. | Sean Hall | 2021-02-04 | 1 | -0/+1 |
| | |||||
* | Pick up latest Burn, please and thank you. | Bob Arnson | 2021-01-31 | 1 | -1/+0 |
| | |||||
* | Remove Burn Authenticode | Bob Arnson | 2021-01-31 | 9 | -385/+5 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6301 | ||||
* | Add patch test from old repo and get it passing. | Sean Hall | 2021-01-27 | 9 | -3/+188 |
| | | | | Fixes #6341. | ||||
* | Fix copy/paste error with ParseWarningAsError. | Sean Hall | 2021-01-27 | 2 | -4/+4 |
| | |||||
* | Make Core interfaces public. | Bob Arnson | 2021-01-26 | 7 | -7/+13 |
| | |||||
* | Fix collection modified during enumeration bug. | Sean Hall | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | Add DefaultCompressionLevel support. | Bob Arnson | 2021-01-26 | 4 | -4/+22 |
| | |||||
* | Add warning for non-x86 bundles. | Sean Hall | 2021-01-19 | 2 | -2/+8 |
| | |||||
* | Add test for building x64 bundle. | Bob Arnson | 2021-01-19 | 1 | -0/+46 |
| | |||||
* | Use new logic for -sw in DecompileCommand. | Sean Hall | 2021-01-19 | 3 | -12/+30 |
| | |||||
* | Add support for -wx switch to decompiler | Rob Mensching | 2021-01-08 | 1 | -0/+23 |
| | |||||
* | Rename ExePackage/@XxxCommand attributes to @XxxArguments | Rob Mensching | 2021-01-08 | 4 | -26/+26 |
| | | | | Fixes wixtoolset/issues#6245 | ||||
* | Validate MSU package build | Rob Mensching | 2021-01-08 | 4 | -0/+49 |
| | | | | Closes wixtoolset/issues#6006 | ||||
* | Require or recommend ExePackage/@DetectCondition | Rob Mensching | 2021-01-08 | 5 | -2/+88 |
| | | | | Fixes wixtoolset/issues#6197 | ||||
* | Report invalid command line arguments as errors | Rob Mensching | 2021-01-08 | 6 | -12/+15 |
| | | | | Fixes wixtoolset/issues#6313 | ||||
* | Remove unnecessary SuppressMessage attributes | Rob Mensching | 2021-01-08 | 4 | -33/+0 |
| | |||||
* | Support environment variables with parens in the preprocessor | Rob Mensching | 2021-01-07 | 3 | -0/+30 |
| | | | | Fixes wixtoolset/issues#4484 | ||||
* | Add test for invalid ids | Rob Mensching | 2021-01-07 | 2 | -0/+31 |
| | | | | Closes wixtoolset/issues#5464 | ||||
* | Implement improved file sequence optimization | Rob Mensching | 2021-01-06 | 10 | -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 compressed | Rob Mensching | 2021-01-06 | 1 | -4/+7 |
| | |||||
* | Fix handling of duplicate directories | Rob Mensching | 2021-01-05 | 7 | -15/+92 |
| | |||||
* | Fix up tests to work well under NCrunch plus whitespace clean up | Rob Mensching | 2021-01-05 | 6 | -241/+32 |
| | |||||
* | Fix x64 Burn stub app manifest (test to come) | Bob Arnson | 2021-01-03 | 2 | -1/+2 |
| | |||||
* | Fix parsing of DpiAwareness attribute. | Sean Hall | 2021-01-03 | 4 | -1/+55 |
| | |||||
* | Add failing tests. | Sean Hall | 2021-01-03 | 11 | -6/+273 |
| | |||||
* | Fix TryGetNextNonSwitchArgumentOrError. | Sean Hall | 2021-01-03 | 4 | -31/+47 |
| | |||||
* | Implement command line for SuppressAllWarnings and WarningsAsError. | Sean Hall | 2021-01-03 | 9 | -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 Hall | 2020-12-21 | 1 | -2/+17 |
| | |||||
* | Add CanExtractBundleWithDetachedContainer test. | Nir Bar | 2020-12-21 | 10 | -5/+130 |
| | |||||
* | 4862 - Disallow Burn Variables that are Hidden and Persisted. | Sean Hall | 2020-12-19 | 5 | -2/+36 |
| | |||||
* | Add more failing tests and label them with the issue number. | Sean Hall | 2020-12-19 | 7 | -6/+138 |
| | |||||
* | Enable XML doc. | Sean Hall | 2020-12-18 | 76 | -162/+471 |
| | |||||
* | Merge pull request #165 from sgtatham/linux-build-fixes | Sean Hall | 2020-12-17 | 1 | -2/+4 |
|\ | | | | | Linux build fixes | ||||
| * | [Linux] Fix newline handling in help message. | Simon Tatham | 2020-12-17 | 1 | -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 Hall | 2020-12-16 | 8 | -10/+174 |
| | |||||
* | WIXBUG:6299 - Fix OverflowException in ReadUInt32. | Sean Hall | 2020-12-14 | 6 | -5/+96 |
| | |||||
* | Enable CheckForOverflowUnderflow. | Sean Hall | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | Fix merge module decompilation timing. | Bob Arnson | 2020-12-12 | 2 | -8/+9 |
| | |||||
* | Add test to verify primary feature select in component categories. | Bob Arnson | 2020-12-09 | 5 | -0/+84 |
| | |||||
* | Fix copy paste error. | Sean Hall | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | WIXFEAT:6209 - Move BA entry point to its own element. | Sean Hall | 2020-12-08 | 9 | -59/+101 |
| | |||||
* | Require SourceFile for BundleExtension. | Sean Hall | 2020-12-08 | 1 | -14/+1 |
| | |||||
* | Always parse extension attributes in ParsePayloadElementContent. | Sean Hall | 2020-12-08 | 1 | -22/+20 |
| | |||||
* | Remove dead code. | Sean Hall | 2020-12-08 | 1 | -34/+3 |
| | |||||
* | Decompiling null GUID should set `Guid=""` to match. | Bob Arnson | 2020-12-08 | 6 | -1/+28 |
| | |||||
* | MSI transaction cleanup. | Sean Hall | 2020-12-02 | 9 | -15/+212 |
| | |||||
* | Support an empty multiString registry value | Bob Arnson | 2020-11-16 | 3 | -7/+4 |
| | |||||
* | Obsolete long-deprecated elements and attributes. | Bob Arnson | 2020-11-09 | 4 | -135/+9 |
| | |||||
* | Catch more former-supported-but-now-illegal inner text. | Bob Arnson | 2020-11-09 | 1 | -0/+2 |
| |