aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-10-25Update to WixOutput file structure to fix embedded file handlingRob Mensching21-140/+243
2019-10-24Don't crash on empty (but valid) source paths.Bob Arnson1-1/+1
2019-10-23Undo CreateTuple change and add ErrorTuple test.Bob Arnson7-0/+98
2019-10-23Fix custom tables, small fixes in linker and update latest DataRob Mensching13-476/+427
2019-10-22Remove old field zero primary key bad magic code.Bob Arnson1-12/+0
2019-10-20Better support all .NETs and remove unnecessary NuGet workaroundsRob Mensching4-23/+6
2019-10-18Small tuple based fixesRob Mensching5-39/+58
2019-10-18Several fixesRob Mensching6-15/+26
2019-10-18Add failing test for decompiler with database that has old schemas and missin...Sean Hall4-0/+60
2019-10-15Add failing test for AsString on a number field with 0.Sean Hall4-2/+82
2019-10-15Add failing test for TextStyle when Color is null.Sean Hall3-0/+46