index
:
wix
bob/EnsureTableStandardActions
bob/Fixes.240629
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/build-cleanup
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/xsds
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
burn
/
engine
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try setting DOTNET_DISABLE_GUI_ERRORS to prevent .NET install prompts for BAs
Rob Mensching
2025-02-11
1
-0
/
+4
*
Harden Burn's BootstrapperApplication and elevated engine extraction
Rob Mensching
2025-02-11
12
-42
/
+120
*
Remove the working folder as late as possible
Rob Mensching
2025-02-11
1
-5
/
+5
*
Support extracting cabbed file straight to file handle
Rob Mensching
2025-02-11
2
-31
/
+99
*
Rename "bundle id" concept to "bundle code"
Rob Mensching
2024-12-30
24
-196
/
+196
*
Remove unused const.
Bob Arnson
2024-12-26
1
-1
/
+0
*
Typos are bad; visible typos are an abomination.
Bob Arnson
2024-11-10
2
-2
/
+2
*
Log bundle registration scope.
Bob Arnson
2024-11-10
5
-6
/
+17
*
Move to ReleaseFlow and SomeVer
Rob Mensching
2024-04-25
1
-5
/
+5
*
Protect elevated working folder from malicious data
Rob Mensching
2024-03-22
5
-7
/
+37
*
Simplify BootstrapperApplication header files
Rob Mensching
2024-03-21
2
-6
/
+6
*
Clean up Burn a bit.
Bob Arnson
2024-03-14
5
-3501
/
+1
*
Rename "bundle extension" to "bootstrapper extension" for more consistency
Rob Mensching
2024-03-07
7
-91
/
+91
*
Better .nupkg names
Rob Mensching
2024-03-07
2
-7
/
+5
*
WIP - BA header simplification
Rob Mensching
2024-03-06
3
-6
/
+6
*
Move the BootstrapperApplication out of proc
Rob Mensching
2024-03-06
38
-4288
/
+12111
*
Cleaning up a typo and a missed commit.
Bob Arnson
2024-02-27
1
-1
/
+1
*
Fixes wixtoolset/issues#5220: Automatically add logging flag for any burn Exe...
Nir Bar
2024-01-20
6
-1
/
+102
*
Correctly prefix the functions exposed from burnpipe.h
Rob Mensching
2024-01-11
7
-96
/
+96
*
Update Burn to use pipeutil for low-level pipe operations
Rob Mensching
2024-01-11
6
-320
/
+77
*
Rename inter-Burn communication related pipe file
Rob Mensching
2024-01-11
4
-3
/
+3
*
ArpEntry reads QuietUninstallString or UninstallString, and uses UninstallArg...
Nir Bar
2023-12-24
2
-3
/
+24
*
Improve logging to remove `(null)`.
Bob Arnson
2023-06-13
1
-1
/
+1
*
Tame some wild pointers.
Bob Arnson
2023-05-01
1
-4
/
+4
*
Add `InstallerInformationalVersion`.
Bob Arnson
2023-02-09
2
-2
/
+29
*
Don't uninstall superseded MSI packages.
Sean Hall
2023-01-19
1
-2
/
+3
*
Register the InstallDate in Burn
Rob Mensching
2022-12-22
1
-2
/
+11
*
Get "real" Burn version for logging.
Bob Arnson
2022-12-21
2
-1
/
+4
*
Use MSI transaction end result to detect whether reboot is needed
Nir Bar
2022-12-12
7
-69
/
+167
*
Minimize calls into GitInfo by caching results during build_init
Rob Mensching
2022-11-13
1
-2
/
+1
*
WIXFEAT-3704 - Allow access to persisted variables from related bundles
Jacob Hoover
2022-11-10
4
-0
/
+66
*
Add queutil so Burn can manage its own queue of BA requested actions.
Sean Hall
2022-10-25
11
-124
/
+244
*
Burn typo/style fixes
Bob Arnson
2022-09-22
1
-2
/
+3
*
Don't clean packages during layout.
Sean Hall
2022-09-15
1
-1
/
+1
*
Ignore cache bundle failure if it already exists in the package cache.
Sean Hall
2022-09-15
2
-7
/
+12
*
Add more burn E2E tests.
Sean Hall
2022-09-15
5
-7
/
+37
*
Support bundle updates in WixStdBA.
Bob Arnson
2022-09-12
1
-1
/
+1
*
Update hashes are now hex strings.
Bob Arnson
2022-09-12
5
-17
/
+20
*
Move `Bundle/@CommandLineVariables` into Bal.wixext.
Sean Hall
2022-09-09
3
-41
/
+33
*
Add WixCanRestart and make wixstdba elevate for restart when required.
Sean Hall
2022-09-03
8
-40
/
+56
*
Use elevated engine to make the restart request when it is available.
Sean Hall
2022-09-03
4
-100
/
+121
*
Delay closing Burn's UI thread so that it can log the bundle's restart.
Sean Hall
2022-09-03
5
-40
/
+159
*
Delay closing the bundle log so that restart failures will be logged.
Sean Hall
2022-09-03
2
-33
/
+42
*
Log message when the elevated process is not running elevated.
Sean Hall
2022-09-03
2
-0
/
+12
*
Mask the elevated secrets when logging its command line.
Sean Hall
2022-09-03
3
-3
/
+27
*
Supply hashes to BA if present in update feed.
Bob Arnson
2022-08-31
3
-4
/
+27
*
Pass `/xlog` to elevated engine.
Bob Arnson
2022-08-26
1
-0
/
+6
*
Process and return the failed version of reboot exit codes in Burn.
Sean Hall
2022-08-26
4
-1
/
+35
*
Make sure error codes are translated correctly for per-machine packages.
Sean Hall
2022-08-26
8
-160
/
+182
*
Port EnableFeatureSelection tests from v3 repo, add a new one, fix them
Sean Hall
2022-08-23
1
-5
/
+9
[next]