aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-04To make it easier to associate tuples with tables...Bob Arnson1-2/+24
2020-03-03Add ARM64 platform.Bob Arnson1-1/+4
2020-02-26Hide the ZipArchive details from the public WixOutput APIRob Mensching1-3/+14
2020-02-24One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-02-13Support reopening WixOutputs, to be able to read immediately after writing.Bob Arnson1-7/+16
2020-02-10Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson2-5/+43
2020-02-05Fix patch related tuplesRob Mensching5-17/+64
2020-02-05Ensure path tuples fields with BaseUri are savedRob Mensching1-1/+1
2020-02-05Code cleanupRob Mensching5-606/+117
2020-02-05Improve handling of standard actionsRob Mensching1-247/+179
2020-02-05Add support for unreal columnsRob Mensching2-2/+24
2020-01-23Fix CustomTable/@Unreal="yes" binding.Bob Arnson1-1/+1
2020-01-17Let listeners adjust message levels; general messaging cleanup.Bob Arnson1-13/+0
2020-01-12Binary Data should be path valueRob Mensching1-2/+2
2020-01-06Remove ErrorTuple id as field.Bob Arnson1-8/+0
2019-11-25Update AdvtExecuteSequence standard actions to AdvertiseExecuteSequence.Sean Hall1-14/+14
2019-11-14Fix EnvironmentTuple nullable fields.Bob Arnson1-2/+2
2019-10-26Rename Output to WindowsInstallerDataRob Mensching8-60/+30
2019-10-25Implement WixOutput with support for multiple streams of dataRob Mensching21-846/+399
2019-10-23Remove id field from WixSearchTuple.Bob Arnson1-8/+0
2019-10-23Remove BootstrapperApplicationData generally in favor of UnrealRob Mensching3-31/+19
2019-10-18Better support all .NETsRob Mensching1-1/+1
2019-10-18Small fixes to tuplesRob Mensching3-40/+33
2019-10-18Minor tuple fixesRob Mensching2-12/+2
2019-10-18MSI standard actions should be overridableRob Mensching1-109/+109
2019-10-14Fix lock permissionsRob Mensching1-2/+2
2019-10-07Fix ServiceType enum valuesRob Mensching1-3/+3
2019-10-07Remove unused field from WixFeatureGroupRob Mensching1-12/+2
2019-10-07Fix AppSearch related tuplesRob Mensching4-17/+17
2019-10-07Include test in buildRob Mensching1-1/+1
2019-10-07Support tagging tuples and definitionsRob Mensching4-4/+519
2019-10-07Add support for long fields and fix up Bundle and many other tuplesRob Mensching39-976/+761
2019-05-24Add tuple.IsNull(), remove fields when set to default and other small fixesRob Mensching7-81/+78
2019-05-24Improve debuggability of tuplesRob Mensching1-1/+5
2019-05-23Rename MsiAssemblyTuple to AssemblyTupleRob Mensching3-102/+99
2019-05-23Merge WixFileTuple in to FileTuple and remove File from FileAssemblyTypeRob Mensching9-456/+168
2019-05-23Minor fixesRob Mensching4-13/+13
2019-05-23Breakout short and source names in Directory and Shortcut tuplesRob Mensching3-8/+40
2019-05-23Use "Ref" instead of "_" as the reference conventionRob Mensching88-849/+849
2019-05-23Obsolete obsolete constructorRob Mensching3-119/+112
2019-05-23Implement many more strong tuplesRob Mensching66-1047/+391
2019-05-23Remove redundant `?.Value` from strongly typed accessesRob Mensching188-873/+873
2019-05-14Support Component/@Shared.Bob Arnson1-0/+8
2019-05-13Correct field value for RemoveRegistryTuple.Root.Bob Arnson1-1/+1
2019-05-12Section ids are optionalRob Mensching1-7/+2
2019-05-12Correctly set the underlying data types when intermediate value loadedRob Mensching1-10/+42
2019-05-08Support any type as input to identifierRob Mensching1-0/+6
2019-05-08Support long as a numberRob Mensching1-1/+13
2019-05-08Add additional strongly typed tuplesRob Mensching42-13909/+1369
2018-12-31Fix loading custom table definitions and support tupledef revisionsRob Mensching4-19/+253