Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2020-09-29 20:05:39 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-10-05 10:18:35 +0300
commit2476dcb4250c2e7f941dbdeebb9270e344bb75f4 (patch)
tree93b33a3d4c2a61165bac5ce88a49e253c93f9d69 /doc
parentbf6980d31a9d4a5d64df8fd30fc5be71e4678752 (diff)
Windows MSI: Stay compatible with the upstream "StartMenuShortcuts" feature
Even though we only create a program shortcut in the Start Menu, try to make administrators lives easier by not diverging feature and option naming. Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'doc')
-rw-r--r--doc/installing.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/installing.rst b/doc/installing.rst
index 25e4e2b08..7e4d9495c 100644
--- a/doc/installing.rst
+++ b/doc/installing.rst
@@ -63,17 +63,17 @@ If you want to disable, e.g., desktop shortcut icons you can simply change the a
See the following table for a list of available features:
-+--------------------+--------------------+----------------------------------+---------------------------+
-| Feature | Enabled by default | Description |Property to disable |
-+====================+====================+==================================+===========================+
-| Client | Yes, required | The actual client | |
-+--------------------+--------------------+----------------------------------+---------------------------+
-| DesktopShortcut | Yes | Adds a shortcut to the desktop |``NO_DESKTOP_SHORTCUT`` |
-+--------------------+--------------------+----------------------------------+---------------------------+
-| StartMenuShortcuts | Yes | Adds shortcuts to the start menu |``NO_START_MENU_SHORTCUTS``|
-+--------------------+--------------------+----------------------------------+---------------------------+
-| ShellExtensions | Yes | Adds Explorer integration |``NO_SHELL_EXTENSIONS`` |
-+--------------------+--------------------+----------------------------------+---------------------------+
++--------------------+--------------------+-----------------------------------+---------------------------+
+| Feature | Enabled by default | Description |Property to disable |
++====================+====================+===================================+===========================+
+| Client | Yes, required | The actual client | |
++--------------------+--------------------+-----------------------------------+---------------------------+
+| DesktopShortcut | Yes | Adds a shortcut to the desktop |``NO_DESKTOP_SHORTCUT`` |
++--------------------+--------------------+-----------------------------------+---------------------------+
+| StartMenuShortcuts | Yes | Adds a shortcut to the start menu |``NO_START_MENU_SHORTCUTS``|
++--------------------+--------------------+-----------------------------------+---------------------------+
+| ShellExtensions | Yes | Adds Explorer integration |``NO_SHELL_EXTENSIONS`` |
++--------------------+--------------------+-----------------------------------+---------------------------+
Installation
~~~~~~~~~~~~