aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-13Support reopening WixOutputs, to be able to read after creation.Bob Arnson1-0/+2
2020-02-13 One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-02-13Make BindResult disposable to manage WixOutput disposability.Bob Arnson6-99/+120
2020-02-10Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson1-0/+35
2020-02-07Add CreateFolder tuples for null-keypath components in the backend instead of...Bob Arnson9-17/+126
2020-02-06Add the bound package's WixOutput to BindResult.Bob Arnson2-0/+4
2020-02-05Start on new patch infrastructureRob Mensching58-1192/+4481
2020-02-05Remove WixActionRowCollection and duplicate actions.xmlRob Mensching7-496/+63
2020-01-29Clean up variable resolution during Resolve.Bob Arnson3-22/+17
2020-01-23Load custom table definitions from extensions during binding.Bob Arnson2-2/+12
2020-01-23Fix CustomTable/@Unreal="yes" binding.Bob Arnson3-13/+56
2020-01-21Fix ServiceControl/@Wait translation.Bob Arnson3-4/+9
2020-01-17Let listeners adjust message levels; general messaging cleanup.Bob Arnson2-87/+7
2020-01-13Provide Record enumerator on View that disposes fetched RecordsRob Mensching9-390/+389
2020-01-12Binary Data is now a path valueRob Mensching1-1/+1
2020-01-06Add special handling for numeric Error ids.Bob Arnson3-4/+15
2020-01-06Ensure Errors have ids so they can be referenced.Bob Arnson3-1/+10
2019-12-11Correctly report files unbound from cabinets.Bob Arnson1-3/+2
2019-12-11Add unit tests written during discovery of errors elsewhere because why not k...Bob Arnson4-3/+6
2019-12-11Handle cab-free Media element.Bob Arnson1-1/+1
2019-11-26Fix decompiling multiple AppSearches with nested searches.Sean Hall3-10/+35
2019-11-25Fix test CanDecompileNestedDirSearchUnderRegSearch.Sean Hall3-24/+46
2019-11-25Finish renaming SequenceTable.AdvertiseExecuteSequence.Sean Hall4-20/+35
2019-11-25Fix decompiling non-advertised shortcuts.Sean Hall2-28/+36
2019-11-25Always use WiX table definitions when decompiling standard tables.Sean Hall2-10/+9
2019-11-25Refactor creating the TableDefinition into a method before changing the logicSean Hall1-146/+151
2019-11-14Fix EnvironmentTuple nullable fields. Add test.Bob Arnson4-1/+59
2019-11-14Add failing test for decompiling a directory search under a registry search.Sean Hall4-0/+58
2019-11-14Add failing test for decompiling the AdvtExecuteSequence table.Sean Hall4-0/+67
2019-11-13Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall4-34/+3
2019-11-12Update DefaultDir test for duplicate ShortName and Name.Sean Hall2-1/+3
2019-11-12Fix expected value in PopulatesMsiShortcutPropertyTable.Sean Hall1-2/+2
2019-11-10Clean up upgrade properties; support <?ifdef $()?>Bob Arnson3-8/+4
2019-11-08Ensure upgrade action properties are secure.Bob Arnson4-8/+21
2019-11-08Add failing test for getting Shortcut/@Name from wixlib.Sean Hall3-2/+33
2019-11-08Add failing test for decompiling a non-advertised shortcut with complex Target.Sean Hall4-0/+54
2019-11-07Add test for RemoveRegistryKey.Sean Hall3-0/+44
2019-11-07Update PopulatesCustomActionTable to verify scheduling of a custom action.Sean Hall2-5/+80
2019-11-07Add failing test for TrueType Font.Sean Hall3-1/+45
2019-11-06Add preprocessor variables with WiX version info.Bob Arnson3-2/+41
2019-11-05Fix resolution of !(bind.ProductVersion.MsiId) bind variablesRob Mensching4-5/+15
2019-11-05Move creation of hidden properties...Bob Arnson4-13/+20
2019-11-04Tolerate missing RegistryValue/@Value when @Type="binary".Bob Arnson3-2/+4
2019-11-01Fix error checking on CustomAction/@Error.Bob Arnson3-2/+4
2019-10-28Fix AppId tupleRob Mensching2-4/+3
2019-10-28Fix off by two error. Or was it off by one?Bob Arnson2-2/+2
2019-10-27Add failing test for AppId.Sean Hall3-0/+45
2019-10-26Update to WindowsInstallerData rename from DataRob Mensching20-91/+91
2019-10-26Fix MsiAssembly table processingRob Mensching4-4/+21
2019-10-25Remove explicit intermediate file provided for testingRob Mensching6-24/+18