aboutsummaryrefslogtreecommitdiff
path: root/src/burn/stub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-1/+1
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Move the BootstrapperApplication out of procRob Mensching2024-03-063-18/+22
|
* Mitigate .local DLL redirection Windows bug.Bob Arnson2024-03-062-0/+27
|
* Use `/DEPENDENTLOADFLAG` to tell the loader...Bob Arnson2023-12-311-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_initRob Mensching2022-11-131-1/+0
|
* Burn can only log errors while logutil is initialized and not closed.Sean Hall2022-06-271-43/+0
|
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-071-2/+2
|
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-3/+0
|
* Revert .wixburn version since the format didn't change.Sean Hall2021-12-301-5/+4
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Follow up for multiple attached container supportSean Hall2021-11-031-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 containersNir Bar2021-11-021-3/+2
| | | | See https://github.com/wixtoolset/issues/issues/6144
* Bring back Burn's implementation of signature verification.Sean Hall2021-05-111-2/+2
| | | | partial #6447
* Add ability to suppress pfnTraceErrorCallback for the current thread.Sean Hall2021-05-111-0/+2
| | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378
* Implement integrated build processRob Mensching2021-05-113-38/+11
|
* Move burn into burnRob Mensching2021-04-2910-0/+318