aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix check for valid 8.3 names for >3 extensions.Bob Arnson2020-09-012-0/+8
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-243-141/+22
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-093-0/+31
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-262-33/+37
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-217-13/+124
* WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication el...Sean Hall2020-07-191-1/+1
* Generate the bundle's application manifest in the Burn backend.Sean Hall2020-07-191-0/+14
* Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-175-34/+34
* Fix parsing of bind variables with default valuesRob Mensching2020-07-174-0/+47
* Create failing test for named bind paths.Sean Hall2020-07-161-0/+30
* Update CompileCoreTestExtensionWixlib to be a .NET Core app.Sean Hall2020-07-142-9/+10
* Tests for CopyFile elementRob Mensching2020-07-083-0/+64
* Consolidate Custom Action tests in CustomActionFixtureRob Mensching2020-07-012-99/+101
* Add failing test for CustomAction cycle.Sean Hall2020-07-013-0/+61
* Support localized TextStyle SizeRob Mensching2020-06-281-1/+1
* The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-253-0/+0
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2516-158/+158
* Reference Media if DiskId is specified.Bob Arnson2020-06-241-2/+2
* Remove obsolete inner text handlingRob Mensching2020-06-235-34/+31
* Introduce Message attribute to remove Error inner textRob Mensching2020-06-231-4/+2
* Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching2020-06-234-65/+130
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-2224-27/+43
* Add BundleCustomDataRef element.Sean Hall2020-06-221-7/+14
* Restore Unreal to CustomTable.Sean Hall2020-06-192-0/+43
* Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2020-06-191-0/+1
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-194-65/+80
* Update Example.Extension/ExampleWindowsInstallerBackendExtension.Sean Hall2020-06-191-1/+1
* Implement IBurnBackendHelper and TryAddTupleToDataManifest.Sean Hall2020-06-191-0/+3
* Reorganize media assignment to correctly place facade order optimizationRob Mensching2020-06-162-2/+73
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-126-182/+281
* Add "extension" commandRob Mensching2020-06-081-0/+42
* Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-081-2/+2
* Correctly pass extension context when Id attribute is nullRob Mensching2020-06-041-1/+1
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-039-1/+175
* Basic patching supportRob Mensching2020-05-301-2/+2
* Add failing test for RegistryKey without Id and child extension element.Sean Hall2020-05-233-0/+50
* Add failing test for invalid command line switch.Sean Hall2020-05-231-0/+29
* Support instance transformsRob Mensching2020-05-231-2/+35
* Support merging merge modulesRob Mensching2020-05-225-0/+88
* Fix naming of file in a merge module's cabinetRob Mensching2020-05-221-1/+18
* Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall2020-05-161-0/+11
* Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall2020-05-163-0/+66
* Fix named bind paths.Bob Arnson2020-05-119-0/+105
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-103-18/+0
* Add and fix some bundle tests.Sean Hall2020-04-234-0/+100
* Implement Burn pdb.Sean Hall2020-04-182-55/+36
* Test ability for an extension to have a custom strongly typed row during bind...Sean Hall2020-04-185-31/+83
* Fix changes to TableDefinition.Sean Hall2020-04-132-2/+7
* Fix typo in SummaryInformationType.Sean Hall2020-04-131-1/+1
* Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...Sean Hall2020-04-121-5/+4