diff options
author | Nir Bar <nir.bar@panel-sw.co.il> | 2021-08-12 14:16:01 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-08-12 14:50:55 -0500 |
commit | bb18c9c4f0e6da640775b85ebda68b31f2b391ed (patch) | |
tree | 5ce6107321293f7af7a0504588e3d0c6642472ff /src/burn/engine/logging.h | |
parent | 0042e3d4554a0d92e1da6141854b0f1aafa07d5b (diff) | |
download | wix-bb18c9c4f0e6da640775b85ebda68b31f2b391ed.tar.gz wix-bb18c9c4f0e6da640775b85ebda68b31f2b391ed.tar.bz2 wix-bb18c9c4f0e6da640775b85ebda68b31f2b391ed.zip |
Set the log file path for MSI transactions.
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r-- | src/burn/engine/logging.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h index 492e14b6..367b94a3 100644 --- a/src/burn/engine/logging.h +++ b/src/burn/engine/logging.h | |||
@@ -62,6 +62,13 @@ HRESULT LoggingSetPackageVariable( | |||
62 | __out_opt LPWSTR* psczLogPath | 62 | __out_opt LPWSTR* psczLogPath |
63 | ); | 63 | ); |
64 | 64 | ||
65 | HRESULT LoggingSetTransactionVariable( | ||
66 | __in BURN_ROLLBACK_BOUNDARY* pRollbackBoundary, | ||
67 | __in_z_opt LPCWSTR wzSuffix, | ||
68 | __in BURN_LOGGING* pLog, | ||
69 | __in BURN_VARIABLES* pVariables | ||
70 | ); | ||
71 | |||
65 | LPCSTR LoggingBurnActionToString( | 72 | LPCSTR LoggingBurnActionToString( |
66 | __in BOOTSTRAPPER_ACTION action | 73 | __in BOOTSTRAPPER_ACTION action |
67 | ); | 74 | ); |