| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move PermissionEx\Condition inner text to Condition attribute | Rob Mensching | 2020-06-23 | 1 | -1/+4 |
* | Move Control\Condition inner text to appropriate Condition attribute | Rob Mensching | 2020-06-23 | 1 | -0/+76 |
* | Move CustomAction script inner text to ScriptFile attribute | Rob Mensching | 2020-06-23 | 3 | -48/+26 |
* | Moved more inner text to attribute | Rob Mensching | 2020-06-23 | 3 | -137/+253 |
* | Introduce Message attribute to remove Error inner text | Rob Mensching | 2020-06-23 | 2 | -5/+12 |
* | Introduce Value attribute on MultiString/MultiStringValue elements | Rob Mensching | 2020-06-23 | 5 | -70/+168 |
* | If no Media or MediaTemplate is present, default to a MediaTemplate. | Bob Arnson | 2020-06-22 | 27 | -37/+55 |
* | Add more tuples to ignore in GenerateManifestDataFromIRCommand. | Sean Hall | 2020-06-22 | 1 | -1/+9 |
* | Add BundleCustomDataRef element. | Sean Hall | 2020-06-22 | 3 | -9/+92 |
* | Restore Unreal to CustomTable. | Sean Hall | 2020-06-19 | 5 | -3/+49 |
* | Add more tuples to ignore in GenerateManifestDataFromIRCommand. | Sean Hall | 2020-06-19 | 2 | -0/+7 |
* | Implement BundleCustomData. Remove Unreal from CustomTable. | Sean Hall | 2020-06-19 | 9 | -379/+680 |
* | Update Example.Extension/ExampleWindowsInstallerBackendExtension. | Sean Hall | 2020-06-19 | 1 | -1/+1 |
* | Implement IBurnBackendHelper and TryAddTupleToDataManifest. | Sean Hall | 2020-06-19 | 8 | -153/+404 |
* | Remove unused reference to removed table. | Bob Arnson | 2020-06-17 | 1 | -1/+0 |
* | Change AssemblyNameReader to better match GetAsemblyIdentityFromFile() | Rob Mensching | 2020-06-17 | 1 | -1/+23 |
* | Update readme to better reflect purpose of this repository | Rob Mensching | 2020-06-16 | 1 | -1/+1 |
* | Reorganize media assignment to correctly place facade order optimization | Rob Mensching | 2020-06-16 | 8 | -126/+208 |
* | Ensure cabinets are created in File.Sequence order | Rob Mensching | 2020-06-16 | 1 | -0/+1 |
* | Ensure unreal columns are not added to _Validation table | Rob Mensching | 2020-06-16 | 1 | -36/+34 |
* | Ignore WixBindUpdatedFiles | Rob Mensching | 2020-06-16 | 1 | -0/+1 |
* | Update appveyor.cmd to not specify error code on early exit. | Sean Hall | 2020-06-15 | 1 | -6/+6 |
* | Implement simplified command and improved backend integration | Rob Mensching | 2020-06-13 | 8 | -94/+102 |
* | Remove use of remaining WixXxxRows | Rob Mensching | 2020-06-13 | 5 | -198/+159 |
* | Normalize commands to use constructors | Rob Mensching | 2020-06-13 | 3 | -52/+52 |
* | Move validate guids to a command and execute it earlier | Rob Mensching | 2020-06-13 | 2 | -44/+68 |
* | Implement update control text | Rob Mensching | 2020-06-13 | 3 | -45/+24 |
* | Remove obsolete global suppression file | Rob Mensching | 2020-06-12 | 1 | -24/+0 |
* | Fix custom table column values case in compiler and decompiler | Rob Mensching | 2020-06-12 | 9 | -239/+429 |
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-06-10 | 1 | -1/+0 |
* | Do not create rows for internal-use-only tuples | Rob Mensching | 2020-06-10 | 1 | -1/+19 |
* | Remove dead code | Rob Mensching | 2020-06-10 | 2 | -1510/+0 |
* | Fix crossplat pathing and other small issues in extension caching | Rob Mensching | 2020-06-10 | 4 | -15/+11 |
* | Add forgotten ExtensionCache pack and publish | Rob Mensching | 2020-06-08 | 1 | -0/+1 |
* | Add "extension" command | Rob Mensching | 2020-06-08 | 10 | -37/+753 |
* | Make commands async and internal processes cancelable | Rob Mensching | 2020-06-08 | 13 | -45/+75 |
* | Integrate change to TryParseCommand and other code cleanup | Rob Mensching | 2020-06-08 | 7 | -93/+50 |
* | Fix typo in class name | Rob Mensching | 2020-06-08 | 2 | -3/+3 |
* | Minor code cleanup | Rob Mensching | 2020-06-04 | 4 | -37/+36 |
* | Drive merge process from tuples not rows and fix merge table suppression | Rob Mensching | 2020-06-04 | 3 | -98/+119 |
* | Correctly pass extension context when Id attribute is null | Rob Mensching | 2020-06-04 | 4 | -9/+9 |
* | Fail build if any command fails in the build batch file | Rob Mensching | 2020-06-04 | 1 | -5/+5 |
* | Add column tuples when created instead of after the table tuple creation | Rob Mensching | 2020-06-04 | 1 | -6/+2 |
* | Redesign CustomTable tuples to support resolving binary columns | Rob Mensching | 2020-06-03 | 15 | -515/+731 |
* | Basic patching support | Rob Mensching | 2020-05-30 | 19 | -986/+779 |
* | Add failing test for RegistryKey without Id and child extension element. | Sean Hall | 2020-05-23 | 3 | -0/+50 |
* | Add failing test for invalid command line switch. | Sean Hall | 2020-05-23 | 1 | -0/+29 |
* | Support instance transforms | Rob Mensching | 2020-05-23 | 3 | -243/+297 |
* | Minor code cleanup | Rob Mensching | 2020-05-23 | 2 | -5/+1 |
* | Support merging merge modules | Rob Mensching | 2020-05-22 | 12 | -513/+105 |