Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Update GitVersioning. | Sean Hall | 2020-11-02 | 5 | -5/+5 | |
| | ||||||
* | Strong-name sign WiX assemblies. | Bob Arnson | 2020-10-29 | 4 | -1/+13 | |
| | ||||||
* | A bit of cleanup on now-defunct Product element references. | Bob Arnson | 2020-10-28 | 3 | -6/+7 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Sean Hall | 2020-10-24 | 1 | -0/+1 | |
| | ||||||
* | Reorganize Product/Package to Package/SummaryInformation. | Bob Arnson | 2020-10-24 | 40 | -530/+473 | |
| | ||||||
* | Add failing tests. | Sean Hall | 2020-10-14 | 4 | -0/+72 | |
| | ||||||
* | Add CreateFolders standard action... | Bob Arnson | 2020-10-12 | 3 | -0/+5 | |
| | | | | ...when there are Component symbols to install. | |||||
* | Add the decompiled package's platform to the DecompileResult. | Bob Arnson | 2020-10-08 | 3 | -25/+47 | |
| | ||||||
* | Add error message for cases where inner text used to be used. | Bob Arnson | 2020-09-30 | 6 | -10/+47 | |
| | ||||||
* | Remove 32-bit ARM support. | Bob Arnson | 2020-09-19 | 8 | -61/+8 | |
| | ||||||
* | Replace BinaryKey with BinaryRef and FileKey with FileRef. | Bob Arnson | 2020-09-06 | 6 | -25/+22 | |
| | ||||||
* | Fix typo. | Bob Arnson | 2020-09-01 | 2 | -7/+7 | |
| | ||||||
* | Fix check for valid 8.3 names for >3 extensions. | Bob Arnson | 2020-09-01 | 3 | -1/+9 | |
| | ||||||
* | A couple of minor decompiler fixes. | Bob Arnson | 2020-08-26 | 1 | -2/+2 | |
| | ||||||
* | Fixed custom action null column decompilation. | Bob Arnson | 2020-08-24 | 1 | -1/+1 | |
| | ||||||
* | Update decompiler to use XDocument rather than generated classes. | Bob Arnson | 2020-08-24 | 9 | -5230/+3427 | |
| | | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile. | |||||
* | Only target all frameworks in Release | Sean Hall | 2020-08-17 | 5 | -5/+10 | |
| | ||||||
* | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2020-08-09 | 6 | -40/+122 | |
| | ||||||
* | Fix Control symbol dehydration to MSI output. | Bob Arnson | 2020-07-26 | 4 | -36/+43 | |
| | ||||||
* | Support implicit standard directory reference and "3264" platform folders | Rob Mensching | 2020-07-21 | 17 | -72/+437 | |
| | | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835 | |||||
* | WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication ↵ | Sean Hall | 2020-07-19 | 3 | -9/+98 | |
| | | | | element to control the DPI awareness settings in the bundle's application manifest. |