Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Support tagging tuples and definitions | Rob Mensching | 2019-10-07 | 4 | -4/+519 |
| | |||||
* | Add support for long fields and fix up Bundle and many other tuples | Rob Mensching | 2019-10-07 | 39 | -976/+761 |
| | |||||
* | Add tuple.IsNull(), remove fields when set to default and other small fixes | Rob Mensching | 2019-05-24 | 7 | -81/+78 |
| | |||||
* | Improve debuggability of tuples | Rob Mensching | 2019-05-24 | 1 | -1/+5 |
| | |||||
* | Rename MsiAssemblyTuple to AssemblyTuple | Rob Mensching | 2019-05-23 | 3 | -102/+99 |
| | |||||
* | Merge WixFileTuple in to FileTuple and remove File from FileAssemblyType | Rob Mensching | 2019-05-23 | 9 | -456/+168 |
| | |||||
* | Minor fixes | Rob Mensching | 2019-05-23 | 4 | -13/+13 |
| | |||||
* | Breakout short and source names in Directory and Shortcut tuples | Rob Mensching | 2019-05-23 | 3 | -8/+40 |
| | |||||
* | Use "Ref" instead of "_" as the reference convention | Rob Mensching | 2019-05-23 | 88 | -849/+849 |
| | |||||
* | Obsolete obsolete constructor | Rob Mensching | 2019-05-23 | 3 | -119/+112 |
| | |||||
* | Implement many more strong tuples | Rob Mensching | 2019-05-23 | 66 | -1047/+391 |
| | | | | Also fixes several warnings. | ||||
* | Remove redundant `?.Value` from strongly typed accesses | Rob Mensching | 2019-05-23 | 188 | -873/+873 |
| | |||||
* | Support Component/@Shared. | Bob Arnson | 2019-05-14 | 1 | -0/+8 |
| | |||||
* | Correct field value for RemoveRegistryTuple.Root. | Bob Arnson | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Section ids are optional | Rob Mensching | 2019-05-12 | 1 | -7/+2 |
| | |||||
* | Correctly set the underlying data types when intermediate value loaded | Rob Mensching | 2019-05-12 | 1 | -10/+42 |
| | |||||
* | Support any type as input to identifier | Rob Mensching | 2019-05-08 | 1 | -0/+6 |
| | |||||
* | Support long as a number | Rob Mensching | 2019-05-08 | 1 | -1/+13 |
| | |||||
* | Add additional strongly typed tuples | Rob Mensching | 2019-05-08 | 42 | -13909/+1369 |
| | |||||
* | Fix loading custom table definitions and support tupledef revisions | Rob Mensching | 2018-12-31 | 4 | -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 format | Rob Mensching | 2018-12-22 | 1 | -0/+1 |
| | |||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 2 | -1/+6 |
| | |||||
* | Integrate SmartPackageReference | Rob Mensching | 2018-12-22 | 2 | -5/+44 |
| | |||||
* | Class/@Icon is supported. (#4) | Sean Hall | 2018-12-12 | 1 | -3/+2 |
| | | | Fixes wixtoolset/issues#2461. | ||||
* | ole.dll should be ole2.dll. | Sean Hall | 2018-12-12 | 1 | -2/+2 |
| | | | | Fixes wixtoolset/issues#2459. | ||||
* | Enable NCrunch support | Rob Mensching | 2018-10-03 | 1 | -4/+11 |
| | |||||
* | Add code page error message with source-line numbers. | Bob Arnson | 2018-09-06 | 1 | -0/+5 |
| | |||||
* | Add error messages for source file command line processing | Rob Mensching | 2018-07-31 | 2 | -1/+13 |
| | |||||
* | Remove unused code | Rob Mensching | 2018-07-27 | 1 | -2/+0 |
| | |||||
* | Support displaying paths checked when file not found | Rob Mensching | 2018-07-27 | 1 | -0/+8 |
| | |||||
* | Remove unnecessary code from Data | Rob Mensching | 2018-07-26 | 2 | -83/+0 |
| | | | | Less code in the "rootest" repo is a good thing. | ||||
* | Move data only used by extension to Extensiblity repo | Rob Mensching | 2018-07-23 | 5 | -211/+4 |
| | |||||
* | Support creation of redundant file transfers | Rob Mensching | 2018-07-21 | 1 | -9/+10 |
| | |||||
* | Update development dependencies | Rob Mensching | 2018-07-12 | 2 | -4/+4 |
| | |||||
* | Improve debuggability | Rob Mensching | 2018-07-12 | 1 | -0/+3 |
| | |||||
* | Improve error message when argument is missing for a switch | Rob Mensching | 2018-07-12 | 2 | -4/+1 |
| | |||||
* | Update to netcoreapp2.1 and xunit 2.3.1. | Bob Arnson | 2018-06-21 | 2 | -2/+2 |
| | |||||
* | Write out useful `keyColumn` value to fix .wixpdb output. | Bob Arnson | 2018-05-06 | 2 | -1/+2 |
| | |||||
* | Move WixFileNotFoundException from Core back to Data | Rob Mensching | 2018-01-02 | 1 | -0/+43 |
| | |||||
* | Fix WixBundlePackage.Cache tuple type | Rob Mensching | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Make IntermediateField Set() method type-safe | Rob Mensching | 2018-01-01 | 4 | -123/+383 |
| | |||||
* | Reduce code footprint in WixToolset.Data | Rob Mensching | 2017-12-30 | 2 | -338/+2 |
| | |||||
* | Support serializing localization information in Intermediates | Rob Mensching | 2017-12-30 | 6 | -20/+253 |
| | |||||
* | Update to latest GitVersioning | Rob Mensching | 2017-12-29 | 1 | -14/+1 |
| | |||||
* | Improve Identifier constructor | Rob Mensching | 2017-12-29 | 1 | -2/+22 |
| |