| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support implicit standard directory reference and "3264" platform folders | Rob Mensching | 2020-07-21 | 1 | -1/+8 |
| | | | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835 | ||||
| * | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 1 | -13/+13 |
| | | |||||
| * | Move CustomAction script inner text to ScriptFile attribute | Rob Mensching | 2020-06-23 | 1 | -2/+2 |
| | | |||||
| * | Reorganize media assignment to correctly place facade order optimization | Rob Mensching | 2020-06-16 | 1 | -16/+16 |
| | | |||||
| * | Remove use of remaining WixXxxRows | Rob Mensching | 2020-06-13 | 1 | -2/+4 |
| | | |||||
| * | Normalize commands to use constructors | Rob Mensching | 2020-06-13 | 1 | -44/+38 |
| | | |||||
| * | Move validate guids to a command and execute it earlier | Rob Mensching | 2020-06-13 | 1 | -44/+5 |
| | | |||||
| * | Implement update control text | Rob Mensching | 2020-06-13 | 1 | -15/+6 |
| | | |||||
| * | Integrate change to TryParseCommand and other code cleanup | Rob Mensching | 2020-06-08 | 1 | -14/+13 |
| | | |||||
| * | Fix typo in class name | Rob Mensching | 2020-06-08 | 1 | -1/+1 |
| | | |||||
| * | Minor code cleanup | Rob Mensching | 2020-06-04 | 1 | -18/+16 |
| | | |||||
| * | Drive merge process from tuples not rows and fix merge table suppression | Rob Mensching | 2020-06-04 | 1 | -12/+12 |
| | | |||||
| * | Basic patching support | Rob Mensching | 2020-05-30 | 1 | -104/+26 |
| | | |||||
| * | Support instance transforms | Rob Mensching | 2020-05-23 | 1 | -241/+2 |
| | | |||||
| * | Minor code cleanup | Rob Mensching | 2020-05-23 | 1 | -2/+1 |
| | | |||||
| * | Support merging merge modules | Rob Mensching | 2020-05-22 | 1 | -2/+3 |
| | | |||||
| * | Minor code cleanup | Rob Mensching | 2020-05-22 | 1 | -3/+2 |
| | | |||||
| * | Fix naming of file in a merge module's cabinet | Rob Mensching | 2020-05-22 | 1 | -3/+4 |
| | | | | | | | 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. | ||||
| * | 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. | ||||
| * | Merge and move default tuple logic from CreateOutputFromIRCommand to ↵ | Sean Hall | 2020-04-12 | 1 | -1/+4 |
| | | | | | WindowsInstallerBackendHelper. | ||||
| * | 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. | ||||
| * | Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵ | Sean Hall | 2020-04-02 | 1 | -1/+1 |
| | | | | | 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 |
| | | |||||
| * | Integrate latest change to WixToolset.Data API | Rob Mensching | 2020-02-26 | 1 | -1/+1 |
| | | |||||
| * | Early detection of duplicate table definitions from extensions. | Bob Arnson | 2020-02-21 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -40/+15 |
| | | |||||
| * | Add CreateFolder tuples for null-keypath components in the backend instead ↵ | Bob Arnson | 2020-02-07 | 1 | -0/+6 |
| | | | | | of the compiler. | ||||
| * | Start on new patch infrastructure | Rob Mensching | 2020-02-05 | 1 | -233/+257 |
| | | |||||
| * | Load custom table definitions from extensions during binding. | Bob Arnson | 2020-01-23 | 1 | -0/+9 |
| | | |||||
| * | Update to WindowsInstallerData rename from Data | Rob Mensching | 2019-10-26 | 1 | -5/+5 |
| | | |||||
| * | Remove explicit intermediate file provided for testing | Rob Mensching | 2019-10-25 | 1 | -6/+0 |
| | | | | | | We have a real WixOutput now that officially provides all the necessary information, so use that instead. | ||||
| * | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 1 | -15/+51 |
| | | |||||
| * | Fix custom tables, small fixes in linker and update latest Data | Rob Mensching | 2019-10-23 | 1 | -14/+20 |
| | | |||||
| * | Implement Bundle build | Rob Mensching | 2019-10-07 | 1 | -2/+6 |
| | | |||||
| * | Integrate latest Data changes for FileTuple and AssemblyTuple | Rob Mensching | 2019-05-23 | 1 | -1/+1 |
| | | |||||
| * | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 1 | -4/+3 |
| | | |||||
| * | Integrate interface-only WixToolset.Extensibility change | Rob Mensching | 2019-03-01 | 1 | -1/+5 |
| | | |||||
| * | Update to fixed "binder" names in interfaces | Rob Mensching | 2018-10-24 | 1 | -2/+2 |
| | | |||||
| * | Track files to enable clean builds in MSBuild | Rob Mensching | 2018-08-11 | 1 | -13/+39 |
| | | |||||
| * | Add CreateGuid() to IBackendHelper to make Uuid helper internal | Rob Mensching | 2018-08-01 | 1 | -1/+1 |
| | | |||||
| * | Support change of FileTransfer to interface | Rob Mensching | 2018-07-27 | 1 | -11/+12 |
| | | |||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 1 | -3/+3 |
| | | |||||
| * | Update Extensiblity for update to ↵ | Rob Mensching | 2018-01-03 | 1 | -11/+3 |
| | | | | | IWindowsInstallerBackendExtension.PostBackendBind() | ||||
| * | Correctly join command line arguments and other small clean up and optimizations | Rob Mensching | 2017-12-27 | 1 | -45/+38 |
| | | |||||
| * | Reintroduce binder extensions and light.exe for binding .wixouts | Rob Mensching | 2017-12-22 | 1 | -2/+2 |
| | | |||||
| * | Support wixout and extract Resolve and Layout from Binder | Rob Mensching | 2017-12-21 | 1 | -92/+6 |
| | | |||||
| * | Integrate simplified message handling | Rob Mensching | 2017-12-19 | 1 | -22/+27 |
| | | |||||
