aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2020-04-23Add BundleFinalize to IBurnBackendExtension.Sean Hall1-4/+7
2020-04-18Implement Burn pdb.Sean Hall6-74/+76
2020-04-18Test ability for an extension to have a custom strongly typed row during ↵Sean Hall7-33/+85
binding.
2020-04-13Adjust to some newly nullable fields in tuples.Sean Hall4-5/+9
2020-04-13Fix changes to TableDefinition.Sean Hall5-5/+10
2020-04-13Fix typo in SummaryInformationType.Sean Hall4-69/+69
2020-04-12Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple.Sean Hall1-8/+16
2020-04-12Merge and move default tuple logic from CreateOutputFromIRCommand to ↵Sean Hall4-62/+31
WindowsInstallerBackendHelper.
2020-04-12General cleanup.Sean Hall27-891/+660
Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line.
2020-04-12Move table definitions from Core to Data.Sean Hall11-2019/+6
2020-04-12Sync tables.xml with tuple definitions.Sean Hall2-70/+62
2020-04-12Update CreateBootstrapperApplicationManifest to better match v3 output.Sean Hall1-12/+48
2020-04-12Fix bug when parsing PayloadGroupRef.Sean Hall3-8/+15
2020-04-11Remove partial WixPdb support.Bob Arnson2-276/+219
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
2020-04-07Fix bugs when compiling UI.wixextSean Hall11-87/+123
2020-04-06Try to fix build flakiness with Example.Extension.Sean Hall6-1/+69
Add failing test for the TableDefinition overload of EnsureTable.
2020-04-05Add test around ActionText and fix the table definition to get it passing.Sean Hall5-7/+14
2020-04-05Implement new IParseHelper methods.Sean Hall3-16/+34
2020-04-03Add failing test for when EnsureTable references an extension table with a ↵Sean Hall5-3/+52
different name than its tuple.
2020-04-03Use TupleIdIsPrimaryKey.Sean Hall7-41/+13
2020-04-03Refactor dispose into finally to make debugging easier.Sean Hall1-3/+7
2020-04-02Hide the concrete implementation of the service provider interfacesSean Hall9-12/+27
by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces.
2020-04-02Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall40-91/+119
the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
2020-04-02Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall6-23/+6