diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-01-14 21:37:24 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-16 10:30:28 -0600 |
commit | da1d1376953ef1c9afb32d5eee02b785e52e372e (patch) | |
tree | 0df8550960259d7b13f5cd90f04d21b5576f16b7 /src/burn/engine/logging.h | |
parent | abe316b80fae80eba54b0b79e76b6362105fa098 (diff) | |
download | wix-da1d1376953ef1c9afb32d5eee02b785e52e372e.tar.gz wix-da1d1376953ef1c9afb32d5eee02b785e52e372e.tar.bz2 wix-da1d1376953ef1c9afb32d5eee02b785e52e372e.zip |
Remove orphan compatible MSI packages.
Reimplements #3190
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 11f676b3..ef603931 100644 --- a/src/burn/engine/logging.h +++ b/src/burn/engine/logging.h | |||
@@ -53,6 +53,13 @@ void LoggingOpenFailed(); | |||
53 | 53 | ||
54 | void LoggingIncrementPackageSequence(); | 54 | void LoggingIncrementPackageSequence(); |
55 | 55 | ||
56 | HRESULT LoggingSetCompatiblePackageVariable( | ||
57 | __in BURN_PACKAGE* pPackage, | ||
58 | __in BURN_LOGGING* pLog, | ||
59 | __in BURN_VARIABLES* pVariables, | ||
60 | __out_opt LPWSTR* psczLogPath | ||
61 | ); | ||
62 | |||
56 | HRESULT LoggingSetPackageVariable( | 63 | HRESULT LoggingSetPackageVariable( |
57 | __in BURN_PACKAGE* pPackage, | 64 | __in BURN_PACKAGE* pPackage, |
58 | __in_z_opt LPCWSTR wzSuffix, | 65 | __in_z_opt LPCWSTR wzSuffix, |