Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update WixOutput's GetData to use StreamReader. | Sean Hall | 2020-04-18 | 1 | -5/+3 | |
| | | ||||||
| * | Add constants for bundle Wixout stream names. | Sean Hall | 2020-04-18 | 1 | -0/+4 | |
| | | ||||||
| * | Add ability for an extension to have a custom strongly typed row during binding. | Sean Hall | 2020-04-18 | 16 | -94/+136 | |
| | | | | | | | | | | Remove some unused functionality in Table and Row. Use strongRowType in core tables. | |||||
| * | Remove bundle table definitions and rows. | Sean Hall | 2020-04-18 | 28 | -2910/+0 | |
| | | ||||||
| * | Try to be more accurate in the tuples with nullable fields. | Sean Hall | 2020-04-13 | 21 | -62/+62 | |
| | | ||||||
| * | Change TableDefinition to have TupleDefinition instead of TupleDefinitionName. | Sean Hall | 2020-04-13 | 3 | -210/+209 | |
| | | ||||||
| * | Fix typo in SummaryInformationType. | Sean Hall | 2020-04-13 | 1 | -3/+3 | |
| | | ||||||
| * | Add TupleNotTranslatedToOutput warning. | Sean Hall | 2020-04-12 | 1 | -0/+7 | |
| | | ||||||
| * | Move table definitions from Core to Data. | Sean Hall | 2020-04-12 | 33 | -938/+3099 | |
| | | | | | | | | Sync tuple and table definitions. | |||||
| * | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 1 | -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 Hall | 2020-04-05 | 1 | -15/+9 | |
| | | ||||||
| * | Add TupleIdIsPrimaryKey. | Sean Hall | 2020-04-03 | 1 | -10/+30 | |
| | | ||||||
| * | Create AddTuple extension method for IntermediateSection. | Sean Hall | 2020-04-02 | 1 | -0/+14 | |
| | | ||||||
| * | Minor tweaks to make debugging easier. | Bob Arnson | 2020-03-31 | 2 | -0/+7 | |
| | | ||||||
| * | Add support for sorting WixSearches in Core. | Sean Hall | 2020-03-30 | 2 | -8/+6 | |
| | | | | | | | | | | Move error message CircularSearchReference here from UtilExtension. Remove redundant id field from WixSearchRelationTuple. | |||||
| * | Add WixSetVariableTuple. | Sean Hall | 2020-03-30 | 2 | -0/+56 | |
| | | ||||||
| * | Add support for bundle extension searches. | Sean Hall | 2020-03-30 | 3 | -0/+15 | |
| | | | | | | | | | | | | Add MissingBundleSearch error message. Add BundleExtensionRef to WixSearchTuple. Add BundleExtensionSearchTupleDefinitionTag. | |||||
| * | Add WixBundleExtensionTuple. | Sean Hall | 2020-03-30 | 2 | -0/+48 | |
| | | ||||||
| * | Add Combined intermediate levels to track librarian. | Bob Arnson | 2020-03-26 | 2 | -7/+2 | |
| | | ||||||
| * | Add intermediate levels to track how IR has been lowered. | Bob Arnson | 2020-03-26 | 5 | -3/+78 | |
| | | ||||||
| * | Add XmlWriter overload. | Bob Arnson | 2020-03-24 | 2 | -7/+16 | |
| | | | | | | | | - Also fix some typos. | |||||
| * | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 2 | -1/+24 | |
| | | ||||||
| * | To make it easier to associate tuples with tables... | Bob Arnson | 2020-03-04 | 1 | -2/+24 | |
| | | | | | | | | ...add TupleDefinitionName to TableDefinition. | |||||
| * | Add ARM64 platform. | Bob Arnson | 2020-03-03 | 1 | -1/+4 | |
| | | ||||||
| * | Hide the ZipArchive details from the public WixOutput API | Rob Mensching | 2020-02-26 | 1 | -3/+14 | |
| | | ||||||
| * | Support reopening WixOutputs, to be able to read immediately after writing. | Bob Arnson | 2020-02-13 | 1 | -7/+16 | |
| | | ||||||
| * | Support loading WindowsInstallerData and Intermediate from WixOutput. | Bob Arnson | 2020-02-10 | 2 | -5/+43 | |
| | | ||||||
| * | Fix patch related tuples | Rob Mensching | 2020-02-05 | 5 | -17/+64 | |
| | | ||||||
| * | Ensure path tuples fields with BaseUri are saved | Rob Mensching | 2020-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | Code cleanup | Rob Mensching | 2020-02-05 | 5 | -606/+117 | |
| | | ||||||
| * | Improve handling of standard actions | Rob Mensching | 2020-02-05 | 1 | -247/+179 | |
| | | ||||||
| * | Add support for unreal columns | Rob Mensching | 2020-02-05 | 2 | -2/+24 | |
| | | ||||||
| * | Fix CustomTable/@Unreal="yes" binding. | Bob Arnson | 2020-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | Let listeners adjust message levels; general messaging cleanup. | Bob Arnson | 2020-01-17 | 1 | -13/+0 | |
| | | ||||||
| * | Binary Data should be path value | Rob Mensching | 2020-01-12 | 1 | -2/+2 | |
| | | ||||||
| * | Remove ErrorTuple id as field. | Bob Arnson | 2020-01-06 | 1 | -8/+0 | |
| | | ||||||
| * | Update AdvtExecuteSequence standard actions to AdvertiseExecuteSequence. | Sean Hall | 2019-11-25 | 1 | -14/+14 | |
| | | ||||||
| * | Fix EnvironmentTuple nullable fields. | Bob Arnson | 2019-11-14 | 1 | -2/+2 | |
| | | ||||||
| * | Rename Output to WindowsInstallerData | Rob Mensching | 2019-10-26 | 8 | -60/+30 | |
| | | ||||||
| * | Implement WixOutput with support for multiple streams of data | Rob Mensching | 2019-10-25 | 21 | -846/+399 | |
| | | ||||||
| * | Remove id field from WixSearchTuple. | Bob Arnson | 2019-10-23 | 1 | -8/+0 | |
| | | ||||||
| * | Remove BootstrapperApplicationData generally in favor of Unreal | Rob Mensching | 2019-10-23 | 3 | -31/+19 | |
| | | ||||||
| * | Better support all .NETs | Rob Mensching | 2019-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Small fixes to tuples | Rob Mensching | 2019-10-18 | 3 | -40/+33 | |
| | | ||||||
| * | Minor tuple fixes | Rob Mensching | 2019-10-18 | 2 | -12/+2 | |
| | | ||||||
| * | MSI standard actions should be overridable | Rob Mensching | 2019-10-18 | 1 | -109/+109 | |
| | | ||||||
| * | Fix lock permissions | Rob Mensching | 2019-10-14 | 1 | -2/+2 | |
| | | ||||||
| * | Fix ServiceType enum values | Rob Mensching | 2019-10-07 | 1 | -3/+3 | |
| | | ||||||
| * | Remove unused field from WixFeatureGroup | Rob Mensching | 2019-10-07 | 1 | -12/+2 | |
| | | ||||||
| * | Fix AppSearch related tuples | Rob Mensching | 2019-10-07 | 4 | -17/+17 | |
| | |