diff options
Diffstat (limited to 'src/ext/Util/ca/utilca.def')
-rw-r--r-- | src/ext/Util/ca/utilca.def | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/src/ext/Util/ca/utilca.def b/src/ext/Util/ca/utilca.def new file mode 100644 index 00000000..412d86a3 --- /dev/null +++ b/src/ext/Util/ca/utilca.def | |||
@@ -0,0 +1,91 @@ | |||
1 | ; Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
2 | |||
3 | |||
4 | LIBRARY "utilca" | ||
5 | |||
6 | EXPORTS | ||
7 | ; BroadcastSettingChange.cpp | ||
8 | WixBroadcastSettingChange | ||
9 | WixBroadcastEnvironmentChange | ||
10 | ; checkreboot.cpp | ||
11 | WixCheckRebootRequired | ||
12 | ; closeapps.cpp | ||
13 | WixCloseApplications | ||
14 | WixCloseApplicationsDeferred | ||
15 | ; exitearlywithsuccess.cpp | ||
16 | WixExitEarlyWithSuccess | ||
17 | ; FormatFiles.cpp | ||
18 | WixSchedFormatFiles | ||
19 | WixExecFormatFiles | ||
20 | ; osinfo.cpp | ||
21 | WixQueryOsInfo | ||
22 | WixQueryOsDirs | ||
23 | WixQueryOsWellKnownSID | ||
24 | WixQueryOsDriverInfo | ||
25 | ; netshortcuts.cpp | ||
26 | WixSchedInternetShortcuts | ||
27 | WixCreateInternetShortcuts | ||
28 | WixRollbackInternetShortcuts | ||
29 | ; qtexecca.cpp | ||
30 | CAQuietExec | ||
31 | CAQuietExec64 | ||
32 | WixQuietExec | ||
33 | WixQuietExec64 | ||
34 | WixSilentExec | ||
35 | WixSilentExec64 | ||
36 | ; RemoveFoldersEx.cpp | ||
37 | WixRemoveFoldersEx | ||
38 | ; RemoveRegistryKeysEx.cpp | ||
39 | WixRemoveRegistryKeysEx | ||
40 | ;scaexec.cpp | ||
41 | RegisterPerfCounterData | ||
42 | UnregisterPerfCounterData | ||
43 | RegisterPerfmon | ||
44 | UnregisterPerfmon | ||
45 | CreateSmb | ||
46 | DropSmb | ||
47 | CreateUser | ||
48 | CreateUserRollback | ||
49 | RemoveUser | ||
50 | ;scasched.cpp | ||
51 | ConfigurePerfmonInstall | ||
52 | ConfigurePerfmonUninstall | ||
53 | ConfigureSmbInstall | ||
54 | ConfigureSmbUninstall | ||
55 | ConfigureUsers | ||
56 | InstallPerfCounterData | ||
57 | UninstallPerfCounterData | ||
58 | ConfigurePerfmonManifestRegister | ||
59 | ConfigurePerfmonManifestUnregister | ||
60 | ConfigureEventManifestRegister | ||
61 | ConfigureEventManifestUnregister | ||
62 | ; RestartManager.cpp | ||
63 | WixRegisterRestartResources | ||
64 | ; secureobj.cpp | ||
65 | SchedSecureObjects | ||
66 | SchedSecureObjectsRollback | ||
67 | ExecSecureObjects | ||
68 | ExecSecureObjectsRollback | ||
69 | ; serviceconfig.cpp | ||
70 | SchedServiceConfig | ||
71 | ExecServiceConfig | ||
72 | RollbackServiceConfig | ||
73 | ; shellexecca.cpp | ||
74 | WixShellExec | ||
75 | WixShellExecBinary | ||
76 | WixUnelevatedShellExec | ||
77 | ; test.cpp | ||
78 | WixFailWhenDeferred | ||
79 | WixWaitForEvent | ||
80 | ; TouchFile.cpp | ||
81 | WixTouchFileDuringInstall | ||
82 | WixTouchFileDuringUninstall | ||
83 | WixExecuteTouchFile | ||
84 | ; xmlfile.cpp | ||
85 | SchedXmlFile | ||
86 | ExecXmlFile | ||
87 | ExecXmlFileRollback | ||
88 | ; xmlconfig.cpp | ||
89 | SchedXmlConfig | ||
90 | ExecXmlConfig | ||
91 | ExecXmlConfigRollback | ||