| Commit message (Expand) | Author | Files | Lines |
2019-10-07 | Write Font table correctly | Rob Mensching | 2 | -2/+2 |
2019-10-07 | Fix Feature parent | Rob Mensching | 4 | -244/+206 |
2019-10-07 | Fix AppSearch related building | Rob Mensching | 3 | -8/+15 |
2019-10-07 | Implement Bundle build | Rob Mensching | 62 | -2151/+2240 |
2019-10-07 | Fix Directory.DefaultDir handling when creating MSI | Rob Mensching | 1 | -2/+2 |
2019-10-07 | Fix bundle BA container id | Rob Mensching | 1 | -2/+2 |
2019-10-07 | Handle null path fields during Resolve | Rob Mensching | 1 | -15/+15 |
2019-10-07 | Make uses of EnsureTable more typesafe | Rob Mensching | 1 | -20/+22 |
2019-10-07 | Fix relative action scheduling | Rob Mensching | 1 | -127/+135 |
2019-10-07 | Correctly lower _SummaryInformation | Rob Mensching | 1 | -2/+6 |
2019-09-30 | Add failing test for ServiceInstall. | Sean Hall | 3 | -0/+45 |
2019-09-30 | Add failing test for MsiAssembly. | Sean Hall | 4 | -0/+127 |
2019-09-30 | Add failing test for Font. | Sean Hall | 3 | -0/+44 |
2019-09-30 | Add failing test for ReserveCost. | Sean Hall | 3 | -0/+45 |
2019-09-30 | Add failing test for MsiShortcutProperty. | Sean Hall | 3 | -0/+48 |
2019-09-30 | Add failing test for nesting a ProgId under an advertised Class. | Sean Hall | 3 | -0/+51 |
2019-09-30 | Add failing test for LockPermissions when Permissions is 0. | Sean Hall | 3 | -0/+47 |
2019-09-30 | Add failing test for CustomAction. | Sean Hall | 3 | -0/+46 |
2019-09-30 | Add failing tests for AppSearch tables. | Sean Hall | 6 | -0/+191 |
2019-09-30 | Add failing test for InstallExecuteSequence. | Sean Hall | 1 | -0/+51 |
2019-09-30 | Add failing tests for Upgrade. | Sean Hall | 3 | -0/+80 |
2019-09-30 | Add failing test for FeatureGroup and parent Features. | Sean Hall | 4 | -0/+61 |
2019-09-30 | Add failing test for DefaultDir. | Sean Hall | 4 | -1/+99 |
2019-05-23 | Shortcut ShowCmd is nullable | Rob Mensching | 1 | -1/+1 |
2019-05-23 | Update to latest Core.Native | Rob Mensching | 1 | -3/+1 |
2019-05-23 | Integrate latest Data changes for FileTuple and AssemblyTuple | Rob Mensching | 22 | -253/+233 |
2019-05-23 | Integrate short and source name changes to Directory and Shortcut tuples | Rob Mensching | 7 | -93/+55 |
2019-05-23 | Adopt "Ref" as reference convention over "_" | Rob Mensching | 18 | -163/+161 |
2019-05-23 | Correctly set nullable row columns | Rob Mensching | 1 | -1/+1 |
2019-05-23 | Integrate latest changes to tuple definitions | Rob Mensching | 41 | -3702/+3808 |
2019-05-23 | Use full path in source line numbers | Rob Mensching | 1 | -3/+7 |
2019-05-14 | Add Component/@Shared and fix UninstallWhenSuperseded | Bob Arnson | 6 | -12/+53 |
2019-05-12 | IExtensionManager.Create renamed to IExtensionManager.GetServices | Rob Mensching | 12 | -23/+23 |
2019-05-12 | Default Product/@Id to "*" | Rob Mensching | 1 | -1/+1 |
2019-05-12 | Fix inscript CA bit handling | Rob Mensching | 7 | -3/+88 |
2019-05-09 | Implement and use IParseHelper.ScheduleActionTuple | Rob Mensching | 4 | -121/+72 |
2019-05-08 | Use new strongly typed tuples | Rob Mensching | 55 | -12675/+14096 |
2019-04-02 | Add failing test to demonstrate ProgId bug. | Bob Arnson | 6 | -0/+92 |
2019-03-20 | Bug: Wixipl references to extension libraries | Bob Arnson | 6 | -0/+150 |
2019-03-20 | Fix missing symbol for WixSuppressAction. | Bob Arnson | 2 | -1/+5 |
2019-03-01 | Include the preprocessed include files with the processed document | Rob Mensching | 8 | -177/+266 |
2019-03-01 | Add `IResolveFileResult` to `WixToolsetServiceProvider` | Bob Arnson | 1 | -0/+1 |
2019-03-01 | Integrate interface-only WixToolset.Extensibility change | Rob Mensching | 33 | -187/+427 |
2019-03-01 | Rename ILocalizer to ILocalizationParser | Rob Mensching | 4 | -23/+23 |
2019-03-01 | Rename WixVariableResolver to VariableResolver | Rob Mensching | 3 | -6/+6 |
2019-03-01 | Expose WixVariableResolver via WixToolsetServiceProvider | Rob Mensching | 6 | -10/+10 |
2019-03-01 | Update to latest repo-template | Rob Mensching | 2 | -1/+5 |
2019-02-26 | Make `IPreprocessor` public as it should be. | Bob Arnson | 1 | -2/+2 |
2019-01-20 | Add DirectoryId into context for extensions. | Sean Hall | 1 | -1/+1 |
2019-01-16 | Fix overridable actions being tagged as duplicates. | Bob Arnson | 9 | -10/+165 |