diff options
Diffstat (limited to '')
-rw-r--r-- | src/burn/engine/package.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/package.h b/src/burn/engine/package.h index eb40443d..e3e39c51 100644 --- a/src/burn/engine/package.h +++ b/src/burn/engine/package.h | |||
@@ -282,6 +282,7 @@ typedef struct _BURN_PACKAGE | |||
282 | LPWSTR sczCacheFolder; // only valid during Apply. | 282 | LPWSTR sczCacheFolder; // only valid during Apply. |
283 | HRESULT hrCacheResult; // only valid during Apply. | 283 | HRESULT hrCacheResult; // only valid during Apply. |
284 | BOOL fReachedExecution; // only valid during Apply. | 284 | BOOL fReachedExecution; // only valid during Apply. |
285 | BOOL fAbandonedProcess; // only valid during Apply. | ||
285 | 286 | ||
286 | BURN_PACKAGE_REGISTRATION_STATE cacheRegistrationState; // initialized during Detect, updated during Apply. | 287 | BURN_PACKAGE_REGISTRATION_STATE cacheRegistrationState; // initialized during Detect, updated during Apply. |
287 | BURN_PACKAGE_REGISTRATION_STATE installRegistrationState; // initialized during Detect, updated during Apply. | 288 | BURN_PACKAGE_REGISTRATION_STATE installRegistrationState; // initialized during Detect, updated during Apply. |