mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-19 14:37:51 +08:00
8231d07706
* Fix. Msi. Terminate brokers. Signed-off-by: fufesou <shuanglongchen@yeah.net> * Fix. Msi, remove tray shortcut in startmenu Signed-off-by: fufesou <shuanglongchen@yeah.net> * Msi. format Signed-off-by: fufesou <shuanglongchen@yeah.net> * Feat. Msi, set property Signed-off-by: fufesou <shuanglongchen@yeah.net> * Fix. Mis, only do InstallValidate if is Install Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
13 lines
258 B
Modula-2
13 lines
258 B
Modula-2
LIBRARY "CustomActions"
|
|
|
|
EXPORTS
|
|
CustomActionHello
|
|
RemoveInstallFolder
|
|
TerminateProcesses
|
|
AddFirewallRules
|
|
SetPropertyIsServiceRunning
|
|
TryStopDeleteService
|
|
CreateStartService
|
|
TryDeleteStartupShortcut
|
|
SetPropertyFromConfig
|