aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bundle BA container idRob Mensching2019-10-071-2/+2
|
* Handle null path fields during ResolveRob Mensching2019-10-071-15/+15
| | | | Also rename more "row" to "tuple"
* Make uses of EnsureTable more typesafeRob Mensching2019-10-071-20/+22
| | | | And more removal of row for tuple
* Fix relative action schedulingRob Mensching2019-10-071-127/+135
| | | | And remove more referneces to "row"
* Correctly lower _SummaryInformationRob Mensching2019-10-071-2/+6
|
* Add failing test for ServiceInstall.Sean Hall2019-09-303-0/+45
|
* Add failing test for MsiAssembly.Sean Hall2019-09-304-0/+127
|
* Add failing test for Font.Sean Hall2019-09-303-0/+44
|
* Add failing test for ReserveCost.Sean Hall2019-09-303-0/+45
|
* Add failing test for MsiShortcutProperty.Sean Hall2019-09-303-0/+48
|
* Add failing test for nesting a ProgId under an advertised Class.Sean Hall2019-09-303-0/+51
|
* Add failing test for LockPermissions when Permissions is 0.Sean Hall2019-09-303-0/+47
|
* Add failing test for CustomAction.Sean Hall2019-09-303-0/+46
|
* Add failing tests for AppSearch tables.Sean Hall2019-09-306-0/+191
|
* Add failing test for InstallExecuteSequence.Sean Hall2019-09-301-0/+51
|
* Add failing tests for Upgrade.Sean Hall2019-09-303-0/+80
|
* Add failing test for FeatureGroup and parent Features.Sean Hall2019-09-304-0/+61
|
* Add failing test for DefaultDir.Sean Hall2019-09-304-1/+99
|
* Shortcut ShowCmd is nullableRob Mensching2019-05-231-1/+1
|
* Update to latest Core.NativeRob Mensching2019-05-231-3/+1
|
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-2322-253/+233
|
* Integrate short and source name changes to Directory and Shortcut tuplesRob Mensching2019-05-237-93/+55
|
* Adopt "Ref" as reference convention over "_"Rob Mensching2019-05-2318-163/+161
|
* Correctly set nullable row columnsRob Mensching2019-05-231-1/+1
|
* Integrate latest changes to tuple definitionsRob Mensching2019-05-2341-3702/+3808
|
* Use full path in source line numbersRob Mensching2019-05-231-3/+7
|
* Add Component/@Shared and fix UninstallWhenSupersededBob Arnson2019-05-146-12/+53
|
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-1212-23/+23
|
* Default Product/@Id to "*"Rob Mensching2019-05-121-1/+1
|
* Fix inscript CA bit handlingRob Mensching2019-05-127-3/+88
|
* Implement and use IParseHelper.ScheduleActionTupleRob Mensching2019-05-094-121/+72
|
* Use new strongly typed tuplesRob Mensching2019-05-0855-12675/+14096
|
* Add failing test to demonstrate ProgId bug.Bob Arnson2019-04-026-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 librariesBob Arnson2019-03-206-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 Arnson2019-03-202-1/+5
| | | | Exposes non-overridable standard actions so WixToolsetTest.CoreIntegration.LinkerFixture.CanBuildWithOverridableActions now fails.
* Include the preprocessed include files with the processed documentRob Mensching2019-03-018-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 Arnson2019-03-011-0/+1
|
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-0133-187/+427
|
* Rename ILocalizer to ILocalizationParserRob Mensching2019-03-014-23/+23
|
* Rename WixVariableResolver to VariableResolverRob Mensching2019-03-013-6/+6
|
* Expose WixVariableResolver via WixToolsetServiceProviderRob Mensching2019-03-016-10/+10
|
* Update to latest repo-templateRob Mensching2019-03-011-1/+3
|
* Make `IPreprocessor` public as it should be.Bob Arnson2019-02-261-2/+2
|
* Add DirectoryId into context for extensions.Sean Hall2019-01-201-1/+1
|
* Fix overridable actions being tagged as duplicates.Bob Arnson2019-01-169-10/+165
|
* Add failing test for issues exposed by UIExtension.Sean Hall2019-01-126-0/+118
|
* Ensure `Error`s generate symbols so they can be referenced.Bob Arnson2019-01-091-2/+1
|
* Prevent linker NullReferenceExceptions when missing SourceLineNumbers.Bob Arnson2019-01-031-1/+1
|
* Load .wixlib intermediates with single creatorRob Mensching2019-01-0110-21/+259
| | | | | Using a single creator ensures definitions are shared and consistent across the entire build.
* Simplify and standardize exception handling in extension managerRob Mensching2018-12-271-45/+35
|