aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add ScriptFile path to CustomActionTupleRob Mensching2020-06-231-1/+9
| |
| * Add ExpectedElement for any child type.Sean Hall2020-06-221-0/+5
| |
| * Restore Unreal to CustomTable.Sean Hall2020-06-191-0/+8
| |
| * Add BundleCustomData tuples. Remove Unreal from CustomTable.Sean Hall2020-06-195-8/+203
| |
| * Remove remaining WixXxxRowsRob Mensching2020-06-138-845/+4
| |
| * Enumerate custom column categories and fix serialization code by handRob Mensching2020-06-122-106/+136
| |
| * Add error message when tuple can't be found.Bob Arnson2020-06-103-2/+13
| |
| * Fix flag enums to actually be flagsRob Mensching2020-06-104-12/+12
| |
| * Add error when extension cannot be found in cacheRob Mensching2020-06-081-0/+5
| |
| * 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-036-186/+253
| |
| * 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-295-14/+94
| |
| * Handle updating entries in a WixOutput.Bob Arnson2020-05-212-10/+86
| |
| * WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall2020-05-163-84/+0
| |
| * Add overload for UnexpectedException that takes the exceptionSean Hall2020-05-132-1/+6
| | | | | | | | so inner exceptions can also be part of the message.
| * Clean up unused stuff and fix whitespace.Bob Arnson2020-05-083-91/+89
| |
| * Change PerMachine field type to string to match usage.Sean Hall2020-04-232-2/+2
| | | | | | | | Change Compressed field type to bool to match usage.
| * 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
| |