| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support loading WindowsInstallerData and Intermediate from WixOutput. | Bob Arnson | 2020-02-10 | 1 | -0/+35 |
* | Add CreateFolder tuples for null-keypath components in the backend instead of... | Bob Arnson | 2020-02-07 | 9 | -17/+126 |
* | Add the bound package's WixOutput to BindResult. | Bob Arnson | 2020-02-06 | 2 | -0/+4 |
* | Start on new patch infrastructure | Rob Mensching | 2020-02-05 | 58 | -1192/+4481 |
* | Remove WixActionRowCollection and duplicate actions.xml | Rob Mensching | 2020-02-05 | 7 | -496/+63 |
* | Clean up variable resolution during Resolve. | Bob Arnson | 2020-01-29 | 3 | -22/+17 |
* | Load custom table definitions from extensions during binding. | Bob Arnson | 2020-01-23 | 2 | -2/+12 |
* | Fix CustomTable/@Unreal="yes" binding. | Bob Arnson | 2020-01-23 | 3 | -13/+56 |
* | Fix ServiceControl/@Wait translation. | Bob Arnson | 2020-01-21 | 3 | -4/+9 |
* | Let listeners adjust message levels; general messaging cleanup. | Bob Arnson | 2020-01-17 | 2 | -87/+7 |
* | Provide Record enumerator on View that disposes fetched Records | Rob Mensching | 2020-01-13 | 9 | -390/+389 |
* | Binary Data is now a path value | Rob Mensching | 2020-01-12 | 1 | -1/+1 |
* | Add special handling for numeric Error ids. | Bob Arnson | 2020-01-06 | 3 | -4/+15 |
* | Ensure Errors have ids so they can be referenced. | Bob Arnson | 2020-01-06 | 3 | -1/+10 |
* | Correctly report files unbound from cabinets. | Bob Arnson | 2019-12-11 | 1 | -3/+2 |
* | Add unit tests written during discovery of errors elsewhere because why not k... | Bob Arnson | 2019-12-11 | 4 | -3/+6 |
* | Handle cab-free Media element. | Bob Arnson | 2019-12-11 | 1 | -1/+1 |
* | Fix decompiling multiple AppSearches with nested searches. | Sean Hall | 2019-11-26 | 3 | -10/+35 |
* | Fix test CanDecompileNestedDirSearchUnderRegSearch. | Sean Hall | 2019-11-25 | 3 | -24/+46 |
* | Finish renaming SequenceTable.AdvertiseExecuteSequence. | Sean Hall | 2019-11-25 | 4 | -20/+35 |
* | Fix decompiling non-advertised shortcuts. | Sean Hall | 2019-11-25 | 2 | -28/+36 |
* | Always use WiX table definitions when decompiling standard tables. | Sean Hall | 2019-11-25 | 2 | -10/+9 |
* | Refactor creating the TableDefinition into a method before changing the logic | Sean Hall | 2019-11-25 | 1 | -146/+151 |
* | Fix EnvironmentTuple nullable fields. Add test. | Bob Arnson | 2019-11-14 | 4 | -1/+59 |
* | Add failing test for decompiling a directory search under a registry search. | Sean Hall | 2019-11-14 | 4 | -0/+58 |
* | Add failing test for decompiling the AdvtExecuteSequence table. | Sean Hall | 2019-11-14 | 4 | -0/+67 |
* | Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue. | Sean Hall | 2019-11-13 | 4 | -34/+3 |
* | Update DefaultDir test for duplicate ShortName and Name. | Sean Hall | 2019-11-12 | 2 | -1/+3 |
* | Fix expected value in PopulatesMsiShortcutPropertyTable. | Sean Hall | 2019-11-12 | 1 | -2/+2 |
* | Clean up upgrade properties; support <?ifdef $()?> | Bob Arnson | 2019-11-10 | 3 | -8/+4 |
* | Ensure upgrade action properties are secure. | Bob Arnson | 2019-11-08 | 4 | -8/+21 |
* | Add failing test for getting Shortcut/@Name from wixlib. | Sean Hall | 2019-11-08 | 3 | -2/+33 |
* | Add failing test for decompiling a non-advertised shortcut with complex Target. | Sean Hall | 2019-11-08 | 4 | -0/+54 |
* | Add test for RemoveRegistryKey. | Sean Hall | 2019-11-07 | 3 | -0/+44 |
* | Update PopulatesCustomActionTable to verify scheduling of a custom action. | Sean Hall | 2019-11-07 | 2 | -5/+80 |
* | Add failing test for TrueType Font. | Sean Hall | 2019-11-07 | 3 | -1/+45 |
* | Add preprocessor variables with WiX version info. | Bob Arnson | 2019-11-06 | 3 | -2/+41 |
* | Fix resolution of !(bind.ProductVersion.MsiId) bind variables | Rob Mensching | 2019-11-05 | 4 | -5/+15 |
* | Move creation of hidden properties... | Bob Arnson | 2019-11-05 | 4 | -13/+20 |
* | Tolerate missing RegistryValue/@Value when @Type="binary". | Bob Arnson | 2019-11-04 | 3 | -2/+4 |
* | Fix error checking on CustomAction/@Error. | Bob Arnson | 2019-11-01 | 3 | -2/+4 |
* | Fix AppId tuple | Rob Mensching | 2019-10-28 | 2 | -4/+3 |
* | Fix off by two error. Or was it off by one? | Bob Arnson | 2019-10-28 | 2 | -2/+2 |
* | Add failing test for AppId. | Sean Hall | 2019-10-27 | 3 | -0/+45 |
* | Update to WindowsInstallerData rename from Data | Rob Mensching | 2019-10-26 | 20 | -91/+91 |
* | Fix MsiAssembly table processing | Rob Mensching | 2019-10-26 | 4 | -4/+21 |
* | Remove explicit intermediate file provided for testing | Rob Mensching | 2019-10-25 | 6 | -24/+18 |
* | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 21 | -140/+243 |
* | Don't crash on empty (but valid) source paths. | Bob Arnson | 2019-10-24 | 1 | -1/+1 |
* | Undo CreateTuple change and add ErrorTuple test. | Bob Arnson | 2019-10-23 | 7 | -0/+98 |