diff options
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index 2866f6b0..e45db2dc 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
@@ -303,10 +303,12 @@ public: // IBootstrapperApplication | |||
303 | __in_z LPCWSTR /*wzPackageId*/, | 303 | __in_z LPCWSTR /*wzPackageId*/, |
304 | __in BOOL /*fExecute*/, | 304 | __in BOOL /*fExecute*/, |
305 | __in BOOTSTRAPPER_ACTION_STATE /*action*/, | 305 | __in BOOTSTRAPPER_ACTION_STATE /*action*/, |
306 | __in BOOTSTRAPPER_MSI_FILE_VERSIONING /*recommendedFileVersioning*/, | ||
306 | __inout BOOL* /*pfCancel*/, | 307 | __inout BOOL* /*pfCancel*/, |
307 | __inout BURN_MSI_PROPERTY* /*pActionMsiProperty*/, | 308 | __inout BURN_MSI_PROPERTY* /*pActionMsiProperty*/, |
308 | __inout INSTALLUILEVEL* /*pUiLevel*/, | 309 | __inout INSTALLUILEVEL* /*pUiLevel*/, |
309 | __inout BOOL* /*pfDisableExternalUiHandler*/ | 310 | __inout BOOL* /*pfDisableExternalUiHandler*/, |
311 | __inout BOOTSTRAPPER_MSI_FILE_VERSIONING* /*pFileVersioning*/ | ||
310 | ) | 312 | ) |
311 | { | 313 | { |
312 | return S_OK; | 314 | return S_OK; |