diff options
author | Nir Bar <nir.bar@panel-sw.co.il> | 2022-12-06 13:22:41 +0200 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-12-12 21:50:39 -0600 |
commit | 50e24e9cf2084b6cb67b5d8fc509163061408bb6 (patch) | |
tree | 05c9df57480eb6308c3462c13847b43288f9dbb4 /src/libs/dutil/WixToolset.DUtil/inc/wiutil.h | |
parent | c54f3083489827a1e57c6fd7f3d76f62ddc6e85e (diff) | |
download | wix-50e24e9cf2084b6cb67b5d8fc509163061408bb6.tar.gz wix-50e24e9cf2084b6cb67b5d8fc509163061408bb6.tar.bz2 wix-50e24e9cf2084b6cb67b5d8fc509163061408bb6.zip |
Use MSI transaction end result to detect whether reboot is needed
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/wiutil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/wiutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h b/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h index 0ddcd893..71f40e8a 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h | |||
@@ -392,7 +392,8 @@ HRESULT DAPI WiuBeginTransaction( | |||
392 | HRESULT DAPI WiuEndTransaction( | 392 | HRESULT DAPI WiuEndTransaction( |
393 | __in DWORD dwTransactionState, | 393 | __in DWORD dwTransactionState, |
394 | __in DWORD dwLogMode, | 394 | __in DWORD dwLogMode, |
395 | __in_z LPCWSTR szLogPath | 395 | __in_z LPCWSTR szLogPath, |
396 | __out WIU_RESTART *pRestart | ||
396 | ); | 397 | ); |
397 | BOOL DAPI WiuIsMsiTransactionSupported( | 398 | BOOL DAPI WiuIsMsiTransactionSupported( |
398 | ); | 399 | ); |