aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-033-362/+349
|
* Basic patching supportRob Mensching2020-05-3016-979/+757
|
* Support instance transformsRob Mensching2020-05-232-241/+262
|
* Minor code cleanupRob Mensching2020-05-232-5/+1
|
* Support merging merge modulesRob Mensching2020-05-226-511/+15
|
* Minor code cleanupRob Mensching2020-05-224-79/+50
|
* Fix naming of file in a merge module's cabinetRob Mensching2020-05-226-21/+29
| | | | | | 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.
* Add missing ARM64 cases & random fixes.Bob Arnson2020-05-171-1/+1
|
* Update CabinetBuilder to send exception to UnexpectedException.Sean Hall2020-05-131-1/+1
|
* Track files in BindBundleCommand.Sean Hall2020-05-101-1/+3
|
* Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson2020-05-081-11/+10
| | | | And some cleanup.
* Remove Heat files from Core.Sean Hall2020-05-081-1/+1
|
* Test ability for an extension to have a custom strongly typed row during ↵Sean Hall2020-04-182-2/+2
| | | | binding.
* Fix changes to TableDefinition.Sean Hall2020-04-132-2/+2
|
* Fix typo in SummaryInformationType.Sean Hall2020-04-132-48/+48
|
* 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-122-52/+15
| | | | WindowsInstallerBackendHelper.
* General cleanup.Sean Hall2020-04-127-64/+59
| | | | | | 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
|
* Remove partial WixPdb support.Bob Arnson2020-04-111-232/+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-071-1/+1
|
* Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-051-1/+1
|
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-031-22/+2
|
* Refactor dispose into finally to make debugging easier.Sean Hall2020-04-031-3/+7
|
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-025-10/+18
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-261-7/+18
|
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-5/+5
|
* Fix AMD64 assembly processorArchitecture.Bob Arnson2020-02-271-1/+1
|
* Detect MSIL for assembly name harvesting.Bob Arnson2020-02-271-1/+1
|
* Integrate latest change to WixToolset.Data APIRob Mensching2020-02-261-1/+1
|
* Fix File/@TrueType.Bob Arnson2020-02-241-1/+1
|
* Early detection of duplicate table definitions from extensions.Bob Arnson2020-02-212-2/+11
|
* Support reopening WixOutputs, to be able to read after creation.Bob Arnson2020-02-131-0/+2
|
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-134-62/+45
|
* Add CreateFolder tuples for null-keypath components in the backend instead ↵Bob Arnson2020-02-072-0/+46
| | | | of the compiler.
* Add the bound package's WixOutput to BindResult.Bob Arnson2020-02-061-0/+1
|
* Start on new patch infrastructureRob Mensching2020-02-0534-1133/+4071
|
* Remove WixActionRowCollection and duplicate actions.xmlRob Mensching2020-02-057-496/+63
|
* Load custom table definitions from extensions during binding.Bob Arnson2020-01-231-0/+9
|
* Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-231-13/+13
|
* Fix ServiceControl/@Wait translation.Bob Arnson2020-01-211-1/+4
|
* Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-137-388/+388
|
* Add special handling for numeric Error ids.Bob Arnson2020-01-061-0/+12
|
* Correctly report files unbound from cabinets.Bob Arnson2019-12-111-3/+2
|
* Fix decompiling multiple AppSearches with nested searches.Sean Hall2019-11-261-9/+15
|
* Fix test CanDecompileNestedDirSearchUnderRegSearch.Sean Hall2019-11-251-22/+44
|
* Finish renaming SequenceTable.AdvertiseExecuteSequence.Sean Hall2019-11-252-18/+33
|
* Fix decompiling non-advertised shortcuts.Sean Hall2019-11-251-27/+35
|
* Always use WiX table definitions when decompiling standard tables.Sean Hall2019-11-251-9/+8
|