aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't prefix custom action references.Bob Arnson2021-02-231-2/+1
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-113-50/+82
* Ensure directory keypaths cannot be used to generate GUIDsRob Mensching2021-02-111-3/+2
* Improve duplicate-id reporting.Bob Arnson2021-02-081-0/+1
* Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues...Ronald Martin2021-02-041-0/+1
* Remove Burn AuthenticodeBob Arnson2021-01-311-81/+3
* Fix copy/paste error with ParseWarningAsError.Sean Hall2021-01-272-4/+4
* Make Core interfaces public.Bob Arnson2021-01-267-7/+13
* Add DefaultCompressionLevel support.Bob Arnson2021-01-263-3/+21
* 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