aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Support reopening WixOutputs, to be able to read after creation.Bob Arnson2020-02-131-0/+2
|
* One shiny NuGet package, please and thank you.Bob Arnson2020-02-131-0/+1
|
* 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
|
* Ensure upgrade action properties are secure.Bob Arnson2019-11-084-8/+21
|
* Add failing test for getting Shortcut/@Name from wixlib.Sean Hall2019-11-083-2/+33
|
* Add failing test for decompiling a non-advertised shortcut with complex Target.Sean Hall2019-11-084-0/+54
|
* Add test for RemoveRegistryKey.Sean Hall2019-11-073-0/+44
|
* Update PopulatesCustomActionTable to verify scheduling of a custom action.Sean Hall2019-11-072-5/+80
|
* Add failing test for TrueType Font.Sean Hall2019-11-073-1/+45
|
* Add preprocessor variables with WiX version info.Bob Arnson2019-11-063-2/+41
| | | | | $(sys.WIXMAJORVERSION) $(sys.WIXVERSION)
* Fix resolution of !(bind.ProductVersion.MsiId) bind variablesRob Mensching2019-11-054-5/+15
| | | | Fixes wixtoolset/issues#4830
* Move creation of hidden properties...Bob Arnson2019-11-054-13/+20
| | | | ...for deferred CAs with HideTarget="yes" to the MSI backend where it belongs.
* Tolerate missing RegistryValue/@Value when @Type="binary".Bob Arnson2019-11-043-2/+4
|
* Fix error checking on CustomAction/@Error.Bob Arnson2019-11-013-2/+4
|
* Fix AppId tupleRob Mensching2019-10-282-4/+3
|
* Fix off by two error. Or was it off by one?Bob Arnson2019-10-282-2/+2
|
* Add failing test for AppId.Sean Hall2019-10-273-0/+45
|
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-2620-91/+91
|
* Fix MsiAssembly table processingRob Mensching2019-10-264-4/+21
|
* Remove explicit intermediate file provided for testingRob Mensching2019-10-256-24/+18
| | | | | We have a real WixOutput now that officially provides all the necessary information, so use that instead.