rustdesk 2022-06-02 20:44:40 +08:00
parent c5b88a266f
commit 801dbd58a8

View File

@ -988,9 +988,9 @@ reg add {subkey} /f /v UninstallString /t REG_SZ /d \"\\\"{exe}\\\" --uninstall\
reg add {subkey} /f /v EstimatedSize /t REG_DWORD /d {size} reg add {subkey} /f /v EstimatedSize /t REG_DWORD /d {size}
reg add {subkey} /f /v WindowsInstaller /t REG_DWORD /d 0 reg add {subkey} /f /v WindowsInstaller /t REG_DWORD /d 0
{lic} {lic}
wscript \"{mk_shortcut}\" cscript \"{mk_shortcut}\"
wscript \"{uninstall_shortcut}\" cscript \"{uninstall_shortcut}\"
wscript \"{tray_shortcut}\" cscript \"{tray_shortcut}\"
copy /Y \"{tmp_path}\\{app_name} Tray.lnk\" \"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\\" copy /Y \"{tmp_path}\\{app_name} Tray.lnk\" \"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\\"
{shortcuts} {shortcuts}
copy /Y \"{tmp_path}\\Uninstall {app_name}.lnk\" \"{path}\\\" copy /Y \"{tmp_path}\\Uninstall {app_name}.lnk\" \"{path}\\\"