aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine')
-rw-r--r--src/burn/engine/plan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/plan.cpp b/src/burn/engine/plan.cpp
index e6997b64..b7703869 100644
--- a/src/burn/engine/plan.cpp
+++ b/src/burn/engine/plan.cpp
@@ -871,7 +871,7 @@ static HRESULT PlanPackagesHelper(
871 } 871 }
872 872
873 // Passthrough packages are never cleaned up by the calling bundle (they delete themselves when appropriate). 873 // Passthrough packages are never cleaned up by the calling bundle (they delete themselves when appropriate).
874 if (!pPlan->fEnabledForwardCompatibleBundle) 874 if (!pPlan->fEnabledForwardCompatibleBundle && BOOTSTRAPPER_ACTION_LAYOUT != pPlan->action)
875 { 875 {
876 // Plan clean up of packages. 876 // Plan clean up of packages.
877 for (DWORD i = 0; i < cPackages; ++i) 877 for (DWORD i = 0; i < cPackages; ++i)