diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-08-03 15:42:08 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-08-04 10:03:57 -0500 |
commit | 94b8260fc5c1abc199f8d6145f3db4e2de490463 (patch) | |
tree | f8aeebc5b8d3facdab8232f60098ed253b3019cf /src/burn/engine/pseudobundle.h | |
parent | 9ae1c04d5fa02ac020885cdad7c592f7bb43d83e (diff) | |
download | wix-94b8260fc5c1abc199f8d6145f3db4e2de490463.tar.gz wix-94b8260fc5c1abc199f8d6145f3db4e2de490463.tar.bz2 wix-94b8260fc5c1abc199f8d6145f3db4e2de490463.zip |
Recreate the command line for the clean room process.
Persist /xlog when resuming from RunOnce.
Fixes #6259
Diffstat (limited to 'src/burn/engine/pseudobundle.h')
-rw-r--r-- | src/burn/engine/pseudobundle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/engine/pseudobundle.h b/src/burn/engine/pseudobundle.h index 5c4ca836..aa26d29d 100644 --- a/src/burn/engine/pseudobundle.h +++ b/src/burn/engine/pseudobundle.h | |||
@@ -30,7 +30,6 @@ HRESULT PseudoBundleInitializePassthrough( | |||
30 | __in BURN_PACKAGE* pPassthroughPackage, | 30 | __in BURN_PACKAGE* pPassthroughPackage, |
31 | __in BURN_ENGINE_COMMAND* pInternalCommand, | 31 | __in BURN_ENGINE_COMMAND* pInternalCommand, |
32 | __in BOOTSTRAPPER_COMMAND* pCommand, | 32 | __in BOOTSTRAPPER_COMMAND* pCommand, |
33 | __in_z_opt LPCWSTR wzAppendLogPath, | ||
34 | __in BURN_PACKAGE* pPackage | 33 | __in BURN_PACKAGE* pPackage |
35 | ); | 34 | ); |
36 | 35 | ||