mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-20 15:17:51 +08:00
f673647072
* Feat. Msi, check is self-installed Signed-off-by: fufesou <shuanglongchen@yeah.net> * Feat. Msi. 1. Check if is self-installation. 2. Add firewall rule by custom action. Signed-off-by: fufesou <shuanglongchen@yeah.net> * Feat. Msi, github ci Signed-off-by: fufesou <shuanglongchen@yeah.net> * Feat. Msi, github ci Signed-off-by: fufesou <shuanglongchen@yeah.net> * Feat. Msi, github ci Signed-off-by: fufesou <shuanglongchen@yeah.net> * Feat. Msi, refact preprocess.py Signed-off-by: fufesou <shuanglongchen@yeah.net> * Feat. Msi Signed-off-by: fufesou <shuanglongchen@yeah.net> * Trivial, renames Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
8 lines
123 B
Modula-2
8 lines
123 B
Modula-2
LIBRARY "CustomActions"
|
|
|
|
EXPORTS
|
|
CustomActionHello
|
|
RemoveInstallFolder
|
|
TerminateProcesses
|
|
AddFirewallRules
|