aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-01-14 21:37:24 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-01-16 10:30:28 -0600
commitda1d1376953ef1c9afb32d5eee02b785e52e372e (patch)
tree0df8550960259d7b13f5cd90f04d21b5576f16b7 /src/burn/engine/logging.h
parentabe316b80fae80eba54b0b79e76b6362105fa098 (diff)
downloadwix-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.h7
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
54void LoggingIncrementPackageSequence(); 54void LoggingIncrementPackageSequence();
55 55
56HRESULT LoggingSetCompatiblePackageVariable(
57 __in BURN_PACKAGE* pPackage,
58 __in BURN_LOGGING* pLog,
59 __in BURN_VARIABLES* pVariables,
60 __out_opt LPWSTR* psczLogPath
61 );
62
56HRESULT LoggingSetPackageVariable( 63HRESULT LoggingSetPackageVariable(
57 __in BURN_PACKAGE* pPackage, 64 __in BURN_PACKAGE* pPackage,
58 __in_z_opt LPCWSTR wzSuffix, 65 __in_z_opt LPCWSTR wzSuffix,