diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2025-01-25 19:56:36 +1100 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 14:00:15 -0800 |
commit | 254196975c1f82bf7079a9d56b5417f5da9d8d76 (patch) | |
tree | 93620336756ef72c439a917180ac5958cc2abfb0 /src/ext/Iis/ca/scacert.h | |
parent | 3456eaa40c910eb3a6cb9197562517b9f119aa9a (diff) | |
download | wix-254196975c1f82bf7079a9d56b5417f5da9d8d76.tar.gz wix-254196975c1f82bf7079a9d56b5417f5da9d8d76.tar.bz2 wix-254196975c1f82bf7079a9d56b5417f5da9d8d76.zip |
IIS Ext: Add support for more certificate stores
Fixes wixtoolset/issues#1520
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/ext/Iis/ca/scacert.h')
-rw-r--r-- | src/ext/Iis/ca/scacert.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ext/Iis/ca/scacert.h b/src/ext/Iis/ca/scacert.h index 39b00d3d..6ce5ac72 100644 --- a/src/ext/Iis/ca/scacert.h +++ b/src/ext/Iis/ca/scacert.h | |||
@@ -20,4 +20,9 @@ enum SCA_CERTSYSTEMSTORE | |||
20 | { | 20 | { |
21 | SCA_CERTSYSTEMSTORE_CURRENTUSER = 1, | 21 | SCA_CERTSYSTEMSTORE_CURRENTUSER = 1, |
22 | SCA_CERTSYSTEMSTORE_LOCALMACHINE = 2, | 22 | SCA_CERTSYSTEMSTORE_LOCALMACHINE = 2, |
23 | SCA_CERTSYSTEMSTORE_SERVICES = 3, | ||
24 | SCA_CERTSYSTEMSTORE_USERS = 4, | ||
25 | SCA_CERTSYSTEMSTORE_USER_POLICY = 5, | ||
26 | SCA_CERTSYSTEMSTORE_LOCALMACHINE_POLICY = 6, | ||
27 | SCA_CERTSYSTEMSTORE_LOCALMACHINE_ENTERPRISE = 7, | ||
23 | }; | 28 | }; |