aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new logic for -sw in DecompileCommand.Sean Hall2021-01-191-10/+27
* Add support for -wx switch to decompilerRob Mensching2021-01-081-0/+23
* Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-081-20/+20
* Require or recommend ExePackage/@DetectConditionRob Mensching2021-01-081-1/+15
* Report invalid command line arguments as errorsRob Mensching2021-01-083-8/+12
* Remove unnecessary SuppressMessage attributesRob Mensching2021-01-084-33/+0
* Support environment variables with parens in the preprocessorRob Mensching2021-01-071-0/+8
* Implement improved file sequence optimizationRob Mensching2021-01-061-2/+4
* Default MSI packages to compressedRob Mensching2021-01-061-4/+7
* Fix handling of duplicate directoriesRob Mensching2021-01-054-7/+20
* Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching2021-01-051-0/+7
* Fix parsing of DpiAwareness attribute.Sean Hall2021-01-031-1/+1
* Fix TryGetNextNonSwitchArgumentOrError.Sean Hall2021-01-032-2/+3
* Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-031-13/+55
* Fix parsing Behavior in ExitCode element.Sean Hall2020-12-211-2/+17
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-212-2/+22
* 4862 - Disallow Burn Variables that are Hidden and Persisted.Sean Hall2020-12-191-0/+5
* Enable XML doc.Sean Hall2020-12-1840-103/+195
* [Linux] Fix newline handling in help message.Simon Tatham2020-12-171-2/+4
* Canonicalize Payload/@Name.Sean Hall2020-12-162-5/+30
* Fix merge module decompilation timing.Bob Arnson2020-12-121-1/+1
* Fix copy paste error.Sean Hall2020-12-091-1/+1
* WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall2020-12-081-32/+69
* 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
* Support an empty multiString registry valueBob Arnson2020-11-161-6/+1
* 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-021-1/+1
* A bit of cleanup on now-defunct Product element references.Bob Arnson2020-10-282-6/+6
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-244-272/+256
* Add the decompiled package's platform to the DecompileResult.Bob Arnson2020-10-081-0/+3
* Add error message for cases where inner text used to be used.Bob Arnson2020-09-305-1/+42
* Remove 32-bit ARM support.Bob Arnson2020-09-194-45/+4
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-061-10/+10
* Fix typo.Bob Arnson2020-09-011-6/+6
* Fix check for valid 8.3 names for >3 extensions.Bob Arnson2020-09-011-1/+1
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-242-4/+4
* Only target all frameworks in ReleaseSean Hall2020-08-171-1/+2
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-36/+57
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-0/+2
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-215-33/+159
* WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication el...Sean Hall2020-07-191-1/+45
* Display command-line help from Core and extensionsRob Mensching2020-07-185-49/+59
* Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-171-28/+34
* Fix parsing of bind variables with default valuesRob Mensching2020-07-171-2/+2
* Fix short filenames containing bind variablesRob Mensching2020-07-141-2/+2
* Fix validation of wildcard short filename extension.Rob Mensching2020-07-141-1/+1
* Major performance improvements to inline directory syntax parsingRob Mensching2020-07-144-222/+220