mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
483f7aa464
Advanced Paste V1 implementation --------- Co-authored-by: Stefan Markovic <stefan@janeasystems.com> Co-authored-by: Niels Laute <niels.laute@live.nl> Co-authored-by: Jordi Adoumie <98557455+joadoumie@users.noreply.github.com> Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com> Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
29 lines
739 B
Modula-2
29 lines
739 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
|
|
UninstallCommandNotFoundModuleCA
|
|
UpgradeCommandNotFoundModuleCA
|
|
UnsetAdvancedPasteAPIKeyCA
|