Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for UTF-8 console and use it for passing smartcab paths | Rob Mensching | 2022-11-21 | 1 | -2/+12 |
| | | | | Fixes 7024 | ||||
* | Implement cabinet spanning | Rob Mensching | 2022-08-05 | 1 | -8/+22 |
| | | | | Completes 6368 | ||||
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 1 | -11/+14 |
| | | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods. | ||||
* | Remove left over header ref used to debug CI issues | Rob Mensching | 2021-12-28 | 1 | -1/+0 |
| | |||||
* | Handle unexpected BOM when reading from stdin in wixnative.exe | Rob Mensching | 2021-12-03 | 1 | -6/+10 |
| | | | | | | | | | | | In certain cases, the encoding of stdin/stdout can be changed in Windows to cause a BOM to be added on the first read of stdin. To handle the unexpected BOM, the first line read from stdin is now a "preamble" where the last character is expected to be a ":". We use the last character because a multibyte BOM value may appear before it. Also updated SAL annotations to resolve IDE warnings. | ||||
* | Move Core.Native into wix | Rob Mensching | 2021-04-29 | 1 | -0/+160 |