aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-012-1/+5
|
* 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.
* Reduce extra appveyor builds by targeting only master and develop branchesRob Mensching2018-12-301-0/+5
|
* Simplify and standardize exception handling in extension managerRob Mensching2018-12-271-45/+35
|
* Remove dead codeRob Mensching2018-12-263-667/+0
|
* Remove lingering uses of .resx from WixToolset.CoreRob Mensching2018-12-269-197/+23
|
* Add missing InstallInitialize in AdvtExecuteSequenceRob Mensching2018-12-261-1/+2
|
* Populate MsiAssemblyName tableRob Mensching2018-12-267-360/+325
| | | | Fixes wixtoolset/issues#5865
* Fix the dependencies of the WixToolset.Core.TestPackage.nupkgRob Mensching2018-12-222-0/+13
|
* Update to latest Home\repo-templateRob Mensching2018-12-229-41/+125
|
* Clean and create export directory early.Bob Arnson2018-12-172-6/+6
| | | | | | ...to support extracting cabinets to the root of the export directory rather than requiring files in cabinets to be extracted to their own directory.
* Correctly set paths for files extracted from .msms during decompilation.Bob Arnson2018-12-131-1/+1
|
* Remove context from generated DefaultIcon registry row. (#16)Sean Hall2018-12-121-1/+1
| | | Fixes wixtoolset/issues#2461.
* ole.dll should be ole2.dll.Sean Hall2018-12-121-2/+2
| | | | Fixes wixtoolset/issues#2459.
* Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.Bob Arnson2018-12-072-1/+3
|
* Let caller specify directory for files extracted by ExtractCabinetsCommand.Bob Arnson2018-12-072-9/+9
|
* Return object fields exported from unbinding in the decompile results.Bob Arnson2018-12-052-1/+13
|
* Extract files when using `IDecompileContext.TreatProductAsModule`.Bob Arnson2018-12-052-3/+6
|
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-197-1/+66
| | | | This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output.
* Try to optimize AppVeyor behaviorRob Mensching2018-11-031-0/+1
|
* Update to DecompileResult move to XDocumentRob Mensching2018-11-032-10/+7
| | | | Fixes wixtoolset/issues#5896
* Re-introduce "decompile" to backendRob Mensching2018-10-2418-2862/+3095
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-248-11/+11
|
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-242-7/+35
|
* Update to command-line parsing re-organizationRob Mensching2018-10-2411-715/+824
|
* Minor code clean up to match .editorconfigRob Mensching2018-10-248-8259/+8193
|
* Add .editorconfigRob Mensching2018-10-241-0/+34
|
* Minor code cleanup/reorganizationRob Mensching2018-10-247-20/+19
|