aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update WixOutput's GetData to use StreamReader.Sean Hall2020-04-181-5/+3
| |
| * Add constants for bundle Wixout stream names.Sean Hall2020-04-181-0/+4
| |
| * Add ability for an extension to have a custom strongly typed row during binding.Sean Hall2020-04-1816-94/+136
| | | | | | | | | | Remove some unused functionality in Table and Row. Use strongRowType in core tables.
| * 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-1321-62/+62
| |
| * Change TableDefinition to have TupleDefinition instead of TupleDefinitionName.Sean Hall2020-04-133-210/+209
| |
| * Fix typo in SummaryInformationType.Sean Hall2020-04-131-3/+3
| |
| * Add TupleNotTranslatedToOutput warning.Sean Hall2020-04-121-0/+7
| |
| * Move table definitions from Core to Data.Sean Hall2020-04-1233-938/+3099
| | | | | | | | Sync tuple and table definitions.
| * Remove partial WixPdb support.Bob Arnson2020-04-111-3/+0
| | | | | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
| * Make TupleIdIsPrimaryKey configurable.Sean Hall2020-04-051-15/+9
| |
| * Add TupleIdIsPrimaryKey.Sean Hall2020-04-031-10/+30
| |
| * Create AddTuple extension method for IntermediateSection.Sean Hall2020-04-021-0/+14
| |
| * Minor tweaks to make debugging easier.Bob Arnson2020-03-312-0/+7
| |
| * Add support for sorting WixSearches in Core.Sean Hall2020-03-302-8/+6
| | | | | | | | | | Move error message CircularSearchReference here from UtilExtension. Remove redundant id field from WixSearchRelationTuple.
| * Add WixSetVariableTuple.Sean Hall2020-03-302-0/+56
| |
| * Add support for bundle extension searches.Sean Hall2020-03-303-0/+15
| | | | | | | | | | | | Add MissingBundleSearch error message. Add BundleExtensionRef to WixSearchTuple. Add BundleExtensionSearchTupleDefinitionTag.
| * Add WixBundleExtensionTuple.Sean Hall2020-03-302-0/+48
| |
| * Add Combined intermediate levels to track librarian.Bob Arnson2020-03-262-7/+2
| |
| * Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-265-3/+78
| |
| * Add XmlWriter overload.Bob Arnson2020-03-242-7/+16
| | | | | | | | - Also fix some typos.
| * Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-172-1/+24
| |
| * To make it easier to associate tuples with tables...Bob Arnson2020-03-041-2/+24
| | | | | | | | ...add TupleDefinitionName to TableDefinition.
| * Add ARM64 platform.Bob Arnson2020-03-031-1/+4
| |
| * Hide the ZipArchive details from the public WixOutput APIRob Mensching2020-02-261-3/+14
| |
| * Support reopening WixOutputs, to be able to read immediately after writing.Bob Arnson2020-02-131-7/+16
| |
| * Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson2020-02-102-5/+43
| |
| * Fix patch related tuplesRob Mensching2020-02-055-17/+64
| |
| * Ensure path tuples fields with BaseUri are savedRob Mensching2020-02-051-1/+1
| |
| * 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
| |
| * Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-231-1/+1
| |
| * Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-171-13/+0
| |
| * Binary Data should be path valueRob Mensching2020-01-121-2/+2
| |
| * Remove ErrorTuple id as field.Bob Arnson2020-01-061-8/+0
| |
| * Update AdvtExecuteSequence standard actions to AdvertiseExecuteSequence.Sean Hall2019-11-251-14/+14
| |
| * Fix EnvironmentTuple nullable fields.Bob Arnson2019-11-141-2/+2
| |
| * Rename Output to WindowsInstallerDataRob Mensching2019-10-268-60/+30
| |
| * Implement WixOutput with support for multiple streams of dataRob Mensching2019-10-2521-846/+399
| |
| * Remove id field from WixSearchTuple.Bob Arnson2019-10-231-8/+0
| |
| * Remove BootstrapperApplicationData generally in favor of UnrealRob Mensching2019-10-233-31/+19
| |
| * Better support all .NETsRob Mensching2019-10-181-1/+1
| |
| * Small fixes to tuplesRob Mensching2019-10-183-40/+33
| |
| * Minor tuple fixesRob Mensching2019-10-182-12/+2
| |
| * MSI standard actions should be overridableRob Mensching2019-10-181-109/+109
| |
| * Fix lock permissionsRob Mensching2019-10-141-2/+2
| |
| * Fix ServiceType enum valuesRob Mensching2019-10-071-3/+3
| |
| * Remove unused field from WixFeatureGroupRob Mensching2019-10-071-12/+2
| |
| * Fix AppSearch related tuplesRob Mensching2019-10-074-17/+17
| |