aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-269-12/+140
| |
| * Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-2011-5/+246
| | | | | | | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests.
| * Allow unresolved variables during resolution.Bob Arnson2020-03-185-10/+13
| |
| * Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-175-9/+41
| |
| * Clean up unused IVariableResolver functionality.Bob Arnson2020-03-135-18/+72
| | | | | | | | Handle escaped bind-time variable references.
| * Avoid infinite loops when resolving variables.Bob Arnson2020-03-122-1/+2
| |
| * Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.Bob Arnson2020-03-112-2/+41
| |
| * Correctly handle custom action default suffix.Bob Arnson2020-03-052-9/+41
| |
| * Default custom action platform to x86.Bob Arnson2020-03-051-8/+4
| |
| * Use TableDefinition.TupleDefinitionName find matching tuple.Bob Arnson2020-03-041-1/+1
| |
| * Fix custom action prefix.Bob Arnson2020-03-031-4/+4
| |
| * Add CreateCustomActionReference method from IParseHelperBob Arnson2020-03-032-40/+2
| | | | | | | | ...to simplify creating custom action references following naming conventions.
| * Add CreateCustomActionReference methodBob Arnson2020-03-032-0/+79
| | | | | | | | ...to simplify creating custom action references following naming conventions.
| * Fix AMD64 assembly processorArchitecture.Bob Arnson2020-02-271-1/+1
| |
| * Detect MSIL for assembly name harvesting.Bob Arnson2020-02-272-2/+2
| |
| * Integrate latest change to WixToolset.Data APIRob Mensching2020-02-261-1/+1
| |
| * Fix File/@TrueType.Bob Arnson2020-02-243-4/+4
| |
| * Early detection of duplicate table definitions from extensions.Bob Arnson2020-02-212-2/+11
| |
| * Support reopening WixOutputs, to be able to read after creation.Bob Arnson2020-02-131-0/+2
| |
| * Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-136-99/+120
| |
| * Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson2020-02-101-0/+35
| |
| * Add CreateFolder tuples for null-keypath components in the backend instead ↵Bob Arnson2020-02-079-17/+126
| | | | | | | | of the compiler.
| * Add the bound package's WixOutput to BindResult.Bob Arnson2020-02-062-0/+4
| |
| * Start on new patch infrastructureRob Mensching2020-02-0558-1192/+4481
| |
| * Remove WixActionRowCollection and duplicate actions.xmlRob Mensching2020-02-057-496/+63
| |
| * Clean up variable resolution during Resolve.Bob Arnson2020-01-293-22/+17
| |
| * Load custom table definitions from extensions during binding.Bob Arnson2020-01-232-2/+12
| |
| * Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-233-13/+56
| |
| * Fix ServiceControl/@Wait translation.Bob Arnson2020-01-213-4/+9
| |
| * Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-172-87/+7
| |
| * Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-139-390/+389
| |
| * Binary Data is now a path valueRob Mensching2020-01-121-1/+1
| |
| * Add special handling for numeric Error ids.Bob Arnson2020-01-063-4/+15
| |
| * Ensure Errors have ids so they can be referenced.Bob Arnson2020-01-063-1/+10
| |
| * Correctly report files unbound from cabinets.Bob Arnson2019-12-111-3/+2
| |
| * Add unit tests written during discovery of errors elsewhere because why not ↵Bob Arnson2019-12-114-3/+6
| | | | | | | | keep 'em?
| * Handle cab-free Media element.Bob Arnson2019-12-111-1/+1
| |
| * Fix decompiling multiple AppSearches with nested searches.Sean Hall2019-11-263-10/+35
| |
| * Fix test CanDecompileNestedDirSearchUnderRegSearch.Sean Hall2019-11-253-24/+46
| |
| * Finish renaming SequenceTable.AdvertiseExecuteSequence.Sean Hall2019-11-254-20/+35
| |
| * Fix decompiling non-advertised shortcuts.Sean Hall2019-11-252-28/+36
| |
| * Always use WiX table definitions when decompiling standard tables.Sean Hall2019-11-252-10/+9
| |
| * Refactor creating the TableDefinition into a method before changing the logicSean Hall2019-11-251-146/+151
| |
| * Fix EnvironmentTuple nullable fields. Add test.Bob Arnson2019-11-144-1/+59
| |
| * Add failing test for decompiling a directory search under a registry search.Sean Hall2019-11-144-0/+58
| |
| * Add failing test for decompiling the AdvtExecuteSequence table.Sean Hall2019-11-144-0/+67
| |
| * Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall2019-11-134-34/+3
| |
| * Update DefaultDir test for duplicate ShortName and Name.Sean Hall2019-11-122-1/+3
| |
| * Fix expected value in PopulatesMsiShortcutPropertyTable.Sean Hall2019-11-121-2/+2
| |
| * Clean up upgrade properties; support <?ifdef $()?>Bob Arnson2019-11-103-8/+4
| |