diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-05-03 15:30:50 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-05-04 10:05:21 -0500 |
commit | 29f7e00586412163a20e298fbf84505f8a917425 (patch) | |
tree | 30257a3544f6982ded159443ebed0eb933f11a51 /src/burn/engine/elevation.h | |
parent | 41d2c12d60ee84cefc26ec99abb328701883c8f5 (diff) | |
download | wix-29f7e00586412163a20e298fbf84505f8a917425.tar.gz wix-29f7e00586412163a20e298fbf84505f8a917425.tar.bz2 wix-29f7e00586412163a20e298fbf84505f8a917425.zip |
Only block shutdown during Apply.
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r-- | src/burn/engine/elevation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h index 0dc189c5..d08d2edc 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -180,7 +180,8 @@ HRESULT ElevationChildPumpMessages( | |||
180 | __out HANDLE* phLock, | 180 | __out HANDLE* phLock, |
181 | __out BOOL* pfDisabledAutomaticUpdates, | 181 | __out BOOL* pfDisabledAutomaticUpdates, |
182 | __out DWORD* pdwChildExitCode, | 182 | __out DWORD* pdwChildExitCode, |
183 | __out BOOL* pfRestart | 183 | __out BOOL* pfRestart, |
184 | __out BOOL* pfApplying | ||
184 | ); | 185 | ); |
185 | HRESULT ElevationChildResumeAutomaticUpdates(); | 186 | HRESULT ElevationChildResumeAutomaticUpdates(); |
186 | 187 | ||