aboutsummaryrefslogtreecommitdiff
path: root/src/engine/mspengine.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-21 14:13:16 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-21 14:18:40 +1000
commit513286d4798572cc82a78554ef15ef2fe79f407e (patch)
tree3960b579a914c843f56c9045c59d194162d0a9d2 /src/engine/mspengine.h
parentc903a96bd8d61a375448e1a6ad7b40bab8cb24c4 (diff)
downloadwix-513286d4798572cc82a78554ef15ef2fe79f407e.tar.gz
wix-513286d4798572cc82a78554ef15ef2fe79f407e.tar.bz2
wix-513286d4798572cc82a78554ef15ef2fe79f407e.zip
WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY.
Apply requires a valid hWnd since otherwise a source resolution prompt could hang the bundle. Burn now defaults to INSTALLUILEVEL_NONE by itself if the bundle is not showing UI.
Diffstat (limited to 'src/engine/mspengine.h')
-rw-r--r--src/engine/mspengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/mspengine.h b/src/engine/mspengine.h
index 0f323e57..1f0c31df 100644
--- a/src/engine/mspengine.h
+++ b/src/engine/mspengine.h
@@ -38,6 +38,7 @@ HRESULT MspEnginePlanCalculatePackage(
38 __out_opt BOOL* pfBARequestedCache 38 __out_opt BOOL* pfBARequestedCache
39 ); 39 );
40HRESULT MspEnginePlanAddPackage( 40HRESULT MspEnginePlanAddPackage(
41 __in BOOTSTRAPPER_DISPLAY display,
41 __in BURN_USER_EXPERIENCE* pUserExperience, 42 __in BURN_USER_EXPERIENCE* pUserExperience,
42 __in BURN_PACKAGE* pPackage, 43 __in BURN_PACKAGE* pPackage,
43 __in BURN_PLAN* pPlan, 44 __in BURN_PLAN* pPlan,