Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -2/+2 |
| | |||||
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 1 | -0/+1 |
| | |||||
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 1 | -0/+1 |
| | | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'. | ||||
* | Add embedded test. | Sean Hall | 2022-06-29 | 1 | -0/+1 |
| | |||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 1 | -0/+1 |
| | | | | 6772 | ||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest. | Sean Hall | 2022-04-13 | 1 | -2/+2 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -0/+1 |
| | | | | 3693 | ||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 1 | -0/+2 |
| | |||||
* | Read Uninstallable from manifest and add test for non-uninstallable exe | Sean Hall | 2022-03-07 | 1 | -0/+1 |
| | | | | Last part of 6459 | ||||
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 1 | -0/+1 |
| | | | | Related to #3693 | ||||
* | Factor out TestRegistryFixture so other tests can mock regutil API's. | Sean Hall | 2022-03-01 | 1 | -0/+2 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -0/+1 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -9/+0 |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | ||||
* | Remove RebootRequired per... | Bob Arnson | 2021-12-27 | 1 | -6/+14 |
| | | | | ...https://github.com/wixtoolset/issues/issues/6668. | ||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 1 | -1/+1 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Bring back Burn's implementation of signature verification. | Sean Hall | 2021-05-11 | 1 | -1/+1 |
| | | | | partial #6447 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -26/+10 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+109 |