diff options
Diffstat (limited to '')
| -rw-r--r-- | src/ext/Bal/stdbas/WixInternalUIBootstrapperApplication.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ext/Bal/stdbas/WixInternalUIBootstrapperApplication.cpp b/src/ext/Bal/stdbas/WixInternalUIBootstrapperApplication.cpp index bae098d4..e746ff75 100644 --- a/src/ext/Bal/stdbas/WixInternalUIBootstrapperApplication.cpp +++ b/src/ext/Bal/stdbas/WixInternalUIBootstrapperApplication.cpp | |||
| @@ -708,7 +708,10 @@ private: | |||
| 708 | 708 | ||
| 709 | m_plannedAction = action; | 709 | m_plannedAction = action; |
| 710 | 710 | ||
| 711 | hr = m_pEngine->Plan(action); | 711 | // InternalUiBootstrapperApplication isn't in a position to let the user |
| 712 | // choose the scope, so we use the default. Unfortunately, a scope choice | ||
| 713 | // in the MSI UI can't "flow" back to affect bundle scope. | ||
| 714 | hr = m_pEngine->Plan(action, BOOTSTRAPPER_SCOPE_DEFAULT); | ||
| 712 | BalExitOnFailure(hr, "Failed to start planning packages."); | 715 | BalExitOnFailure(hr, "Failed to start planning packages."); |
| 713 | 716 | ||
| 714 | LExit: | 717 | LExit: |
