| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Redesign CustomTable tuples to support resolving binary columns | Rob Mensching | 2020-06-03 | 3 | -362/+349 |
| | | |||||
| * | Basic patching support | Rob Mensching | 2020-05-30 | 16 | -979/+757 |
| | | |||||
| * | Support instance transforms | Rob Mensching | 2020-05-23 | 2 | -241/+262 |
| | | |||||
| * | Minor code cleanup | Rob Mensching | 2020-05-23 | 2 | -5/+1 |
| | | |||||
| * | Support merging merge modules | Rob Mensching | 2020-05-22 | 6 | -511/+15 |
| | | |||||
| * | Minor code cleanup | Rob Mensching | 2020-05-22 | 4 | -79/+50 |
| | | |||||
| * | Fix naming of file in a merge module's cabinet | Rob Mensching | 2020-05-22 | 6 | -21/+29 |
| | | | | | | | The file was stored in the merge module's cabinet with plain FileId, without the modularization GUID. This change fixes the cabinet builder so that it adds the modularization GUID when creating the cabinet. | ||||
| * | Add missing ARM64 cases & random fixes. | Bob Arnson | 2020-05-17 | 1 | -1/+1 |
| | | |||||
| * | Update CabinetBuilder to send exception to UnexpectedException. | Sean Hall | 2020-05-13 | 1 | -1/+1 |
| | | |||||
| * | Track files in BindBundleCommand. | Sean Hall | 2020-05-10 | 1 | -1/+3 |
| | | |||||
| * | Add `IBindContext.SuppressLayout` to suppress cab generation. | Bob Arnson | 2020-05-08 | 1 | -11/+10 |
| | | | | | And some cleanup. | ||||
| * | Remove Heat files from Core. | Sean Hall | 2020-05-08 | 1 | -1/+1 |
| | | |||||
| * | Test ability for an extension to have a custom strongly typed row during ↵ | Sean Hall | 2020-04-18 | 2 | -2/+2 |
| | | | | | binding. | ||||
| * | Fix changes to TableDefinition. | Sean Hall | 2020-04-13 | 2 | -2/+2 |
| | | |||||
| * | Fix typo in SummaryInformationType. | Sean Hall | 2020-04-13 | 2 | -48/+48 |
| | | |||||
| * | Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple. | Sean Hall | 2020-04-12 | 1 | -8/+16 |
| | | |||||
| * | Merge and move default tuple logic from CreateOutputFromIRCommand to ↵ | Sean Hall | 2020-04-12 | 2 | -52/+15 |
| | | | | | WindowsInstallerBackendHelper. | ||||
| * | General cleanup. | Sean Hall | 2020-04-12 | 7 | -64/+59 |
| | | | | | | | Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line. | ||||
| * | Move table definitions from Core to Data. | Sean Hall | 2020-04-12 | 11 | -2019/+6 |
| | | |||||
| * | Sync tables.xml with tuple definitions. | Sean Hall | 2020-04-12 | 2 | -70/+62 |
| | | |||||
| * | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 1 | -232/+219 |
| | | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | ||||
| * | Fix bugs when compiling UI.wixext | Sean Hall | 2020-04-07 | 1 | -1/+1 |
| | | |||||
| * | Add test around ActionText and fix the table definition to get it passing. | Sean Hall | 2020-04-05 | 1 | -1/+1 |
| | | |||||
| * | Use TupleIdIsPrimaryKey. | Sean Hall | 2020-04-03 | 1 | -22/+2 |
| | | |||||
| * | Refactor dispose into finally to make debugging easier. | Sean Hall | 2020-04-03 | 1 | -3/+7 |
| | | |||||
| * | Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵ | Sean Hall | 2020-04-02 | 5 | -10/+18 |
| | | | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods. | ||||
| * | Add intermediate levels to track how IR has been lowered. | Bob Arnson | 2020-03-26 | 1 | -7/+18 |
| | | |||||
| * | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 1 | -5/+5 |
| | | |||||
| * | Fix AMD64 assembly processorArchitecture. | Bob Arnson | 2020-02-27 | 1 | -1/+1 |
| | | |||||
| * | Detect MSIL for assembly name harvesting. | Bob Arnson | 2020-02-27 | 1 | -1/+1 |
| | | |||||
| * | Integrate latest change to WixToolset.Data API | Rob Mensching | 2020-02-26 | 1 | -1/+1 |
| | | |||||
| * | Fix File/@TrueType. | Bob Arnson | 2020-02-24 | 1 | -1/+1 |
| | | |||||
| * | Early detection of duplicate table definitions from extensions. | Bob Arnson | 2020-02-21 | 2 | -2/+11 |
| | | |||||
| * | Support reopening WixOutputs, to be able to read after creation. | Bob Arnson | 2020-02-13 | 1 | -0/+2 |
| | | |||||
| * | Make BindResult disposable to manage WixOutput disposability. | Bob Arnson | 2020-02-13 | 4 | -62/+45 |
| | | |||||
| * | Add CreateFolder tuples for null-keypath components in the backend instead ↵ | Bob Arnson | 2020-02-07 | 2 | -0/+46 |
| | | | | | of the compiler. | ||||
| * | Add the bound package's WixOutput to BindResult. | Bob Arnson | 2020-02-06 | 1 | -0/+1 |
| | | |||||
| * | Start on new patch infrastructure | Rob Mensching | 2020-02-05 | 34 | -1133/+4071 |
| | | |||||
| * | Remove WixActionRowCollection and duplicate actions.xml | Rob Mensching | 2020-02-05 | 7 | -496/+63 |
| | | |||||
| * | Load custom table definitions from extensions during binding. | Bob Arnson | 2020-01-23 | 1 | -0/+9 |
| | | |||||
| * | Fix CustomTable/@Unreal="yes" binding. | Bob Arnson | 2020-01-23 | 1 | -13/+13 |
| | | |||||
| * | Fix ServiceControl/@Wait translation. | Bob Arnson | 2020-01-21 | 1 | -1/+4 |
| | | |||||
| * | Provide Record enumerator on View that disposes fetched Records | Rob Mensching | 2020-01-13 | 7 | -388/+388 |
| | | |||||
| * | Add special handling for numeric Error ids. | Bob Arnson | 2020-01-06 | 1 | -0/+12 |
| | | |||||
| * | Correctly report files unbound from cabinets. | Bob Arnson | 2019-12-11 | 1 | -3/+2 |
| | | |||||
| * | Fix decompiling multiple AppSearches with nested searches. | Sean Hall | 2019-11-26 | 1 | -9/+15 |
| | | |||||
| * | Fix test CanDecompileNestedDirSearchUnderRegSearch. | Sean Hall | 2019-11-25 | 1 | -22/+44 |
| | | |||||
| * | Finish renaming SequenceTable.AdvertiseExecuteSequence. | Sean Hall | 2019-11-25 | 2 | -18/+33 |
| | | |||||
| * | Fix decompiling non-advertised shortcuts. | Sean Hall | 2019-11-25 | 1 | -27/+35 |
| | | |||||
| * | Always use WiX table definitions when decompiling standard tables. | Sean Hall | 2019-11-25 | 1 | -9/+8 |
| | | |||||
