aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication el...Sean Hall2020-07-193-9/+98
* Generate the bundle's application manifest in the Burn backend.Sean Hall2020-07-193-16/+143
* Display command-line help from Core and extensionsRob Mensching2020-07-187-56/+79
* Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-176-62/+68
* Fix parsing of bind variables with default valuesRob Mensching2020-07-175-2/+49
* Create failing test for named bind paths.Sean Hall2020-07-161-0/+30
* 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 CompileCoreTestExtensionWixlib to be a .NET Core app.Sean Hall2020-07-142-9/+10
* Update dependencies.Sean Hall2020-07-145-5/+5
* Add CustomTableRef element.Sean Hall2020-07-104-7/+74
* Add CreateIdentifierValueFromPlatform.Sean Hall2020-07-101-0/+35
* Tests for CopyFile elementRob Mensching2020-07-083-0/+64
* Improve compiler performance by removing regex and other string fixesRob Mensching2020-07-0811-374/+454
* Move short filename generation to the WindowsInstallerBackendRob Mensching2020-07-086-159/+171
* Remove unused propertyRob Mensching2020-07-083-4/+0
* Consolidate Custom Action tests in CustomActionFixtureRob Mensching2020-07-012-99/+101
* Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-011-33/+3
* Default Publish/@Condition to "1" in the WI backendRob Mensching2020-07-011-0/+15
* Add failing test for CustomAction cycle.Sean Hall2020-07-013-0/+61
* Support localized TextStyle SizeRob Mensching2020-06-282-4/+3