diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-18 10:45:20 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-22 20:25:06 -0600 |
| commit | 837f2e309c8ef0476668c342f612dfe1bb26cb87 (patch) | |
| tree | f8a5fbef5e17e88b27a2a4cb6dc7a52f7cba4a5e /src/engine/package.h | |
| parent | b29af5d005c2cc802aa60a123d435042038ba8ef (diff) | |
| download | wix-837f2e309c8ef0476668c342f612dfe1bb26cb87.tar.gz wix-837f2e309c8ef0476668c342f612dfe1bb26cb87.tar.bz2 wix-837f2e309c8ef0476668c342f612dfe1bb26cb87.zip | |
Only the requested state and Cache=always should affect requestedCache.
Diffstat (limited to 'src/engine/package.h')
| -rw-r--r-- | src/engine/package.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/package.h b/src/engine/package.h index a728fcc6..5feb3f46 100644 --- a/src/engine/package.h +++ b/src/engine/package.h | |||
| @@ -201,7 +201,6 @@ typedef struct _BURN_PACKAGE | |||
| 201 | LPWSTR sczRollbackLogPathVariable; // name of the variable that will be set to the rollback path. | 201 | LPWSTR sczRollbackLogPathVariable; // name of the variable that will be set to the rollback path. |
| 202 | 202 | ||
| 203 | LPWSTR sczInstallCondition; | 203 | LPWSTR sczInstallCondition; |
| 204 | LPWSTR sczRollbackInstallCondition; | ||
| 205 | BOOL fPerMachine; | 204 | BOOL fPerMachine; |
| 206 | BOOL fUninstallable; | 205 | BOOL fUninstallable; |
| 207 | BOOL fVital; | 206 | BOOL fVital; |
