aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/package.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-22 16:55:29 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-23 15:40:21 -0500
commit72e20f682c0d64102e86439ba5527dd0d71932ae (patch)
treec62618b0f6b99d3bffa3c6cd01251a29b84fcc05 /src/burn/engine/package.h
parentb82c6a2b7d451212fb0b2e32ca4d5d86c953d81a (diff)
downloadwix-72e20f682c0d64102e86439ba5527dd0d71932ae.tar.gz
wix-72e20f682c0d64102e86439ba5527dd0d71932ae.tar.bz2
wix-72e20f682c0d64102e86439ba5527dd0d71932ae.zip
Add RepairCondition.
Fixes 6758
Diffstat (limited to 'src/burn/engine/package.h')
-rw-r--r--src/burn/engine/package.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/package.h b/src/burn/engine/package.h
index eb8e7543..3ec77baf 100644
--- a/src/burn/engine/package.h
+++ b/src/burn/engine/package.h
@@ -250,6 +250,7 @@ typedef struct _BURN_PACKAGE
250 LPWSTR sczRollbackLogPathVariable; // name of the variable that will be set to the rollback path. 250 LPWSTR sczRollbackLogPathVariable; // name of the variable that will be set to the rollback path.
251 251
252 LPWSTR sczInstallCondition; 252 LPWSTR sczInstallCondition;
253 LPWSTR sczRepairCondition;
253 BOOL fPerMachine; 254 BOOL fPerMachine;
254 BOOL fPermanent; 255 BOOL fPermanent;
255 BOOL fVital; 256 BOOL fVital;