Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bundle BA container id | Rob Mensching | 2019-10-07 | 1 | -2/+2 |
| | |||||
* | Handle null path fields during Resolve | Rob Mensching | 2019-10-07 | 1 | -15/+15 |
| | | | | Also rename more "row" to "tuple" | ||||
* | Make uses of EnsureTable more typesafe | Rob Mensching | 2019-10-07 | 1 | -20/+22 |
| | | | | And more removal of row for tuple | ||||
* | Fix relative action scheduling | Rob Mensching | 2019-10-07 | 1 | -127/+135 |
| | | | | And remove more referneces to "row" | ||||
* | Correctly lower _SummaryInformation | Rob Mensching | 2019-10-07 | 1 | -2/+6 |
| | |||||
* | Add failing test for ServiceInstall. | Sean Hall | 2019-09-30 | 3 | -0/+45 |
| | |||||
* | Add failing test for MsiAssembly. | Sean Hall | 2019-09-30 | 4 | -0/+127 |
| | |||||
* | Add failing test for Font. | Sean Hall | 2019-09-30 | 3 | -0/+44 |
| | |||||
* | Add failing test for ReserveCost. | Sean Hall | 2019-09-30 | 3 | -0/+45 |
| | |||||
* | Add failing test for MsiShortcutProperty. | Sean Hall | 2019-09-30 | 3 | -0/+48 |
| | |||||
* | Add failing test for nesting a ProgId under an advertised Class. | Sean Hall | 2019-09-30 | 3 | -0/+51 |
| | |||||
* | Add failing test for LockPermissions when Permissions is 0. | Sean Hall | 2019-09-30 | 3 | -0/+47 |
| | |||||
* | Add failing test for CustomAction. | Sean Hall | 2019-09-30 | 3 | -0/+46 |
| | |||||
* | Add failing tests for AppSearch tables. | Sean Hall | 2019-09-30 | 6 | -0/+191 |
| | |||||
* | Add failing test for InstallExecuteSequence. | Sean Hall | 2019-09-30 | 1 | -0/+51 |
| | |||||
* | Add failing tests for Upgrade. | Sean Hall | 2019-09-30 | 3 | -0/+80 |
| | |||||
* | Add failing test for FeatureGroup and parent Features. | Sean Hall | 2019-09-30 | 4 | -0/+61 |
| | |||||
* | Add failing test for DefaultDir. | Sean Hall | 2019-09-30 | 4 | -1/+99 |
| | |||||
* | Shortcut ShowCmd is nullable | Rob Mensching | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | Update to latest Core.Native | Rob Mensching | 2019-05-23 | 1 | -3/+1 |
| | |||||
* | Integrate latest Data changes for FileTuple and AssemblyTuple | Rob Mensching | 2019-05-23 | 22 | -253/+233 |
| | |||||
* | Integrate short and source name changes to Directory and Shortcut tuples | Rob Mensching | 2019-05-23 | 7 | -93/+55 |
| | |||||
* | Adopt "Ref" as reference convention over "_" | Rob Mensching | 2019-05-23 | 18 | -163/+161 |
| | |||||
* | Correctly set nullable row columns | Rob Mensching | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 41 | -3702/+3808 |
| | |||||
* | Use full path in source line numbers | Rob Mensching | 2019-05-23 | 1 | -3/+7 |
| | |||||
* | Add Component/@Shared and fix UninstallWhenSuperseded | Bob Arnson | 2019-05-14 | 6 | -12/+53 |
| | |||||
* | IExtensionManager.Create renamed to IExtensionManager.GetServices | Rob Mensching | 2019-05-12 | 12 | -23/+23 |
| | |||||
* | Default Product/@Id to "*" | Rob Mensching | 2019-05-12 | 1 | -1/+1 |
| | |||||
* | Fix inscript CA bit handling | Rob Mensching | 2019-05-12 | 7 | -3/+88 |
| | |||||
* | Implement and use IParseHelper.ScheduleActionTuple | Rob Mensching | 2019-05-09 | 4 | -121/+72 |
| | |||||
* | Use new strongly typed tuples | Rob Mensching | 2019-05-08 | 55 | -12675/+14096 |
| | |||||
* | Add failing test to demonstrate ProgId bug. | Bob Arnson | 2019-04-02 | 6 | -0/+92 |
| | | | | When a parent ProgId has Advertise="yes" and a child ProgId omits Advertise, the compiler assumes it's a non-advertised ProgId. It should be advertised instead. | ||||
* | Bug: Wixipl references to extension libraries | Bob Arnson | 2019-03-20 | 6 | -0/+150 |
| | | | | | | Add test demonstrating that a persisted .wixipl file has broken references to bits in an extension's library. Same project built via wix.exe in one pass works as expected. | ||||
* | Fix missing symbol for WixSuppressAction. | Bob Arnson | 2019-03-20 | 2 | -1/+5 |
| | | | | Exposes non-overridable standard actions so WixToolsetTest.CoreIntegration.LinkerFixture.CanBuildWithOverridableActions now fails. | ||||
* | Include the preprocessed include files with the processed document | Rob Mensching | 2019-03-01 | 8 | -177/+266 |
| | | | | | | | This change also cleans up the internal state handling of the preprocesor to pass the processing state around rather than depend on "global state" in member variables. This removes the need to "reset" the member variables before preprocessing which is much cleaner. | ||||
* | Add `IResolveFileResult` to `WixToolsetServiceProvider` | Bob Arnson | 2019-03-01 | 1 | -0/+1 |
| | |||||
* | Integrate interface-only WixToolset.Extensibility change | Rob Mensching | 2019-03-01 | 33 | -187/+427 |
| | |||||
* | Rename ILocalizer to ILocalizationParser | Rob Mensching | 2019-03-01 | 4 | -23/+23 |
| | |||||
* | Rename WixVariableResolver to VariableResolver | Rob Mensching | 2019-03-01 | 3 | -6/+6 |
| | |||||
* | Expose WixVariableResolver via WixToolsetServiceProvider | Rob Mensching | 2019-03-01 | 6 | -10/+10 |
| | |||||
* | Update to latest repo-template | Rob Mensching | 2019-03-01 | 1 | -1/+3 |
| | |||||
* | Make `IPreprocessor` public as it should be. | Bob Arnson | 2019-02-26 | 1 | -2/+2 |
| | |||||
* | Add DirectoryId into context for extensions. | Sean Hall | 2019-01-20 | 1 | -1/+1 |
| | |||||
* | Fix overridable actions being tagged as duplicates. | Bob Arnson | 2019-01-16 | 9 | -10/+165 |
| | |||||
* | Add failing test for issues exposed by UIExtension. | Sean Hall | 2019-01-12 | 6 | -0/+118 |
| | |||||
* | Ensure `Error`s generate symbols so they can be referenced. | Bob Arnson | 2019-01-09 | 1 | -2/+1 |
| | |||||
* | Prevent linker NullReferenceExceptions when missing SourceLineNumbers. | Bob Arnson | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | Load .wixlib intermediates with single creator | Rob Mensching | 2019-01-01 | 10 | -21/+259 |
| | | | | | Using a single creator ensures definitions are shared and consistent across the entire build. | ||||
* | Simplify and standardize exception handling in extension manager | Rob Mensching | 2018-12-27 | 1 | -45/+35 |
| |