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
/
core.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add queutil so Burn can manage its own queue of BA requested actions.
Sean Hall
2022-10-25
1
-9
/
+22
*
Move `Bundle/@CommandLineVariables` into Bal.wixext.
Sean Hall
2022-09-09
1
-10
/
+2
*
Add WixCanRestart and make wixstdba elevate for restart when required.
Sean Hall
2022-09-03
1
-3
/
+4
*
Use elevated engine to make the restart request when it is available.
Sean Hall
2022-09-03
1
-0
/
+42
*
Delay closing Burn's UI thread so that it can log the bundle's restart.
Sean Hall
2022-09-03
1
-0
/
+15
*
Mask the elevated secrets when logging its command line.
Sean Hall
2022-09-03
1
-3
/
+24
*
Use a dedicated pipe for redirecting logging from the elevated process.
Sean Hall
2022-08-19
1
-0
/
+24
*
Add WixInternalUIBootstrapperApplication as a new built-in BA.
Sean Hall
2022-07-20
1
-3
/
+3
*
Add embedded test.
Sean Hall
2022-06-29
1
-0
/
+35
*
Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.
Sean Hall
2022-06-29
1
-26
/
+28
*
Add ability for non-vital cache package action.
Sean Hall
2022-06-14
1
-1
/
+1
*
Make sure base paths are fully qualified in Burn.
Sean Hall
2022-06-07
1
-1
/
+1
*
Resolve paths while parsing them from the command line.
Sean Hall
2022-06-07
1
-12
/
+6
*
Add PathConcatRelativeToBase and use it in Burn.
Sean Hall
2022-05-31
1
-1
/
+1
*
Only block shutdown during Apply.
Sean Hall
2022-05-04
1
-0
/
+4
*
Allow burn.runonce with burn.clean.room and create runonce log.
Sean Hall
2022-05-04
1
-3
/
+6
*
Add option for BundlePackage to be hidden in ARP like MsiPackage.
Sean Hall
2022-04-05
1
-0
/
+29
*
Detect related bundles for BundlePackages.
Sean Hall
2022-04-01
1
-1
/
+1
*
Implement BundlePackage.
Sean Hall
2022-04-01
1
-2
/
+14
*
Add `ExePackage/@Bundle` to opt-in to v3 behavior.
Sean Hall
2022-03-22
1
-0
/
+5
*
Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH.
Sean Hall
2022-03-22
1
-2
/
+18
*
Add WixBundleCommandLineAction, don't set dynamic variables at startup.
Sean Hall
2022-03-16
1
-5
/
+5
*
Make engine skip planning if there are any downgrade related bundles.
Sean Hall
2022-03-14
1
-9
/
+30
*
Allow the BA to override the bundle relation type during plan.
Sean Hall
2022-03-14
1
-5
/
+11
*
Ensure WixBundleInstalled and RebootPending are set in elevated engine.
Sean Hall
2022-03-05
1
-12
/
+0
*
Change ARP property Installed to 0 when registrationType is InProgress.
Sean Hall
2022-03-05
1
-17
/
+10
*
Add UnsafeUninstall action.
Sean Hall
2022-02-22
1
-5
/
+23
*
When rolling back a bundle failure, reinstall all upgrade related bundles.
Sean Hall
2022-02-10
1
-2
/
+2
*
Remove orphan compatible MSI packages.
Sean Hall
2022-01-16
1
-1
/
+7
*
Refactor some dependency detection.
Sean Hall
2022-01-16
1
-18
/
+9
*
Don't assume Exe packages with Burn protocol are bundles.
Sean Hall
2022-01-04
1
-7
/
+7
*
Don't report related operation in OnDetectRelatedBundle.
Sean Hall
2021-12-30
1
-1
/
+1
*
Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.
Bob Arnson
2021-12-27
1
-10
/
+0
*
Add BA events for setting the update bundle.
Sean Hall
2021-12-11
1
-1
/
+1
*
Allow BA to opt out of MSI transaction.
Nir Bar
2021-08-12
1
-2
/
+23
*
Always use user's temp directory as basis for acquisition folder.
Sean Hall
2021-08-04
1
-4
/
+4
*
Add argument and policy setting to set Burn's base working directory.
Sean Hall
2021-08-04
1
-7
/
+144
*
Remove unelevation code since clean room changes made it unreachable.
Sean Hall
2021-08-04
1
-14
/
+0
*
Require clean room switch to be first argument and catch embedded switch spec...
Sean Hall
2021-08-04
1
-5
/
+17
*
Recreate the command line for the clean room process.
Sean Hall
2021-08-04
1
-29
/
+234
*
Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.
Sean Hall
2021-08-04
1
-72
/
+60
*
Add BURN_DEPENDENCIES struct to store Dependency state.
Sean Hall
2021-08-04
1
-11
/
+18
*
Replace static cache internals with a struct.
Sean Hall
2021-08-04
1
-12
/
+11
*
Update Burn ARP command lines to skip clean room.
Sean Hall
2021-08-04
1
-11
/
+16
*
Make the BA responsible for parsing restart prompt behavior.
Sean Hall
2021-07-02
1
-39
/
+0
*
Add bundle option for command line variables to always be uppercase.
Sean Hall
2021-07-02
1
-1
/
+8
*
Apply shouldn't abort if restart's required when doing special actions.
Sean Hall
2021-06-17
1
-2
/
+2
*
Show Burn splash screen earlier.
Sean Hall
2021-06-09
1
-3
/
+42
*
Update Burn command line parsing to handle unknown args separately.
Sean Hall
2021-06-09
1
-90
/
+141
*
Try to log Burn command line even if it was invalid.
Sean Hall
2021-06-09
1
-24
/
+70
[next]