| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve implicit Component/@Id generation and duplicate GUID errors | Rob Mensching | 2021-04-12 | 1 | -7/+2 |
| | | |||||
| * | Enable codepages and languages to be set via .wxl files | Rob Mensching | 2021-04-02 | 1 | -56/+71 |
| | | | | | Fixes wixtoolset/issues#5801 | ||||
| * | Minor code cleanup | Rob Mensching | 2021-03-19 | 1 | -2/+2 |
| | | |||||
| * | Track database copy for validation as temporary | Rob Mensching | 2021-03-18 | 1 | -1/+3 |
| | | |||||
| * | Use validation now implemented in Core.Native | Rob Mensching | 2021-03-16 | 1 | -26/+24 |
| | | | | | Fixes wixtoolset/issues#5946 | ||||
| * | Remove use of removed IWixToolsetServiceProvider | Rob Mensching | 2021-03-14 | 1 | -1/+1 |
| | | |||||
| * | Minimize public surface area of Core | Rob Mensching | 2021-03-14 | 1 | -16/+15 |
| | | | | | Fixes wixtoolset/issues#6374 | ||||
| * | Complete MOVE_TO_BACKEND code migration | Rob Mensching | 2021-03-03 | 1 | -1/+2 |
| | | | | | Fixes wixtoolset/issues#6212 | ||||
| * | Remove references to "Output" and use "Data" instead | Rob Mensching | 2021-03-02 | 1 | -21/+19 |
| | | |||||
| * | Simplify BindDatabaseCommand by using WindowsInstallerBackendHelper | Rob Mensching | 2021-03-02 | 1 | -13/+10 |
| | | |||||
| * | Absorb Dependency.wixext into Core | Rob Mensching | 2021-02-27 | 1 | -0/+12 |
| | | | | | Partly resolves wixtoolset/issues#5949 | ||||
| * | Absorb Tag.wixext into Core as SoftwareTag element | Rob Mensching | 2021-02-27 | 1 | -0/+12 |
| | | | | | Resolves wixtoolset/issues#5949 | ||||
| * | Complete implementation of extension handling for finalized symbols | Rob Mensching | 2021-02-27 | 1 | -36/+32 |
| | | |||||
| * | Implement improved file sequence optimization | Rob Mensching | 2021-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | First ensures files are grouped by DiskId. Then files are sequenced by target directory order to optimize MSI installation behavior. Finally, files are alphabetized in the directory. Additional optimizations could be considered in the future from here. Fixes wixtoolset/issues#4409 Fixes wixtoolset/issues#4708 | ||||
| * | 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 |
| | | |||||
