diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-01-05 21:51:00 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-06 23:02:07 -0600 |
commit | c2b00d75493798d9f2452d5e5014b14afcb14889 (patch) | |
tree | 7788e6a9caf38ff1e921112cd893e53cccb8efbf /src/burn/engine/relatedbundle.h | |
parent | 5b48edfd77da6a7f1c499ad30ea95b66f26ee56d (diff) | |
download | wix-c2b00d75493798d9f2452d5e5014b14afcb14889.tar.gz wix-c2b00d75493798d9f2452d5e5014b14afcb14889.tar.bz2 wix-c2b00d75493798d9f2452d5e5014b14afcb14889.zip |
Always run upgrade related bundles last.
#5128
Diffstat (limited to 'src/burn/engine/relatedbundle.h')
-rw-r--r-- | src/burn/engine/relatedbundle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/relatedbundle.h b/src/burn/engine/relatedbundle.h index 0113c8ee..be039421 100644 --- a/src/burn/engine/relatedbundle.h +++ b/src/burn/engine/relatedbundle.h | |||
@@ -19,6 +19,9 @@ HRESULT RelatedBundleFindById( | |||
19 | __in_z LPCWSTR wzId, | 19 | __in_z LPCWSTR wzId, |
20 | __out BURN_RELATED_BUNDLE** ppRelatedBundle | 20 | __out BURN_RELATED_BUNDLE** ppRelatedBundle |
21 | ); | 21 | ); |
22 | void RelatedBundlesSort( | ||
23 | __in BURN_RELATED_BUNDLES* pRelatedBundles | ||
24 | ); | ||
22 | 25 | ||
23 | #if defined(__cplusplus) | 26 | #if defined(__cplusplus) |
24 | } | 27 | } |