diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-21 14:13:16 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-21 14:18:40 +1000 |
commit | 513286d4798572cc82a78554ef15ef2fe79f407e (patch) | |
tree | 3960b579a914c843f56c9045c59d194162d0a9d2 /src/engine/mspengine.h | |
parent | c903a96bd8d61a375448e1a6ad7b40bab8cb24c4 (diff) | |
download | wix-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.h | 1 |
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 | ); |
40 | HRESULT MspEnginePlanAddPackage( | 40 | HRESULT 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, |