aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * 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
| |
| * Support Component/@Shared.Bob Arnson2019-05-141-0/+8
| |
| * Correct field value for RemoveRegistryTuple.Root.Bob Arnson2019-05-131-1/+1
| |
| * Section ids are optionalRob Mensching2019-05-121-7/+2
| |
| * Correctly set the underlying data types when intermediate value loadedRob Mensching2019-05-121-10/+42
| |
| * Support any type as input to identifierRob Mensching2019-05-081-0/+6
| |
| * Support long as a numberRob Mensching2019-05-081-1/+13
| |
| * Add additional strongly typed tuplesRob Mensching2019-05-0842-13909/+1369
| |
| * Fix loading custom table definitions and support tupledef revisionsRob Mensching2018-12-314-19/+253
| | | | | | | | | | | | | | Loading multiple intermediates with the same custom table definition would crash when trying to redefine the definition. Now definitions contain a revision and the highest tuple definition is used when loading multiple intermediates.
| * Update to latest .gitignore and prep for new NuGet license formatRob Mensching2018-12-221-0/+1
| |
| * Update to latest Home\repo-templateRob Mensching2018-12-222-1/+6
| |
| * Integrate SmartPackageReferenceRob Mensching2018-12-222-5/+44
| |
| * Class/@Icon is supported. (#4)Sean Hall2018-12-121-3/+2
| | | | | | Fixes wixtoolset/issues#2461.
| * ole.dll should be ole2.dll.Sean Hall2018-12-121-2/+2
| | | | | | | | Fixes wixtoolset/issues#2459.
| * Enable NCrunch supportRob Mensching2018-10-031-4/+11
| |
| * Add code page error message with source-line numbers.Bob Arnson2018-09-061-0/+5
| |
| * Add error messages for source file command line processingRob Mensching2018-07-312-1/+13
| |
| * Remove unused codeRob Mensching2018-07-271-2/+0
| |
| * Support displaying paths checked when file not foundRob Mensching2018-07-271-0/+8
| |