mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
f0c30132a2
* Refactor to avoid code duplication * Remove CreateScheduledTask CA * Update installer/PowerToysSetupCustomActions/CustomAction.cpp Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com> * Update installer/PowerToysSetupCustomActions/CustomAction.cpp Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com> --------- Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
25 lines
644 B
Modula-2
25 lines
644 B
Modula-2
LIBRARY "PowerToysSetupCustomActions"
|
|
|
|
EXPORTS
|
|
LaunchPowerToysCA
|
|
CheckGPOCA
|
|
ApplyModulesRegistryChangeSetsCA
|
|
DetectPrevInstallPathCA
|
|
RemoveScheduledTasksCA
|
|
TelemetryLogInstallSuccessCA
|
|
TelemetryLogInstallCancelCA
|
|
TelemetryLogInstallFailCA
|
|
TelemetryLogUninstallSuccessCA
|
|
TelemetryLogUninstallCancelCA
|
|
TelemetryLogUninstallFailCA
|
|
TelemetryLogRepairCancelCA
|
|
TelemetryLogRepairFailCA
|
|
TerminateProcessesCA
|
|
CertifyVirtualCameraDriverCA
|
|
InstallVirtualCameraDriverCA
|
|
InstallEmbeddedMSIXCA
|
|
UnApplyModulesRegistryChangeSetsCA
|
|
UninstallVirtualCameraDriverCA
|
|
UnRegisterContextMenuPackagesCA
|
|
UninstallEmbeddedMSIXCA
|
|
UninstallServicesCA |