aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove v3 based functions from IWindowsInstallerBackendDecompilerExtensionRob Mensching2021-03-021-18/+1
| | | | | | | | New design is necessary to meet v4 needs.
| * Remove references to "Output" and use "Data" insteadRob Mensching2021-03-022-5/+5
| |
| * Rename IBurnBackendExtension to IBurnBackendBinderExtensionRob Mensching2021-02-272-8/+8
| | | | | | | | | | This will allow other backend extensions in the future, such as a Burn decompiler extension.
| * Rename FullyResolved to SymbolsFinalized and TryAddSymbolXxx to TryProcessSymbolRob Mensching2021-02-274-79/+61
| | | | | | | | Plus fix up more documentation
| * Add IWindowsInstallerBackendBinder.FullyResolved plus documentationRob Mensching2021-02-272-5/+39
| |
| * Backend specific helpers should passthru implement IBackendHelperRob Mensching2021-02-272-2/+2
| |
| * Add ICompilerContext.IsCurrentPlatfom64BitRob Mensching2021-02-111-1/+23
| |
| * Report invalid command line arguments as errorsRob Mensching2021-01-081-1/+4
| | | | | | | | First part of fix for wixtoolset/issues#6313
| * Include version info file when building in NCrunchRob Mensching2021-01-081-0/+7
| |
| * Enable XML doc and delete obsolete IParseHelper methods.Sean Hall2020-12-1864-49/+300
| |
| * Add GetCanonicalRelativePath.Sean Hall2020-12-162-0/+22
| |
| * Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
| |
| * Update NBGV.Sean Hall2020-12-021-1/+1
| |
| * Strong-name sign WiX assemblies.Bob Arnson2020-10-283-1/+15
| |
| * Add platform to decompiler result.Bob Arnson2020-10-081-0/+3
| |
| * Remove 32-bit ARM support.Bob Arnson2020-09-192-11/+2
| |
| * Only target all frameworks in ReleaseSean Hall2020-08-171-1/+2
| |
| * Simplify IPathResolve GetDirectoryPath() by adding canonical-specific methodRob Mensching2020-07-211-3/+11
| |
| * Add performance optimized methods and remove obsolete CreateDirectoryRowRob Mensching2020-07-141-17/+21
| |
| * Update dependencies.Sean Hall2020-07-141-1/+1
| |
| * Add CreateIdentifierValueFromPlatform and BurnPlatforms.Sean Hall2020-07-102-2/+40
| |
| * Remove unused propertyRob Mensching2020-07-081-2/+0
| |
| * The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2515-97/+97
| |
| * Deprecate the use of inner textRob Mensching2020-06-231-0/+2
| |
| * Fix BaseBurnBackendExtension.TryAddTupleToDataManifest.Sean Hall2020-06-221-6/+10
| |
| * Fix BaseWindowsInstallerBackendBinderExtension to only act on its tuples.Sean Hall2020-06-191-1/+1
| |
| * Add IBurnBackendHelper and TryAddTupleToDataManifest.Sean Hall2020-06-193-1/+85
| |
| * Introduce simplified command creation methods plus xmldocRob Mensching2020-06-132-5/+38
| |
| * Support cancelling internal processesRob Mensching2020-06-087-7/+21
| |
| * Execute command-line commands asyncRob Mensching2020-06-081-1/+4
| |
| * Add the argument to command command-line processing and add xmldocRob Mensching2020-06-083-4/+44
| |
| * Add xmldocRob Mensching2020-06-083-9/+55
| |
| * Remove BurnStubPathSean Hall2020-05-102-3/+1
| |
| * Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson2020-05-081-0/+2
| |
| * Add BundleFinalize to IBurnBackendExtension.Sean Hall2020-04-232-0/+10
| |
| * Add section and TableDefinitionCollection to TryAddTupleToOutput methods.Sean Hall2020-04-123-5/+5
| |
| * Update BaseBurnBackendExtension to provide Context and Messaging.Sean Hall2020-04-061-0/+13
| |
| * Fix IParseHelper docs when tableName was supposed to be tupleNameSean Hall2020-04-051-24/+43
| | | | | | | | and provide overloads for table/tuple definitions.
| * Remove TryAddTupleToOutputMatchingTableDefinitions overload for ↵Sean Hall2020-04-031-2/+0
| | | | | | | | columnZeroIsId since that is now in the table definition.
| * Add IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-0217-34/+62
| | | | | | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
| * Add helper methods in IParseHelper for creating WixSearches.Sean Hall2020-03-302-0/+53
| | | | | | | | Create BaseBurnBackendExtension.
| * Allow unresolved variables during resolution.Bob Arnson2020-03-182-1/+11
| |
| * Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-1/+3
| |
| * Clean up unused IVariableResolver functionality.Bob Arnson2020-03-131-2/+1
| |
| * Add CreateCustomActionReference methodBob Arnson2020-03-032-0/+42
| | | | | | | | ...to simplify creating custom action references following naming conventions.
| * Clean up BindResult redundancy in IWindowsInstallerBackendBinderExtension.Bob Arnson2020-02-132-2/+2
| |
| * Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-131-2/+3
| |
| * Add the bound package's WixOutput to IBindResult.Bob Arnson2020-02-061-0/+3
| |
| * Improve doc commentsRob Mensching2020-02-052-1/+4
| |
| * Sort IMessageListener methodsRob Mensching2020-02-051-2/+2
| |