aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update readme to better reflect purpose of this repositoryRob Mensching2020-06-161-1/+1
|
* 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
|
* Ignore WixBindUpdatedFilesRob Mensching2020-06-161-0/+1
|
* Update appveyor.cmd to not specify error code on early exit.Sean Hall2020-06-151-6/+6
|
* Implement simplified command and improved backend integrationRob Mensching2020-06-138-94/+102
|
* Remove use of remaining WixXxxRowsRob Mensching2020-06-135-198/+159
|
* Normalize commands to use constructorsRob Mensching2020-06-133-52/+52
|
* Move validate guids to a command and execute it earlierRob Mensching2020-06-132-44/+68
|
* Implement update control textRob Mensching2020-06-133-45/+24
|
* Remove obsolete global suppression fileRob Mensching2020-06-121-24/+0
|
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-129-239/+429
|
* One shiny NuGet package, please and thank you.Bob Arnson2020-06-101-1/+0
|
* Do not create rows for internal-use-only tuplesRob Mensching2020-06-101-1/+19
|
* Remove dead codeRob Mensching2020-06-102-1510/+0
|
* Fix crossplat pathing and other small issues in extension cachingRob Mensching2020-06-104-15/+11
|
* Add forgotten ExtensionCache pack and publishRob Mensching2020-06-081-0/+1
|
* Add "extension" commandRob Mensching2020-06-0810-37/+753
|
* Make commands async and internal processes cancelableRob Mensching2020-06-0813-45/+75
|
* Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-087-93/+50
|
* Fix typo in class nameRob Mensching2020-06-082-3/+3
|
* Minor code cleanupRob Mensching2020-06-044-37/+36
|
* Drive merge process from tuples not rows and fix merge table suppressionRob Mensching2020-06-043-98/+119
|
* Correctly pass extension context when Id attribute is nullRob Mensching2020-06-044-9/+9
|
* Fail build if any command fails in the build batch fileRob Mensching2020-06-041-5/+5
|
* Add column tuples when created instead of after the table tuple creationRob Mensching2020-06-041-6/+2
|
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-0315-515/+731
|
* Basic patching supportRob Mensching2020-05-3019-986/+779
|
* 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-233-243/+297
|
* Minor code cleanupRob Mensching2020-05-232-5/+1
|
* Support merging merge modulesRob Mensching2020-05-2212-513/+105
|
* Minor code cleanupRob Mensching2020-05-224-79/+50
|
* Fix naming of file in a merge module's cabinetRob Mensching2020-05-227-22/+47
| | | | | | The file was stored in the merge module's cabinet with plain FileId, without the modularization GUID. This change fixes the cabinet builder so that it adds the modularization GUID when creating the cabinet.