diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-30 15:32:57 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-12-30 18:40:49 -0600 |
commit | 8dfadd0c9068965af138949b630ef8496b4f7bbb (patch) | |
tree | 58bc40d5306d80a39712470aab0d5bf325eb3a45 /src/api/burn/balutil/inc/BalBaseBAFunctions.h | |
parent | 84a1b0f8ffe40a26916b1dfb3e1b59b6b0c31ad4 (diff) | |
download | wix-8dfadd0c9068965af138949b630ef8496b4f7bbb.tar.gz wix-8dfadd0c9068965af138949b630ef8496b4f7bbb.tar.bz2 wix-8dfadd0c9068965af138949b630ef8496b4f7bbb.zip |
Don't report related operation in OnDetectRelatedBundle.
#5796
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index 7f52f76e..22e16f1b 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
@@ -167,7 +167,6 @@ public: // IBootstrapperApplication | |||
167 | __in_z LPCWSTR /*wzBundleTag*/, | 167 | __in_z LPCWSTR /*wzBundleTag*/, |
168 | __in BOOL /*fPerMachine*/, | 168 | __in BOOL /*fPerMachine*/, |
169 | __in LPCWSTR /*wzVersion*/, | 169 | __in LPCWSTR /*wzVersion*/, |
170 | __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, | ||
171 | __in BOOL /*fMissingFromCache*/, | 170 | __in BOOL /*fMissingFromCache*/, |
172 | __inout BOOL* /*pfCancel*/ | 171 | __inout BOOL* /*pfCancel*/ |
173 | ) | 172 | ) |