diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 21:19:24 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 21:20:40 -0600 |
commit | 95a5a8f9efef02ddcec5b3f69be99a00d71a802a (patch) | |
tree | f0a92b8e8e37e17af6053db11f1b8a7a532cd12c /src/ca/iisca.def | |
parent | aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79 (diff) | |
download | wix-95a5a8f9efef02ddcec5b3f69be99a00d71a802a.tar.gz wix-95a5a8f9efef02ddcec5b3f69be99a00d71a802a.tar.bz2 wix-95a5a8f9efef02ddcec5b3f69be99a00d71a802a.zip |
Import implementation of IisCA from old repo's scasched/scaexec.
Diffstat (limited to 'src/ca/iisca.def')
-rw-r--r-- | src/ca/iisca.def | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/src/ca/iisca.def b/src/ca/iisca.def index 187269e1..b9127da6 100644 --- a/src/ca/iisca.def +++ b/src/ca/iisca.def | |||
@@ -4,4 +4,27 @@ | |||
4 | LIBRARY "iisca" | 4 | LIBRARY "iisca" |
5 | 5 | ||
6 | EXPORTS | 6 | EXPORTS |
7 | 7 | ;scacert.cpp | |
8 | InstallCertificates | ||
9 | UninstallCertificates | ||
10 | ;scacertexec.cpp | ||
11 | AddUserCertificate | ||
12 | AddMachineCertificate | ||
13 | DeleteUserCertificate | ||
14 | DeleteMachineCertificate | ||
15 | ;scaexec.cpp | ||
16 | StartMetabaseTransaction | ||
17 | RollbackMetabaseTransaction | ||
18 | CommitMetabaseTransaction | ||
19 | |||
20 | WriteMetabaseChanges | ||
21 | |||
22 | StartIIS7ConfigTransaction | ||
23 | RollbackIIS7ConfigTransaction | ||
24 | CommitIIS7ConfigTransaction | ||
25 | |||
26 | WriteIIS7ConfigChanges | ||
27 | ;scasched.cpp | ||
28 | ConfigureIIs | ||
29 | ConfigureIIsExec | ||
30 | ConfigureIIs7Exec | ||