mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
1fb632d4a6
* Better fix for installation issues when My Documents on network drive * Fix spellcheck * Improved wxs comment * Created DSCModule folder in install folder; removed DSC modules from resources * Added back newline
31 lines
781 B
Modula-2
31 lines
781 B
Modula-2
LIBRARY "PowerToysSetupCustomActions"
|
|
|
|
EXPORTS
|
|
LaunchPowerToysCA
|
|
CheckGPOCA
|
|
ApplyModulesRegistryChangeSetsCA
|
|
DetectPrevInstallPathCA
|
|
RemoveScheduledTasksCA
|
|
TelemetryLogInstallSuccessCA
|
|
TelemetryLogInstallCancelCA
|
|
TelemetryLogInstallFailCA
|
|
TelemetryLogUninstallSuccessCA
|
|
TelemetryLogUninstallCancelCA
|
|
TelemetryLogUninstallFailCA
|
|
TelemetryLogRepairCancelCA
|
|
TelemetryLogRepairFailCA
|
|
TerminateProcessesCA
|
|
CertifyVirtualCameraDriverCA
|
|
InstallVirtualCameraDriverCA
|
|
InstallEmbeddedMSIXCA
|
|
InstallDSCModuleCA
|
|
UnApplyModulesRegistryChangeSetsCA
|
|
UninstallVirtualCameraDriverCA
|
|
UnRegisterContextMenuPackagesCA
|
|
UninstallEmbeddedMSIXCA
|
|
UninstallDSCModuleCA
|
|
UninstallServicesCA
|
|
UninstallCommandNotFoundModuleCA
|
|
UpgradeCommandNotFoundModuleCA
|
|
UnsetAdvancedPasteAPIKeyCA
|