aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* One shiny NuGet package, please and thank you.Bob Arnson2020-02-241-0/+1
|
* 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
|
* Include test in buildRob Mensching2019-10-071-1/+1
|
* Support tagging tuples and definitionsRob Mensching2019-10-074-4/+519
|
* Add support for long fields and fix up Bundle and many other tuplesRob Mensching2019-10-0739-976/+761
|
* Add tuple.IsNull(), remove fields when set to default and other small fixesRob Mensching2019-05-247-81/+78
|
* Improve debuggability of tuplesRob Mensching2019-05-241-1/+5
|
* Rename MsiAssemblyTuple to AssemblyTupleRob Mensching2019-05-233-102/+99
|
* Merge WixFileTuple in to FileTuple and remove File from FileAssemblyTypeRob Mensching2019-05-239-456/+168
|
* Minor fixesRob Mensching2019-05-234-13/+13
|
* Breakout short and source names in Directory and Shortcut tuplesRob Mensching2019-05-233-8/+40
|
* Use "Ref" instead of "_" as the reference conventionRob Mensching2019-05-2388-849/+849
|
* Obsolete obsolete constructorRob Mensching2019-05-233-119/+112
|
* Implement many more strong tuplesRob Mensching2019-05-2366-1047/+391
| | | | Also fixes several warnings.
* Remove redundant `?.Value` from strongly typed accessesRob Mensching2019-05-23188-873/+873
|