Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "samples" segment to "tools" | Rob Mensching | 2022-07-14 | 103 | -9940/+0 |
| | | | | | | | | | | This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section. | ||||
* | Provide managed CA and Embedded UI DTF libraries via NuGet | Rob Mensching | 2022-03-31 | 30 | -4866/+0 |
| | | | | | | | | | | Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080 | ||||
* | Infrastructure and some starter "dotnet new" templates | Rob Mensching | 2022-03-20 | 13 | -0/+162 |
| | | | | | | | Introduces some basic WixToolset templates for "dotnet new" with the infrastructure for more to be added in the future. Closes 6207 | ||||
* | Properly place samples in segment and modernize ThmViewerPackage | Rob Mensching | 2022-01-03 | 6 | -42/+15 |
| | |||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -1/+1 |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | ||||
* | Put samples build log in correct folder | Rob Mensching | 2021-12-30 | 1 | -1/+1 |
| | |||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 1 | -1/+1 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 2 | -2/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Switch to `net472` as Framework baseline. | Bob Arnson | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 1 | -3/+4 |
| | |||||
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 3 | -16/+30 |
| | |||||
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 2 | -18/+5 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 2 | -47/+26 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 1 | -24/+33 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 2 | -6/+23 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Build thmviewer. | Sean Hall | 2021-11-01 | 4 | -25/+56 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 3 | -14/+8 |
| | |||||
* | Merge Tools | Rob Mensching | 2021-05-11 | 17 | -0/+1477 |
|\ | |||||
| * | Move Tools into wix | Rob Mensching | 2021-04-29 | 17 | -0/+1477 |
| | |||||
* | Merge burn | Rob Mensching | 2021-05-11 | 6 | -0/+351 |
|\ | |||||
| * | Move burn into burn | Rob Mensching | 2021-04-29 | 6 | -0/+351 |
| | |||||
* | Merge Dtf | Rob Mensching | 2021-05-11 | 97 | -0/+12813 |