mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 02:39:22 +08:00
665851300d
* [POC] WinAppSDK dlls symlinks * Update expect.txt * Remove dll * Use hard links * WIP vcredist self-contained * Cleanup * Error check * Revert version change
27 lines
727 B
Modula-2
27 lines
727 B
Modula-2
LIBRARY "PowerToysSetupCustomActions"
|
|
|
|
EXPORTS
|
|
ApplyModulesRegistryChangeSetsCA
|
|
CreateScheduledTaskCA
|
|
CreateWinAppSDKHardlinksCA
|
|
DeleteWinAppSDKHardlinksCA
|
|
CreatePTInteropHardlinksCA
|
|
DeletePTInteropHardlinksCA
|
|
DetectPrevInstallPathCA
|
|
RemoveScheduledTasksCA
|
|
TelemetryLogInstallSuccessCA
|
|
TelemetryLogInstallCancelCA
|
|
TelemetryLogInstallFailCA
|
|
TelemetryLogUninstallSuccessCA
|
|
TelemetryLogUninstallCancelCA
|
|
TelemetryLogUninstallFailCA
|
|
TelemetryLogRepairCancelCA
|
|
TelemetryLogRepairFailCA
|
|
TerminateProcessesCA
|
|
CertifyVirtualCameraDriverCA
|
|
InstallVirtualCameraDriverCA
|
|
InstallEmbeddedMSIXCA
|
|
UnApplyModulesRegistryChangeSetsCA
|
|
UninstallVirtualCameraDriverCA
|
|
UnRegisterContextMenuPackagesCA
|
|
UninstallEmbeddedMSIXCA |