mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 17:51:28 +03:00
Feat. msi (#7584)
* Feat. msi Signed-off-by: fufesou <shuanglongchen@yeah.net> * remove ununsed file Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
52
res/msi/Package/Language/Package.en-us.wxl
Normal file
52
res/msi/Package/Language/Package.en-us.wxl
Normal file
@@ -0,0 +1,52 @@
|
||||
<!--
|
||||
This file contains the declaration of all the localizable strings.
|
||||
-->
|
||||
<WixLocalization Culture="en-us" Codepage="1252"
|
||||
xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
|
||||
<String Id="SummaryCodepage" Value="1252" />
|
||||
<String Id="ProductLanguage" Value="1033" />
|
||||
|
||||
<!-- General strings -->
|
||||
<String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." />
|
||||
|
||||
<String Id="AR_Comment" Value="RustDesk" />
|
||||
|
||||
<String Id="F_App" Value="RustDesk" />
|
||||
<String Id="F_App_Desc" Value="RustDesk - Main programs installations." />
|
||||
|
||||
<String Id="SC_Uninstall" Value="Uninstall RustDesk" />
|
||||
<String Id="SC_Uninstall_Desc" Value="Removes RustDesk or parts of it from the computer" />
|
||||
|
||||
<!-- Client related strings -->
|
||||
<String Id="F_Client" Value="Client" />
|
||||
<String Id="F_Client_Desc" Value="The user interface. Plays media files." />
|
||||
<String Id="F_Client_Plugins" Value="Plugins" />
|
||||
<String Id="F_Client_Plugins_Desc" Value="Plugins for the client." />
|
||||
<String Id="F_LAVFilters" Value="LAV Filters" />
|
||||
<String Id="F_LAVFilters_Desc" Value="Recommended directshow filters for best audio and video playback experience." />
|
||||
|
||||
<String Id="SC_Client" Value="RustDesk" />
|
||||
<String Id="SC_Client_Desc" Value="Start RustDesk." />
|
||||
|
||||
<String Id="SC_Client_Tray" Value="RustDesk Tray" />
|
||||
<String Id="SC_Client_Tray_Desc" Value="Start RustDesk tray." />
|
||||
|
||||
<!-- Server related strings -->
|
||||
<String Id="F_Server" Value="Server" />
|
||||
<String Id="F_Server_Desc" Value="The server part of RustDesk. Provides the MediaLibrary and other services." />
|
||||
<String Id="F_Server_Plugins" Value="Plugins" />
|
||||
<String Id="F_Server_Plugins_Desc" Value="Plugins for the server." />
|
||||
|
||||
<String Id="Service_DisplayName" Value="RustDesk Service" />
|
||||
<String Id="Service_Description" Value="This service runs the RustDesk Server." />
|
||||
|
||||
<!-- Launch Conditions -->
|
||||
<String Id="LC_OS" Value="[ProductName] requires minimum Windows 7 / 2008 R2 as operating system." />
|
||||
<String Id="LC_ADMIN" Value="You need to be an administrator to install [ProductName]." />
|
||||
|
||||
<!-- User Interfaces -->
|
||||
<String Id="AnotherAppDialogTitle" Value="Cancel installation."/>
|
||||
<String Id="AnotherAppDialogDescription" Value="The application is installed by another method, please uninstall it first."/>
|
||||
|
||||
</WixLocalization>
|
||||
32
res/msi/Package/Language/WixExt_en-us.wxl
Normal file
32
res/msi/Package/Language/WixExt_en-us.wxl
Normal file
@@ -0,0 +1,32 @@
|
||||
<!--
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
The use and distribution terms for this software are covered by the
|
||||
Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.php)
|
||||
which can be found in the file CPL.TXT at the root of this distribution.
|
||||
By using this software in any fashion, you are agreeing to be bound by
|
||||
the terms of this license.
|
||||
|
||||
You must not remove this notice, or any other, from this software.
|
||||
-->
|
||||
<!--
|
||||
Adapted by RustDesk for Custom Dialogs insertions
|
||||
-->
|
||||
<WixLocalization Culture="en-us"
|
||||
xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
|
||||
<!-- Firewall Extension needs translation here -->
|
||||
<String Id="msierrFirewallCannotConnect" Overridable="yes" Value="Cannot connect to Windows Firewall. ([2] [3] [4] [5])" />
|
||||
|
||||
<String Id="WixSchedFirewallExceptionsInstall" Overridable="yes" Value="Configuring Windows Firewall" />
|
||||
<String Id="WixSchedFirewallExceptionsUninstall" Overridable="yes" Value="Configuring Windows Firewall" />
|
||||
<String Id="WixRollbackFirewallExceptionsInstall" Overridable="yes" Value="Rolling back Windows Firewall configuration" />
|
||||
<String Id="WixExecFirewallExceptionsInstall" Overridable="yes" Value="Installing Windows Firewall configuration" />
|
||||
<String Id="WixRollbackFirewallExceptionsUninstall" Overridable="yes" Value="Rolling back Windows Firewall configuration" />
|
||||
<String Id="WixExecFirewallExceptionsUninstall" Overridable="yes" Value="Uninstalling Windows Firewall configuration" />
|
||||
|
||||
<!-- Util Extension does not need translation here, because it is already in official WiX Toolkit -->
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
</WixLocalization>
|
||||
Reference in New Issue
Block a user