mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-16 13:23:44 +00:00
fix style
This commit is contained in:
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
Das MSI-Paket unterstützt Befehlszeilenparameter für die stille Installation.
|
||||
|
||||
### Parameter
|
||||
## Parameter
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
Der Installationsordner.
|
||||
|
||||
**Standard**: `[ProgramFiles6432Folder]\[app name]`, normalerweise `C:\Program Files\[app name]`.
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
Ob eine Startmenü-Verknüpfung erstellt werden soll.
|
||||
|
||||
@@ -29,7 +29,7 @@ Ob eine Startmenü-Verknüpfung erstellt werden soll.
|
||||
| 3 | `Y` | Ja, gleich wie `1` |
|
||||
| 4 | `N` | Nein, gleich wie `0` |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
Ob eine Desktop-Verknüpfung erstellt werden soll.
|
||||
|
||||
@@ -44,7 +44,7 @@ Ob eine Desktop-Verknüpfung erstellt werden soll.
|
||||
| 3 | `Y` | Ja, gleich wie `1` |
|
||||
| 4 | `N` | Nein, gleich wie `0` |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
Ob ein Drucker installiert werden soll. Der Drucker wird verwendet, um die Druckaufträge der kontrollierten Seite lokal auszuführen.
|
||||
|
||||
@@ -61,11 +61,11 @@ Seit Version `1.3.9`.
|
||||
| 3 | `Y` | Ja, gleich wie `1` |
|
||||
| 4 | `N` | Nein, gleich wie `0` |
|
||||
|
||||
## Beispiele
|
||||
# Beispiele
|
||||
|
||||
**Vorsicht**: Für Versionen vor `2024-08-05` gibt es Probleme mit stiller Installation und stiller Reparatur. Bitte deinstallieren Sie zuerst, dann installieren Sie.
|
||||
|
||||
### Installation mit Installationsparametern
|
||||
## Installation mit Installationsparametern
|
||||
|
||||
Stille Installation, Installationspfad festlegen, keine Desktop-Verknüpfung erstellen, Startmenü-Verknüpfung erstellen.
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**Hinweis**: `/l*v install.log` bedeutet, das Ausführungsprotokoll in `install.log` zu drucken.
|
||||
|
||||
### Upgrade, ohne Parameter
|
||||
## Upgrade, ohne Parameter
|
||||
|
||||
Upgrade mit dem vorherigen Installationspfad und den Installationsoptionen.
|
||||
|
||||
@@ -83,7 +83,7 @@ Upgrade mit dem vorherigen Installationspfad und den Installationsoptionen.
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### Upgrade, Installationsoptionen ändern
|
||||
## Upgrade, Installationsoptionen ändern
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
The MSI package supports command line parameters for silent installation.
|
||||
|
||||
### Parameters
|
||||
## Parameters
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
The installation folder.
|
||||
|
||||
**Default**: `[ProgramFiles6432Folder]\[app name]`, usually `C:\Program Files\[app name]`.
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
Whether to create a start menu shortcut.
|
||||
|
||||
@@ -29,7 +29,7 @@ Whether to create a start menu shortcut.
|
||||
| 3 | `Y` | Yes, same as `1` |
|
||||
| 4 | `N` | No, same as `0` |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
Whether to create a desktop shortcut.
|
||||
|
||||
@@ -44,7 +44,7 @@ Whether to create a desktop shortcut.
|
||||
| 3 | `Y` | Yes, same as `1` |
|
||||
| 4 | `N` | No, same as `0` |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
Whether to install a printer. The printer is used to execute the print jobs of the controlled side locally.
|
||||
|
||||
@@ -61,11 +61,11 @@ Since version `1.3.9`.
|
||||
| 3 | `Y` | Yes, same as `1` |
|
||||
| 4 | `N` | No, same as `0` |
|
||||
|
||||
## Examples
|
||||
# Examples
|
||||
|
||||
**Caution**: For versions prior to `2024-08-05`, there are issues with silent installation and silent repair. Please uninstall first, then install.
|
||||
|
||||
### Install with installation parameters
|
||||
## Install with installation parameters
|
||||
|
||||
Silent installation, set the installation path, do not create a desktop shortcut, create a start menu shortcut.
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**Note**: `/l*v install.log` means printing the execution log to `install.log`.
|
||||
|
||||
### Upgrade, without parameters
|
||||
## Upgrade, without parameters
|
||||
|
||||
Upgrade with the previous installation path and installation options.
|
||||
|
||||
@@ -83,7 +83,7 @@ Upgrade with the previous installation path and installation options.
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### Upgrade, modify installation options
|
||||
## Upgrade, modify installation options
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
El paquete MSI admite parámetros de línea de comandos para instalación silenciosa.
|
||||
|
||||
### Parámetros
|
||||
## Parámetros
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
La carpeta de instalación.
|
||||
|
||||
**Por defecto**: `[ProgramFiles6432Folder]\[app name]`, normalmente `C:\Program Files\[app name]`.
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
Si crear un acceso directo del menú de inicio.
|
||||
|
||||
@@ -29,7 +29,7 @@ Si crear un acceso directo del menú de inicio.
|
||||
| 3 | `Y` | Sí, igual que `1` |
|
||||
| 4 | `N` | No, igual que `0` |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
Si crear un acceso directo de escritorio.
|
||||
|
||||
@@ -44,7 +44,7 @@ Si crear un acceso directo de escritorio.
|
||||
| 3 | `Y` | Sí, igual que `1` |
|
||||
| 4 | `N` | No, igual que `0` |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
Si instalar una impresora. La impresora se usa para ejecutar los trabajos de impresión del lado controlado localmente.
|
||||
|
||||
@@ -61,11 +61,11 @@ Desde la versión `1.3.9`.
|
||||
| 3 | `Y` | Sí, igual que `1` |
|
||||
| 4 | `N` | No, igual que `0` |
|
||||
|
||||
## Ejemplos
|
||||
# Ejemplos
|
||||
|
||||
**Precaución**: Para versiones anteriores a `2024-08-05`, hay problemas con la instalación silenciosa y la reparación silenciosa. Por favor desinstale primero, luego instale.
|
||||
|
||||
### Instalar con parámetros de instalación
|
||||
## Instalar con parámetros de instalación
|
||||
|
||||
Instalación silenciosa, establecer la ruta de instalación, no crear acceso directo de escritorio, crear acceso directo del menú de inicio.
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**Nota**: `/l*v install.log` significa imprimir el registro de ejecución a `install.log`.
|
||||
|
||||
### Actualización, sin parámetros
|
||||
## Actualización, sin parámetros
|
||||
|
||||
Actualización con la ruta de instalación anterior y las opciones de instalación.
|
||||
|
||||
@@ -83,7 +83,7 @@ Actualización con la ruta de instalación anterior y las opciones de instalaci
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### Actualización, modificar opciones de instalación
|
||||
## Actualización, modificar opciones de instalación
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
Le package MSI prend en charge les paramètres de ligne de commande pour l'installation silencieuse.
|
||||
|
||||
### Paramètres
|
||||
## Paramètres
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
Le dossier d'installation.
|
||||
|
||||
**Par défaut** : `[ProgramFiles6432Folder]\[app name]`, généralement `C:\Program Files\[app name]`.
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
Indique s'il faut créer un raccourci du menu démarrer.
|
||||
|
||||
@@ -29,7 +29,7 @@ Indique s'il faut créer un raccourci du menu démarrer.
|
||||
| 3 | `Y` | Oui, identique à `1` |
|
||||
| 4 | `N` | Non, identique à `0` |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
Indique s'il faut créer un raccourci de bureau.
|
||||
|
||||
@@ -44,7 +44,7 @@ Indique s'il faut créer un raccourci de bureau.
|
||||
| 3 | `Y` | Oui, identique à `1` |
|
||||
| 4 | `N` | Non, identique à `0` |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
Indique s'il faut installer une imprimante. L'imprimante est utilisée pour exécuter les tâches d'impression du côté contrôlé localement.
|
||||
|
||||
@@ -61,11 +61,11 @@ Depuis la version `1.3.9`.
|
||||
| 3 | `Y` | Oui, identique à `1` |
|
||||
| 4 | `N` | Non, identique à `0` |
|
||||
|
||||
## Exemples
|
||||
# Exemples
|
||||
|
||||
**Attention** : Pour les versions antérieures à `2024-08-05`, il y a des problèmes avec l'installation silencieuse et la réparation silencieuse. Veuillez d'abord désinstaller, puis installer.
|
||||
|
||||
### Installation avec paramètres d'installation
|
||||
## Installation avec paramètres d'installation
|
||||
|
||||
Installation silencieuse, définir le chemin d'installation, ne pas créer de raccourci de bureau, créer un raccourci du menu démarrer.
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**Note** : `/l*v install.log` signifie imprimer le journal d'exécution dans `install.log`.
|
||||
|
||||
### Mise à niveau, sans paramètres
|
||||
## Mise à niveau, sans paramètres
|
||||
|
||||
Mise à niveau avec le chemin d'installation précédent et les options d'installation.
|
||||
|
||||
@@ -83,7 +83,7 @@ Mise à niveau avec le chemin d'installation précédent et les options d'instal
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### Mise à niveau, modifier les options d'installation
|
||||
## Mise à niveau, modifier les options d'installation
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
Il pacchetto MSI supporta parametri della riga di comando per l'installazione silenziosa.
|
||||
|
||||
### Parametri
|
||||
## Parametri
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
La cartella di installazione.
|
||||
|
||||
**Predefinito**: `[ProgramFiles6432Folder]\[app name]`, di solito `C:\Program Files\[app name]`.
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
Se creare un collegamento nel menu start.
|
||||
|
||||
@@ -29,7 +29,7 @@ Se creare un collegamento nel menu start.
|
||||
| 3 | `Y` | Sì, uguale a `1` |
|
||||
| 4 | `N` | No, uguale a `0` |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
Se creare un collegamento sul desktop.
|
||||
|
||||
@@ -44,7 +44,7 @@ Se creare un collegamento sul desktop.
|
||||
| 3 | `Y` | Sì, uguale a `1` |
|
||||
| 4 | `N` | No, uguale a `0` |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
Se installare una stampante. La stampante è utilizzata per eseguire i lavori di stampa del lato controllato localmente.
|
||||
|
||||
@@ -61,11 +61,11 @@ Dalla versione `1.3.9`.
|
||||
| 3 | `Y` | Sì, uguale a `1` |
|
||||
| 4 | `N` | No, uguale a `0` |
|
||||
|
||||
## Esempi
|
||||
# Esempi
|
||||
|
||||
**Attenzione**: Per le versioni precedenti al `2024-08-05`, ci sono problemi con l'installazione silenziosa e la riparazione silenziosa. Si prega di disinstallare prima, poi installare.
|
||||
|
||||
### Installazione con parametri di installazione
|
||||
## Installazione con parametri di installazione
|
||||
|
||||
Installazione silenziosa, impostare il percorso di installazione, non creare collegamento desktop, creare collegamento menu start.
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**Nota**: `/l*v install.log` significa stampare il log di esecuzione in `install.log`.
|
||||
|
||||
### Aggiornamento, senza parametri
|
||||
## Aggiornamento, senza parametri
|
||||
|
||||
Aggiornamento con il percorso di installazione precedente e le opzioni di installazione.
|
||||
|
||||
@@ -83,7 +83,7 @@ Aggiornamento con il percorso di installazione precedente e le opzioni di instal
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### Aggiornamento, modificare le opzioni di installazione
|
||||
## Aggiornamento, modificare le opzioni di installazione
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
MSIパッケージは、サイレントインストール用のコマンドラインパラメータをサポートしています。
|
||||
|
||||
### パラメータ
|
||||
## パラメータ
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
インストールフォルダ。
|
||||
|
||||
**デフォルト**: `[ProgramFiles6432Folder]\[app name]`、通常は `C:\Program Files\[app name]`。
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
スタートメニューのショートカットを作成するかどうか。
|
||||
|
||||
@@ -29,7 +29,7 @@ MSIパッケージは、サイレントインストール用のコマンドラ
|
||||
| 3 | `Y` | はい、`1` と同じ |
|
||||
| 4 | `N` | いいえ、`0` と同じ |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
デスクトップショートカットを作成するかどうか。
|
||||
|
||||
@@ -44,7 +44,7 @@ MSIパッケージは、サイレントインストール用のコマンドラ
|
||||
| 3 | `Y` | はい、`1` と同じ |
|
||||
| 4 | `N` | いいえ、`0` と同じ |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
プリンターをインストールするかどうか。プリンターは、制御される側の印刷ジョブをローカルで実行するために使用されます。
|
||||
|
||||
@@ -61,11 +61,11 @@ MSIパッケージは、サイレントインストール用のコマンドラ
|
||||
| 3 | `Y` | はい、`1` と同じ |
|
||||
| 4 | `N` | いいえ、`0` と同じ |
|
||||
|
||||
## 例
|
||||
# 例
|
||||
|
||||
**注意**: `2024-08-05` より前のバージョンでは、サイレントインストールとサイレント修復に問題があります。まずアンインストールしてから、インストールしてください。
|
||||
|
||||
### インストールパラメータを使用したインストール
|
||||
## インストールパラメータを使用したインストール
|
||||
|
||||
サイレントインストール、インストールパスを設定、デスクトップショートカットは作成しない、スタートメニューショートカットを作成。
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**注意**: `/l*v install.log` は、実行ログを `install.log` に出力することを意味します。
|
||||
|
||||
### アップグレード、パラメータなし
|
||||
## アップグレード、パラメータなし
|
||||
|
||||
以前のインストールパスとインストールオプションでアップグレード。
|
||||
|
||||
@@ -83,7 +83,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### アップグレード、インストールオプションを変更
|
||||
## アップグレード、インストールオプションを変更
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
O pacote MSI suporta parâmetros de linha de comando para instalação silenciosa.
|
||||
|
||||
### Parâmetros
|
||||
## Parâmetros
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
A pasta de instalação.
|
||||
|
||||
**Padrão**: `[ProgramFiles6432Folder]\[app name]`, normalmente `C:\Program Files\[app name]`.
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
Se deve criar um atalho do menu iniciar.
|
||||
|
||||
@@ -29,7 +29,7 @@ Se deve criar um atalho do menu iniciar.
|
||||
| 3 | `Y` | Sim, mesmo que `1` |
|
||||
| 4 | `N` | Não, mesmo que `0` |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
Se deve criar um atalho da área de trabalho.
|
||||
|
||||
@@ -44,7 +44,7 @@ Se deve criar um atalho da área de trabalho.
|
||||
| 3 | `Y` | Sim, mesmo que `1` |
|
||||
| 4 | `N` | Não, mesmo que `0` |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
Se deve instalar uma impressora. A impressora é usada para executar os trabalhos de impressão do lado controlado localmente.
|
||||
|
||||
@@ -61,11 +61,11 @@ Desde a versão `1.3.9`.
|
||||
| 3 | `Y` | Sim, mesmo que `1` |
|
||||
| 4 | `N` | Não, mesmo que `0` |
|
||||
|
||||
## Exemplos
|
||||
# Exemplos
|
||||
|
||||
**Cuidado**: Para versões anteriores a `2024-08-05`, há problemas com instalação silenciosa e reparo silencioso. Por favor desinstale primeiro, depois instale.
|
||||
|
||||
### Instalar com parâmetros de instalação
|
||||
## Instalar com parâmetros de instalação
|
||||
|
||||
Instalação silenciosa, definir o caminho de instalação, não criar atalho da área de trabalho, criar atalho do menu iniciar.
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**Nota**: `/l*v install.log` significa imprimir o log de execução para `install.log`.
|
||||
|
||||
### Atualização, sem parâmetros
|
||||
## Atualização, sem parâmetros
|
||||
|
||||
Atualização com o caminho de instalação anterior e opções de instalação.
|
||||
|
||||
@@ -83,7 +83,7 @@ Atualização com o caminho de instalação anterior e opções de instalação.
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### Atualização, modificar opções de instalação
|
||||
## Atualização, modificar opções de instalação
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -6,16 +6,16 @@ weight: 49
|
||||
|
||||
MSI 安装支持命令行参数,以方便静默安装。
|
||||
|
||||
### 参数
|
||||
## 参数
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
安装目录。
|
||||
|
||||
**默认**: `[ProgramFiles6432Folder]\[app name]`,一般为 `C:\Program Files\[app name]`。
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
是否创建 start menu 快捷方式。
|
||||
|
||||
@@ -30,7 +30,7 @@ MSI 安装支持命令行参数,以方便静默安装。
|
||||
| 3 | `Y` | 是,同 `1` |
|
||||
| 4 | `N` | 否,同 `0` |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
是否创建桌面快捷方式。
|
||||
|
||||
@@ -45,7 +45,7 @@ MSI 安装支持命令行参数,以方便静默安装。
|
||||
| 3 | `Y` | 是,同 `1` |
|
||||
| 4 | `N` | 否,同 `0` |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
是否安装打印机。打印机用于本地执行被控端的打印作业。
|
||||
|
||||
@@ -62,11 +62,11 @@ MSI 安装支持命令行参数,以方便静默安装。
|
||||
| 3 | `Y` | 是,同 `1` |
|
||||
| 4 | `N` | 否,同 `0` |
|
||||
|
||||
## 示例
|
||||
# 示例
|
||||
|
||||
**注意**: 对于 `2024-08-05` 之前的版本,执行 静默安装 和 静默修复 时会有问题。请先执行卸载,再执行安装。
|
||||
|
||||
### 指定参数安装
|
||||
## 指定参数安装
|
||||
|
||||
静默安装,设置安装路径,不创建桌面快捷方式,创建 start menu 快捷方式。
|
||||
|
||||
@@ -76,7 +76,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**注**: `/l*v install.log` 表示打印执行日志到 `install.log` 中。
|
||||
|
||||
### 升级,不指定参数
|
||||
## 升级,不指定参数
|
||||
|
||||
以原来的 安装路径 和 安装参数升级。
|
||||
|
||||
@@ -84,7 +84,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### 升级,修改安装参数
|
||||
## 升级,修改安装参数
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
@@ -5,16 +5,16 @@ weight: 49
|
||||
|
||||
MSI 套件支援命令列參數進行靜默安裝。
|
||||
|
||||
### 參數
|
||||
## 參數
|
||||
|
||||
### INSTALLFOLDER
|
||||
## INSTALLFOLDER
|
||||
|
||||
安裝資料夾。
|
||||
|
||||
**預設值**:`[ProgramFiles6432Folder]\[app name]`,通常是 `C:\Program Files\[app name]`。
|
||||
|
||||
|
||||
### CREATESTARTMENUSHORTCUTS
|
||||
## CREATESTARTMENUSHORTCUTS
|
||||
|
||||
是否建立開始功能表捷徑。
|
||||
|
||||
@@ -29,7 +29,7 @@ MSI 套件支援命令列參數進行靜默安裝。
|
||||
| 3 | `Y` | 是,與 `1` 相同 |
|
||||
| 4 | `N` | 否,與 `0` 相同 |
|
||||
|
||||
### CREATEDESKTOPSHORTCUTS
|
||||
## CREATEDESKTOPSHORTCUTS
|
||||
|
||||
是否建立桌面捷徑。
|
||||
|
||||
@@ -44,7 +44,7 @@ MSI 套件支援命令列參數進行靜默安裝。
|
||||
| 3 | `Y` | 是,與 `1` 相同 |
|
||||
| 4 | `N` | 否,與 `0` 相同 |
|
||||
|
||||
### INSTALLPRINTER
|
||||
## INSTALLPRINTER
|
||||
|
||||
是否安裝印表機。印表機用於在本地執行被控端的列印作業。
|
||||
|
||||
@@ -61,11 +61,11 @@ MSI 套件支援命令列參數進行靜默安裝。
|
||||
| 3 | `Y` | 是,與 `1` 相同 |
|
||||
| 4 | `N` | 否,與 `0` 相同 |
|
||||
|
||||
## 範例
|
||||
# 範例
|
||||
|
||||
**注意**:對於 `2024-08-05` 之前的版本,靜默安裝和靜默修復存在問題。請先解除安裝,然後重新安裝。
|
||||
|
||||
### 使用安裝參數進行安裝
|
||||
## 使用安裝參數進行安裝
|
||||
|
||||
靜默安裝,設定安裝路徑,不建立桌面捷徑,建立開始功能表捷徑。
|
||||
|
||||
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
|
||||
**注意**:`/l*v install.log` 表示將執行日誌列印到 `install.log`。
|
||||
|
||||
### 升級,不使用參數
|
||||
## 升級,不使用參數
|
||||
|
||||
使用先前的安裝路徑和安裝選項進行升級。
|
||||
|
||||
@@ -83,7 +83,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
|
||||
msiexec /i RustDesk-2.msi /qn /l*v install.log
|
||||
```
|
||||
|
||||
### 升級,修改安裝選項
|
||||
## 升級,修改安裝選項
|
||||
|
||||
```
|
||||
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log
|
||||
|
||||
Reference in New Issue
Block a user