aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-3/+4
|
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-215-26/+154
| | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835
* Move short filename generation to the WindowsInstallerBackendRob Mensching2020-07-081-6/+137
|
* Default Publish/@Condition to "1" in the WI backendRob Mensching2020-07-011-0/+15
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2528-1088/+1088
|
* Move CustomAction script inner text to ScriptFile attributeRob Mensching2020-06-232-4/+9
|
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-221-0/+12
|
* Restore Unreal to CustomTable.Sean Hall2020-06-192-3/+1
|
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-192-2/+4
|
* Change AssemblyNameReader to better match GetAsemblyIdentityFromFile()Rob Mensching2020-06-171-1/+23
|
* Reorganize media assignment to correctly place facade order optimizationRob Mensching2020-06-166-124/+135
|
* Ensure cabinets are created in File.Sequence orderRob Mensching2020-06-161-0/+1
|
* Ensure unreal columns are not added to _Validation tableRob Mensching2020-06-161-36/+34
|
* Ignore WixBindUpdatedFilesRob Mensching2020-06-161-0/+1
|
* Remove use of remaining WixXxxRowsRob Mensching2020-06-134-74/+46
|
* Normalize commands to use constructorsRob Mensching2020-06-133-52/+52
|
* Move validate guids to a command and execute it earlierRob Mensching2020-06-132-44/+68
|
* Implement update control textRob Mensching2020-06-132-43/+22
|
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-121-26/+27
|
* Do not create rows for internal-use-only tuplesRob Mensching2020-06-101-1/+19
|
* Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-082-16/+13
|
* Fix typo in class nameRob Mensching2020-06-082-3/+3
|
* Minor code cleanupRob Mensching2020-06-043-28/+27
|
* Drive merge process from tuples not rows and fix merge table suppressionRob Mensching2020-06-043-98/+119
|
* 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-225-6/+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.
* 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.
* Test ability for an extension to have a custom strongly typed row during ↵Sean Hall2020-04-181-1/+1
| | | | binding.
* Fix changes to TableDefinition.Sean Hall2020-04-131-1/+1
|
* 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-124-5/+2
|
* Sync tables.xml with tuple definitions.Sean Hall2020-04-121-15/+7
|
* 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.
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-031-22/+2
|
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-023-5/+5
| | | | 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
|