aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Display command-line help from Core and extensionsRob Mensching2020-07-187-56/+79
| | | | | | | | Closes wixtoolset/issues#6211
| * Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-176-62/+68
| | | | | | | | Fixes wixtoolset/issues#6200
| * 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
| | | | | | | | Validates wixtoolset/issues#5867
| * 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
| | | | | | | | Fixes wixtoolset/issues#5990
| * 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
| |
| * The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-257-0/+0
| |
| * The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-25102-2913/+2913
| |
| * Integrate Symbol to TupleWithSection renameRob Mensching2020-06-254-92/+91
| |
| * Reference Media if DiskId is specified.Bob Arnson2020-06-243-8/+8
| |
| * Move Windows Installer specific backend services to WindowsInstallerRob Mensching2020-06-233-2/+18
| |
| * Fix a couple simple mistakesRob Mensching2020-06-232-2/+2
| |
| * Remove obsolete inner text handlingRob Mensching2020-06-2312-409/+37
| |
| * 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-233-48/+26
| |
| * Moved more inner text to attributeRob Mensching2020-06-233-137/+253
| |
| * Introduce Message attribute to remove Error inner textRob Mensching2020-06-232-5/+12
| |
| * Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching2020-06-235-70/+168
| |
| * If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-2227-37/+55
| |
| * Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2020-06-221-1/+9
| |
| * Add BundleCustomDataRef element.Sean Hall2020-06-223-9/+92
| | | | | | | | Default BundleCustomData to Type=bootstrapperApplication.
| * Restore Unreal to CustomTable.Sean Hall2020-06-195-3/+49
| |
| * Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2020-06-192-0/+7
| |
| * Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-199-379/+680
| |
| * Update Example.Extension/ExampleWindowsInstallerBackendExtension.Sean Hall2020-06-191-1/+1
| |
| * Implement IBurnBackendHelper and TryAddTupleToDataManifest.Sean Hall2020-06-198-153/+404
| | | | | | | | Add GenerateManifestDataFromIRCommand, which allows the Burn backend to warn on unknown tuples.
| * Remove unused reference to removed table.Bob Arnson2020-06-171-1/+0
| |
| * Change AssemblyNameReader to better match GetAsemblyIdentityFromFile()Rob Mensching2020-06-171-1/+23
| |
| * Reorganize media assignment to correctly place facade order optimizationRob Mensching2020-06-168-126/+208
| |
| * Ensure cabinets are created in File.Sequence orderRob Mensching2020-06-161-0/+1
| |
| * Ensure unreal columns are not added to _Validation tableRob Mensching2020-06-161-36/+34
| |