aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2020-05-16Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall4-0/+113
2020-05-16WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall3-13/+0
2020-05-13Update CabinetBuilder to send exception to UnexpectedException.Sean Hall1-1/+1
2020-05-11Fix named bind paths.Bob Arnson11-15/+134
2020-05-10Track files in BindBundleCommand.Sean Hall5-13/+52
2020-05-10Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall8-44/+9
Stop using x86 stub for x64.
2020-05-09Update dependencies.Sean Hall1-1/+1
2020-05-08Default output file if there's a single input file.Bob Arnson1-4/+71
2020-05-08Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson3-25/+26
And some cleanup.
2020-05-08Remove Heat files from Core.Sean Hall14-844/+5
2020-04-23Add and fix some bundle tests.Sean Hall5-2/+102