diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-01 15:44:34 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-01 22:06:11 -0500 |
commit | 39b9a6112c2ff97f31f195749e2142538e47a2eb (patch) | |
tree | 8b2337b589fa5f52fabce89c99d3fca0ef1c8fc0 /src/api/burn/balutil/inc/BalBaseBAFunctions.h | |
parent | 386a3578413ba16b3c0615d47870ee44a0e461f6 (diff) | |
download | wix-39b9a6112c2ff97f31f195749e2142538e47a2eb.tar.gz wix-39b9a6112c2ff97f31f195749e2142538e47a2eb.tar.bz2 wix-39b9a6112c2ff97f31f195749e2142538e47a2eb.zip |
Detect related bundles for BundlePackages.
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index 614d4bcf..6bde05d2 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
@@ -887,6 +887,18 @@ public: // IBootstrapperApplication | |||
887 | return S_OK; | 887 | return S_OK; |
888 | } | 888 | } |
889 | 889 | ||
890 | virtual STDMETHODIMP OnDetectRelatedBundlePackage( | ||
891 | __in_z LPCWSTR /*wzPackageId*/, | ||
892 | __in_z LPCWSTR /*wzBundleId*/, | ||
893 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | ||
894 | __in BOOL /*fPerMachine*/, | ||
895 | __in LPCWSTR /*wzVersion*/, | ||
896 | __inout BOOL* /*pfCancel*/ | ||
897 | ) | ||
898 | { | ||
899 | return S_OK; | ||
900 | } | ||
901 | |||
890 | public: // IBAFunctions | 902 | public: // IBAFunctions |
891 | virtual STDMETHODIMP OnPlan( | 903 | virtual STDMETHODIMP OnPlan( |
892 | ) | 904 | ) |