aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Don't warn about missing netfx4 switches.Bob Arnson2020-05-191-2/+2
| | | | Fixes wixtoolset/issues#5390.
* Add missing ARM64 cases & random fixes.Bob Arnson2020-05-174-23/+45
|
* Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall2020-05-163-4/+18
|
* Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall2020-05-164-0/+113
|
* WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall2020-05-163-13/+0
|
* Update CabinetBuilder to send exception to UnexpectedException.Sean Hall2020-05-131-1/+1
|
* Fix named bind paths.Bob Arnson2020-05-1111-15/+134
|
* Track files in BindBundleCommand.Sean Hall2020-05-105-13/+52
|
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-107-44/+8
| | | | Stop using x86 stub for x64.
* Default output file if there's a single input file.Bob Arnson2020-05-081-4/+71
|
* Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson2020-05-083-25/+26
| | | | And some cleanup.
* Remove Heat files from Core.Sean Hall2020-05-0814-844/+5
|
* Add and fix some bundle tests.Sean Hall2020-04-235-2/+102
|
* Add BundleFinalize to IBurnBackendExtension.Sean Hall2020-04-231-4/+7
|
* Implement Burn pdb.Sean Hall2020-04-186-74/+76
|
* Test ability for an extension to have a custom strongly typed row during ↵Sean Hall2020-04-187-33/+85
| | | | binding.
* Adjust to some newly nullable fields in tuples.Sean Hall2020-04-134-5/+9
|
* Fix changes to TableDefinition.Sean Hall2020-04-135-5/+10
|
* Fix typo in SummaryInformationType.Sean Hall2020-04-134-69/+69
|
* Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple.Sean Hall2020-04-121-8/+16
|
* Merge and move default tuple logic from CreateOutputFromIRCommand to ↵Sean Hall2020-04-124-62/+31
| | | | WindowsInstallerBackendHelper.
* General cleanup.Sean Hall2020-04-1227-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.
* Move table definitions from Core to Data.Sean Hall2020-04-1211-2019/+6
|
* Sync tables.xml with tuple definitions.Sean Hall2020-04-122-70/+62
|
* Update CreateBootstrapperApplicationManifest to better match v3 output.Sean Hall2020-04-121-12/+48
|
* Fix bug when parsing PayloadGroupRef.Sean Hall2020-04-123-8/+15
|
* Remove partial WixPdb support.Bob Arnson2020-04-112-276/+219
| | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
* Fix bugs when compiling UI.wixextSean Hall2020-04-0711-87/+123
|
* Try to fix build flakiness with Example.Extension.Sean Hall2020-04-066-1/+69
| | | | Add failing test for the TableDefinition overload of EnsureTable.
* Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-055-7/+14
|
* Implement new IParseHelper methods.Sean Hall2020-04-053-16/+34
|
* Add failing test for when EnsureTable references an extension table with a ↵Sean Hall2020-04-035-3/+52
| | | | different name than its tuple.
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-037-41/+13
|
* Refactor dispose into finally to make debugging easier.Sean Hall2020-04-031-3/+7
|
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-029-12/+27
| | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces.
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-0240-91/+119
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-026-23/+6
|
* Order WixSearches in Core.Sean Hall2020-03-303-10/+295
|
* Add SetVariable.Sean Hall2020-03-307-33/+217
|
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-3023-77/+688
| | | | This required creating BundleExtensionData.xml.
* Add BundleExtension element.Sean Hall2020-03-3015-1/+416
| | | | | Add GetTestXml. Fix issue with building with current version of burn.
* Fix bundle-build extension library extraction.Bob Arnson2020-03-276-24/+17
|
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-269-12/+140
|
* Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-2011-5/+246
| | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests.
* Allow unresolved variables during resolution.Bob Arnson2020-03-185-10/+13
|
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-175-9/+41
|