Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for wrong column index values in ↵ | Narcis Dumitrescu | 2023-03-26 | 1 | -5/+5 |
| | | | | WixToolset.Dtf.WindowsInstaller.Linq.Entities.RemoveFile_ | ||||
* | Fix key table names in colum definitions. | Bob Arnson | 2022-12-21 | 1 | -1/+1 |
| | | | | | - Also fix typo. - Make WiX source file parseable. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Pack CA assembly only after it exists | Rob Mensching | 2022-10-31 | 1 | -2/+6 |
| | | | | | | | Trying to pack the CA assembly before it is built reports erroneous or redundant error messages so don't do that. Fixes 6968 | ||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 1 | -2/+2 |
| | | | | Fixes 6944 | ||||
* | Support using response file for long command-lines in MakeSfxCA | Rob Mensching | 2022-03-31 | 2 | -21/+81 |
| | | | | Fixes wixtoolset/issues#4688 | ||||
* | Provide managed CA and Embedded UI DTF libraries via NuGet | Rob Mensching | 2022-03-31 | 48 | -148/+4343 |
| | | | | | | | | | | 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 | ||||
* | Fix resource enumeration of 64-bit images | Rob Mensching | 2022-03-31 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 14 | -71/+13 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 13 | -22/+74 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | More VS2022 fixes. | Sean Hall | 2021-12-06 | 6 | -6/+12 |
| | | | | | | | Update v4.0 projects to target v4.7.2. Skip all Bal managed host tests for now. Remove ToolsVersion from DTF test projects. Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props. | ||||
* | Minor build improvements to reduce output | Rob Mensching | 2021-10-19 | 1 | -8/+8 |
| | |||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 24 | -433/+104 |
| | |||||
* | Merge Dtf | Rob Mensching | 2021-05-11 | 147 | -0/+40034 |