| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back WixBundleSourceProcess* variables.bob/WixBundleSourceProcess | Bob Arnson | 9 days | 1 | -0/+6 |
* | Harden Burn's BootstrapperApplication and elevated engine extraction | Rob Mensching | 2025-02-11 | 1 | -25/+61 |
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -9/+9 |
* | Protect elevated working folder from malicious data | Rob Mensching | 2024-03-22 | 1 | -3/+29 |
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -41/+5 |
* | Ignore cache bundle failure if it already exists in the package cache. | Sean Hall | 2022-09-15 | 1 | -7/+5 |
* | Skip logging errors in some places when they are due to missing files or regi... | Sean Hall | 2022-08-09 | 1 | -2/+1 |
* | Add ability to skip a local path candidate if it failed verification. | Sean Hall | 2022-08-03 | 1 | -7/+63 |
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -3/+3 |
* | Make sure base paths are fully qualified in Burn. | Sean Hall | 2022-06-07 | 1 | -25/+31 |
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -3/+16 |
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 1 | -55/+72 |
* | Replace PathCompare with PathCompareCanonicalized. | Sean Hall | 2022-06-07 | 1 | -9/+9 |
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 1 | -16/+16 |
* | Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified. | Sean Hall | 2022-05-31 | 1 | -1/+1 |
* | Always use user's temp directory as basis for acquisition folder. | Sean Hall | 2021-08-04 | 1 | -29/+61 |
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -9/+56 |
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -246/+259 |
* | Get system TEMP path from the registry. | Sean Hall | 2021-08-04 | 1 | -14/+9 |
* | Bring back Burn's implementation of signature verification. | Sean Hall | 2021-05-11 | 1 | -0/+131 |
* | Enforce payload and container verification. | Sean Hall | 2021-05-11 | 1 | -15/+80 |
* | Reset the package's cache folder only once. | Sean Hall | 2021-05-11 | 1 | -15/+43 |
* | Allow launching approved exes from the original package cache. | Sean Hall | 2021-05-11 | 1 | -20/+71 |
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+2052 |