aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining WixXxxRowsRob Mensching2020-06-136-841/+0
* Remove obsolete rowsRob Mensching2020-06-045-642/+0
* Add SequenceTable.WindowsInstallerTableName() and other minor clean upRob Mensching2020-06-042-21/+38
* Redesign CustomTable tuples to enable file resolution in CoreRob Mensching2020-06-031-38/+0
* Remove unused WixMediaRowRob Mensching2020-05-302-75/+0
* Add Row.CopyTo()Rob Mensching2020-05-301-0/+12
* Add overloads to WindowsInstallerData.Load for table definitions.Sean Hall2020-05-294-14/+54
* Clean up unused stuff and fix whitespace.Bob Arnson2020-05-082-90/+89
* Add ability for an extension to have a custom strongly typed row during binding.Sean Hall2020-04-1815-94/+107
* Remove bundle table definitions and rows.Sean Hall2020-04-1828-2910/+0
* Try to be more accurate in the tuples with nullable fields.Sean Hall2020-04-131-1/+1
* Change TableDefinition to have TupleDefinition instead of TupleDefinitionName.Sean Hall2020-04-133-210/+209
* Move table definitions from Core to Data.Sean Hall2020-04-122-0/+2975
* Make TupleIdIsPrimaryKey configurable.Sean Hall2020-04-051-15/+9
* Add TupleIdIsPrimaryKey.Sean Hall2020-04-031-10/+30
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-261-0/+9
* Add XmlWriter overload.Bob Arnson2020-03-242-7/+16
* To make it easier to associate tuples with tables...Bob Arnson2020-03-041-2/+24
* Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson2020-02-101-5/+18
* Code cleanupRob Mensching2020-02-055-606/+117
* Improve handling of standard actionsRob Mensching2020-02-051-247/+179
* Add support for unreal columnsRob Mensching2020-02-052-2/+24
* Update AdvtExecuteSequence standard actions to AdvertiseExecuteSequence.Sean Hall2019-11-251-14/+14
* Rename Output to WindowsInstallerDataRob Mensching2019-10-268-60/+30
* Implement WixOutput with support for multiple streams of dataRob Mensching2019-10-257-195/+28
* Remove BootstrapperApplicationData generally in favor of UnrealRob Mensching2019-10-231-25/+9
* MSI standard actions should be overridableRob Mensching2019-10-181-109/+109
* Add support for long fields and fix up Bundle and many other tuplesRob Mensching2019-10-074-31/+8
* Merge WixFileTuple in to FileTuple and remove File from FileAssemblyTypeRob Mensching2019-05-232-166/+0
* Obsolete obsolete constructorRob Mensching2019-05-231-109/+109
* Implement many more strong tuplesRob Mensching2019-05-231-14/+14
* Add additional strongly typed tuplesRob Mensching2019-05-084-35/+797
* Write out useful `keyColumn` value to fix .wixpdb output.Bob Arnson2018-05-062-1/+2
* Make TableDefinitions ColumnDefinitions an array and other minor cleanupRob Mensching2017-12-275-37/+18
* Simplify message handlingRob Mensching2017-12-1911-7/+314
* Reintegrate MSI constructs into WxToolset.Data.WindowsInstaller namespaceRob Mensching2017-12-0762-0/+8105