mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-19 14:37:51 +08:00
ed257e39d0
Signed-off-by: fufesou <shuanglongchen@yeah.net>
25 lines
558 B
Markdown
25 lines
558 B
Markdown
# RustDesk msi project
|
|
|
|
Use Visual Studio 2022 to compile this project.
|
|
|
|
This project is mainly derived from <https://github.com/MediaPortal/MediaPortal-2.git> .
|
|
|
|
## Steps
|
|
|
|
1. `python preprocess.py`
|
|
2. Build the .sln solution.
|
|
|
|
Run `msiexec /i package.msi /l*v install.log` to record the log.
|
|
|
|
## TODOs
|
|
|
|
1. tray, uninstall shortcut
|
|
1. launch client after installation
|
|
1. github ci
|
|
1. options
|
|
1. Custom client.
|
|
1. firewall and tcp allow. Outgoing
|
|
1. Custom icon. Current `Resources/icon.ico`.
|
|
1. Show license ?
|
|
1. Do create service. Outgoing.
|