aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-23Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching5-70/+168
2020-06-22If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson27-37/+55
2020-06-22Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall1-1/+9
2020-06-22Add BundleCustomDataRef element.Sean Hall3-9/+92
Default BundleCustomData to Type=bootstrapperApplication.
2020-06-19Restore Unreal to CustomTable.Sean Hall5-3/+49
2020-06-19Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2-0/+7
2020-06-19Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall9-379/+680
2020-06-19Update Example.Extension/ExampleWindowsInstallerBackendExtension.Sean Hall1-1/+1
2020-06-19Implement IBurnBackendHelper and TryAddTupleToDataManifest.Sean Hall8-153/+404
Add GenerateManifestDataFromIRCommand, which allows the Burn backend to warn on unknown tuples.
2020-06-17Remove unused reference to removed table.Bob Arnson1-1/+0
2020-06-17Change AssemblyNameReader to better match GetAsemblyIdentityFromFile()Rob Mensching1-1/+23
2020-06-16Update readme to better reflect purpose of this repositoryRob Mensching1-1/+1
2020-06-16Reorganize media assignment to correctly place facade order optimizationRob Mensching8-126/+208
2020-06-16Ensure cabinets are created in File.Sequence orderRob Mensching1-0/+1
2020-06-16Ensure unreal columns are not added to _Validation tableRob Mensching1-36/+34
2020-06-16Ignore WixBindUpdatedFilesRob Mensching1-0/+1
2020-06-15Update appveyor.cmd to not specify error code on early exit.Sean Hall1-6/+6
2020-06-13Implement simplified command and improved backend integrationRob Mensching8-94/+102
2020-06-13Remove use of remaining WixXxxRowsRob Mensching5-198/+159
2020-06-13Normalize commands to use constructorsRob Mensching3-52/+52
2020-06-13Move validate guids to a command and execute it earlierRob Mensching2-44/+68
2020-06-13Implement update control textRob Mensching3-45/+24
2020-06-12Remove obsolete global suppression fileRob Mensching1-24/+0
2020-06-12Fix custom table column values case in compiler and decompilerRob Mensching9-239/+429
2020-06-10 One shiny NuGet package, please and thank you.Bob Arnson1-1/+0
2020-06-10Do not create rows for internal-use-only tuplesRob Mensching1-1/+19
2020-06-10Remove dead codeRob Mensching2-1510/+0
2020-06-10Fix crossplat pathing and other small issues in extension cachingRob Mensching4-15/+11
2020-06-08Add forgotten ExtensionCache pack and publishRob Mensching1-0/+1
2020-06-08Add "extension" commandRob Mensching10-37/+753
2020-06-08Make commands async and internal processes cancelableRob Mensching13-45/+75
2020-06-08Integrate change to TryParseCommand and other code cleanupRob Mensching7-93/+50
2020-06-08Fix typo in class nameRob Mensching2-3/+3
2020-06-04Minor code cleanupRob Mensching4-37/+36
2020-06-04Drive merge process from tuples not rows and fix merge table suppressionRob Mensching3-98/+119
2020-06-04Correctly pass extension context when Id attribute is nullRob Mensching4-9/+9
2020-06-04Fail build if any command fails in the build batch fileRob Mensching1-5/+5
2020-06-04Add column tuples when created instead of after the table tuple creationRob Mensching1-6/+2
2020-06-03Redesign CustomTable tuples to support resolving binary columnsRob Mensching15-515/+731
2020-05-30Basic patching supportRob Mensching19-986/+779
2020-05-23Add failing test for RegistryKey without Id and child extension element.Sean Hall3-0/+50
2020-05-23Add failing test for invalid command line switch.Sean Hall1-0/+29
2020-05-23Support instance transformsRob Mensching3-243/+297
2020-05-23Minor code cleanupRob Mensching2-5/+1
2020-05-22Support merging merge modulesRob Mensching12-513/+105
2020-05-22Minor code cleanupRob Mensching4-79/+50
2020-05-22Fix naming of file in a merge module's cabinetRob Mensching7-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.
2020-05-19Don't warn about missing netfx4 switches.Bob Arnson1-2/+2
Fixes wixtoolset/issues#5390.
2020-05-17Add missing ARM64 cases & random fixes.Bob Arnson4-23/+45
2020-05-16Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall3-4/+18