| 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 | WixQueryNativeMachine |
| 26 | ; netshortcuts.cpp |
| 27 | WixSchedInternetShortcuts |
| 28 | WixCreateInternetShortcuts |
| 29 | WixRollbackInternetShortcuts |
| 30 | ; qtexecca.cpp |
| 31 | WixQuietExec |
| 32 | WixQuietExec64 |
| 33 | WixSilentExec |
| 34 | WixSilentExec64 |
| 35 | ; RemoveFoldersEx.cpp |
| 36 | WixRemoveFoldersEx |
| 37 | ; RemoveRegistryKeysEx.cpp |
| 38 | WixRemoveRegistryKeysEx |
| 39 | ;scaexec.cpp |
| 40 | RegisterPerfCounterData |
| 41 | UnregisterPerfCounterData |
| 42 | RegisterPerfmon |
| 43 | UnregisterPerfmon |
| 44 | CreateSmb |
| 45 | DropSmb |
| 46 | CreateUser |
| 47 | CreateUserRollback |
| 48 | RemoveUser |
| 49 | ;scasched.cpp |
| 50 | ConfigurePerfmonInstall |
| 51 | ConfigurePerfmonUninstall |
| 52 | ConfigureSmbInstall |
| 53 | ConfigureSmbUninstall |
| 54 | ConfigureUsers |
| 55 | InstallPerfCounterData |
| 56 | UninstallPerfCounterData |
| 57 | ConfigurePerfmonManifestRegister |
| 58 | ConfigurePerfmonManifestUnregister |
| 59 | ConfigureEventManifestRegister |
| 60 | ConfigureEventManifestUnregister |
| 61 | ; RestartManager.cpp |
| 62 | WixRegisterRestartResources |
| 63 | ; secureobj.cpp |
| 64 | SchedSecureObjects |
| 65 | SchedSecureObjectsRollback |
| 66 | ExecSecureObjects |
| 67 | ExecSecureObjectsRollback |
| 68 | ; serviceconfig.cpp |
| 69 | SchedServiceConfig |
| 70 | ExecServiceConfig |
| 71 | RollbackServiceConfig |
| 72 | ; shellexecca.cpp |
| 73 | WixShellExec |
| 74 | WixShellExecBinary |
| 75 | WixUnelevatedShellExec |
| 76 | ; test.cpp |
| 77 | WixFailWhenDeferred |
| 78 | WixWaitForEvent |
| 79 | ; TouchFile.cpp |
| 80 | WixTouchFileDuringInstall |
| 81 | WixTouchFileDuringUninstall |
| 82 | WixExecuteTouchFile |
| 83 | ; xmlfile.cpp |
| 84 | SchedXmlFile |
| 85 | ExecXmlFile |
| 86 | ExecXmlFileRollback |
| 87 | ; xmlconfig.cpp |
| 88 | SchedXmlConfig |
| 89 | ExecXmlConfig |
| 90 | ExecXmlConfigRollback |