Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 3 | -18/+22 |
| | |||||
* | Mitigate .local DLL redirection Windows bug. | Bob Arnson | 2024-03-06 | 2 | -0/+27 |
| | |||||
* | Use `/DEPENDENTLOADFLAG` to tell the loader... | Bob Arnson | 2023-12-31 | 1 | -0/+1 |
| | | | | | | | | | ...to load DLLs from System32 only. (Belt and suspenders to current approaches.) See https://devblogs.microsoft.com/oldnewthing/20230328-00/?p=107978. Fixes https://github.com/wixtoolset/issues/issues/7319. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Burn can only log errors while logutil is initialized and not closed. | Sean Hall | 2022-06-27 | 1 | -43/+0 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -2/+2 |
| | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -3/+0 |
| | |||||
* | Revert .wixburn version since the format didn't change. | Sean Hall | 2021-12-30 | 1 | -5/+4 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Follow up for multiple attached container support | Sean Hall | 2021-11-03 | 1 | -1/+2 |
| | | | | | | | | | | | * validate cContainers * use previous embeddedid format and use intermediate folder when extracting attached containers * remove special cases for 0 byte containers in BurnCommon classes and Insignia * don't hardcode max containers * reduce properties in BurnCommon * add e2e test #6144 | ||||
* | Support multiple attached containers | Nir Bar | 2021-11-02 | 1 | -3/+2 |
| | | | | See https://github.com/wixtoolset/issues/issues/6144 | ||||
* | Bring back Burn's implementation of signature verification. | Sean Hall | 2021-05-11 | 1 | -2/+2 |
| | | | | partial #6447 | ||||
* | Add ability to suppress pfnTraceErrorCallback for the current thread. | Sean Hall | 2021-05-11 | 1 | -0/+2 |
| | | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 3 | -38/+11 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 10 | -0/+318 |