aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Rename ICommandLine to ICommandLineParserRob Mensching2018-07-231-1/+1
| |
| * Reorganize data into Extensibility.Data namespaceRob Mensching2018-07-2350-79/+308
| |
| * Add PostParse() method to IExtensionCommandLineRob Mensching2018-07-131-0/+2
| | | | | | | | Fixes wixtoolset/issues#5850
| * Update development dependenciesRob Mensching2018-07-121-2/+2
| |
| * Improve debuggabilityRob Mensching2018-07-121-0/+3
| |
| * Improve command line processing interfaces for extensionsRob Mensching2018-07-123-8/+42
| | | | | | | | Partial fix for wixtoolset/issues#5845
| * Include Pdb in IWindowsInstallerBackendExtension.PostBackendBind()Rob Mensching2018-01-032-3/+2
| |
| * Support filtering localizations by cultureRob Mensching2017-12-311-0/+2
| |
| * Rename IBindVariableResolver to IVariableResolve and merge ILocalizer plus ↵Rob Mensching2017-12-305-34/+53
| | | | | | | | improve IResolveContext
| * Re-add IParseHelper.GetAttributeMsidbRegistryRootValue()Rob Mensching2017-12-291-0/+9
| |
| * Update to latest GitVersioningRob Mensching2017-12-291-1/+1
| |
| * Correctly set BaseLayoutExtension abstract class methods virtualRob Mensching2017-12-271-2/+2
| |
| * Better abstract extension factory, tuple to table creation and othersRob Mensching2017-12-274-1/+67
| |
| * Move copy/move file operations to ILayoutExtension plus other cleanupRob Mensching2017-12-266-9/+17
| |
| * Bring back binder extensions and missing layout base extensionRob Mensching2017-12-226-14/+92
| |
| * Introduce IResolveExtension and IFileSystemExtension with cleanupRob Mensching2017-12-2119-188/+254
| |
| * Add ICompileContext to BaseCompilerExtensionBob Arnson2017-12-201-0/+7
| |
| * Integrate simplified message handlingRob Mensching2017-12-1914-19/+119
| |
| * Enable MSI backends to add custom tables from tuplesRob Mensching2017-12-076-80/+73
| |
| * Enhance link context to support loading intermediates from extensionsRob Mensching2017-12-061-0/+4
| |
| * Fix IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-0211-92/+184
| |
| * Remove ICompilerCore, introduce IParseHelper and other small fixesRob Mensching2017-11-147-122/+77
| |
| * Introduce IExtensionFactory as mechanism to create extensionsRob Mensching2017-11-112-2/+43
| |
| * Update to WiX Intermediate RepresentationRob Mensching2017-11-0126-40/+133
| |
| * Incorporate refactoring of WixToolset.Core assembliesRob Mensching2017-10-1827-188/+427
| |
| * Update to latest GitVersioning and Directory.Build.props standardsRob Mensching2017-09-172-3/+7
| |
| * Move to .NET Core 2.0Rob Mensching2017-08-2034-0/+1709
|
* Merge DataRob Mensching2021-05-11292-0/+37738
|\
| * Move Data into API/wixRob Mensching2021-04-29294-0/+187
| |
| * Enable better bundle validation.Sean Hall2021-04-253-3/+8
| |
| * Undo RepairCondition until a more complete design is doneRob Mensching2021-04-203-24/+0
| |
| * Fix typo.Sean Hall2021-04-191-1/+1
| |
| * Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2021-04-192-8/+30
| | | | | | | | Part of wixtoolset/issues#6422
| * Add support for RepairCondition on Exe, Msi and Msp packagesRob Mensching2021-04-123-0/+24
| |
| * Improve duplicate GUID messagesRob Mensching2021-04-122-5/+5
| |
| * Remove unused warning messageRob Mensching2021-04-061-6/+1
| |
| * Standardize on .NET Core v3.1Rob Mensching2021-04-021-1/+1
| |
| * Move codepage from section and to package, module, patch symbolsRob Mensching2021-04-0210-185/+321
| | | | | | | | Contributes to wixtoolset/issues#5801
| * Make the IntermediateSection and IntermediateSymbol less mutableRob Mensching2021-04-026-39/+105
| |
| * Consolidate ProvidesDependencySymbol into WixDependencyProviderSymbolRob Mensching2021-03-233-93/+9
| | | | | | | | Part of wixtoolset/issues#6388
| * Remove invalid package reference from Payload symbolRob Mensching2021-03-232-9/+2
| | | | | | | | Part of fix for wixtoolset/issues#6370
| * Clean up some obsolete deprecation warnings.Bob Arnson2021-03-211-11/+0
| |
| * UX is so 2012Bob Arnson2021-03-211-1/+1
| |
| * Add warning for defaulting an invalid environment variable valueRob Mensching2021-03-191-0/+6
| |
| * Add error detail to UnableToResetAcls messageRob Mensching2021-03-161-2/+2
| |
| * Add standard constructors to WixExceptionRob Mensching2021-03-161-0/+24
| |
| * Demote CollidingModularizationTypes from error to warningBob Arnson2021-03-152-5/+6
| |
| * Extract data out of Core to minimize public surface areaRob Mensching2021-03-145-3/+166
| | | | | | | | Part of wixtoolset/issues#6374
| * Improve CollidingModularizationTypes message.Bob Arnson2021-03-081-1/+1
| |
| * Fix WixDependencyProvider in SymbolDefinitions.ByTypeSean Hall2021-03-081-4/+7
| | | | | | | | and improve error message for unknown type (which should be unreachable but...).