diff options
Diffstat (limited to 'src/burn/engine/package.h')
-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 e8d49e53..e45c775d 100644 --- a/src/burn/engine/package.h +++ b/src/burn/engine/package.h | |||
@@ -262,6 +262,7 @@ typedef struct _BURN_PACKAGE | |||
262 | 262 | ||
263 | LPWSTR sczLogPathVariable; // name of the variable that will be set to the log path. | 263 | LPWSTR sczLogPathVariable; // name of the variable that will be set to the log path. |
264 | LPWSTR sczRollbackLogPathVariable; // name of the variable that will be set to the rollback path. | 264 | LPWSTR sczRollbackLogPathVariable; // name of the variable that will be set to the rollback path. |
265 | LPWSTR sczCompatibleLogPathVariable; | ||
265 | 266 | ||
266 | LPWSTR sczInstallCondition; | 267 | LPWSTR sczInstallCondition; |
267 | LPWSTR sczRepairCondition; | 268 | LPWSTR sczRepairCondition; |