aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-1876-162/+471
|
* Merge pull request #165 from sgtatham/linux-build-fixesSean Hall2020-12-171-2/+4
|\ | | | | Linux build fixes
| * [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-146-5/+96
|
* Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
|
* Fix merge module decompilation timing.Bob Arnson2020-12-122-8/+9
|
* Add test to verify primary feature select in component categories.Bob Arnson2020-12-095-0/+84
|
* Fix copy paste error.Sean Hall2020-12-091-1/+1
|
* WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall2020-12-089-59/+101
|
* Require SourceFile for BundleExtension.Sean Hall2020-12-081-14/+1
|
* Always parse extension attributes in ParsePayloadElementContent.Sean Hall2020-12-081-22/+20
|
* Remove dead code.Sean Hall2020-12-081-34/+3
|
* Decompiling null GUID should set `Guid=""` to match.Bob Arnson2020-12-086-1/+28
|
* MSI transaction cleanup.Sean Hall2020-12-029-15/+212
|
* Support an empty multiString registry valueBob Arnson2020-11-163-7/+4
|
* Obsolete long-deprecated elements and attributes.Bob Arnson2020-11-094-135/+9
|
* Catch more former-supported-but-now-illegal inner text.Bob Arnson2020-11-091-0/+2
|
* Update GitVersioning.Sean Hall2020-11-025-5/+5
|
* Strong-name sign WiX assemblies.Bob Arnson2020-10-294-1/+13
|
* A bit of cleanup on now-defunct Product element references.Bob Arnson2020-10-283-6/+7
|
* One shiny NuGet package, please and thank you.Sean Hall2020-10-241-0/+1
|
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-2440-530/+473
|
* Add failing tests.Sean Hall2020-10-144-0/+72
|
* Add CreateFolders standard action...Bob Arnson2020-10-123-0/+5
| | | | ...when there are Component symbols to install.
* Add the decompiled package's platform to the DecompileResult.Bob Arnson2020-10-083-25/+47
|
* Add error message for cases where inner text used to be used.Bob Arnson2020-09-306-10/+47
|
* Remove 32-bit ARM support.Bob Arnson2020-09-198-61/+8
|
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-066-25/+22
|
* Fix typo.Bob Arnson2020-09-012-7/+7
|
* Fix check for valid 8.3 names for >3 extensions.Bob Arnson2020-09-013-1/+9
|
* A couple of minor decompiler fixes.Bob Arnson2020-08-261-2/+2
|
* Fixed custom action null column decompilation.Bob Arnson2020-08-241-1/+1
|
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-249-5230/+3427
| | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile.
* Only target all frameworks in ReleaseSean Hall2020-08-175-5/+10
|
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-096-40/+122
|
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-264-36/+43
|
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-2117-72/+437
| | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835
* WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication ↵Sean Hall2020-07-193-9/+98
| | | | element to control the DPI awareness settings in the bundle's application manifest.