aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement optimized simple reference creationRob Mensching2020-07-142-1/+46
* Update dependencies.Sean Hall2020-07-141-1/+1
* Add CustomTableRef element.Sean Hall2020-07-104-7/+74
* Add CreateIdentifierValueFromPlatform.Sean Hall2020-07-101-0/+35
* Improve compiler performance by removing regex and other string fixesRob Mensching2020-07-0810-369/+448
* Move short filename generation to the WindowsInstallerBackendRob Mensching2020-07-085-153/+34
* Remove unused propertyRob Mensching2020-07-083-4/+0
* Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-011-33/+3
* Support localized TextStyle SizeRob Mensching2020-06-281-3/+2
* The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-254-0/+0
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2529-875/+875
* Integrate Symbol to TupleWithSection renameRob Mensching2020-06-254-92/+91
* Reference Media if DiskId is specified.Bob Arnson2020-06-242-6/+6
* Move Windows Installer specific backend services to WindowsInstallerRob Mensching2020-06-232-62/+0
* Fix a couple simple mistakesRob Mensching2020-06-232-2/+2
* Remove obsolete inner text handlingRob Mensching2020-06-237-375/+6
* Move Component\Condition inner text to Condition attributeRob Mensching2020-06-231-0/+3
* Move Feature\Condition inner text to new Level elementRob Mensching2020-06-231-0/+69
* Move launch conditions to Launch elementRob Mensching2020-06-231-0/+58
* Move PermissionEx\Condition inner text to Condition attributeRob Mensching2020-06-231-1/+4
* Move Control\Condition inner text to appropriate Condition attributeRob Mensching2020-06-231-0/+76
* Move CustomAction script inner text to ScriptFile attributeRob Mensching2020-06-231-44/+17
* Moved more inner text to attributeRob Mensching2020-06-233-137/+253
* Introduce Message attribute to remove Error inner textRob Mensching2020-06-231-1/+10
* Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching2020-06-231-5/+38
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-222-10/+0
* Add BundleCustomDataRef element.Sean Hall2020-06-222-2/+78
* Restore Unreal to CustomTable.Sean Hall2020-06-191-0/+5
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-192-273/+537
* Implement simplified command and improved backend integrationRob Mensching2020-06-131-38/+53