|
|
@@ -86,17 +86,17 @@ If you for instance want to install everything but the ``DesktopShortcut`` and t
|
|
|
|
|
|
1. You explicitly name all the features you actually want to install (whitelist) where `Client` is always installed anyway::
|
|
|
|
|
|
- msiexec /passive /i Nextcloud-x.y.z-x64.msi ADDDEFAULT=StartMenuShortcuts
|
|
|
+ msiexec /passive /i Nextcloud-x.y.z-x64.msi ADDDEFAULT=StartMenuShortcuts
|
|
|
|
|
|
2. You pass the `NO_DESKTOP_SHORTCUT` and `NO_SHELL_EXTENSIONS` properties::
|
|
|
|
|
|
- msiexec /passive /i Nextcloud-x.y.z-x64.msi NO_DESKTOP_SHORTCUT="1" NO_SHELL_EXTENSIONS="1"
|
|
|
+ msiexec /passive /i Nextcloud-x.y.z-x64.msi NO_DESKTOP_SHORTCUT="1" NO_SHELL_EXTENSIONS="1"
|
|
|
|
|
|
.. NOTE::
|
|
|
-The Nextcloud `.msi` remembers these properties, so you don't need to specify them on upgrades.
|
|
|
+ The Nextcloud `.msi` remembers these properties, so you don't need to specify them on upgrades.
|
|
|
|
|
|
.. NOTE::
|
|
|
-You cannot use these to change the installed features, if you want to do that, see the next section.
|
|
|
+ You cannot use these to change the installed features, if you want to do that, see the next section.
|
|
|
|
|
|
Changing Installed Features
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
@@ -105,11 +105,11 @@ You can change the installed features later by using `REMOVE` and `ADDDEFAULT` p
|
|
|
|
|
|
1. If you want to add the the desktop shortcut later, run the following command::
|
|
|
|
|
|
- msiexec /passive /i Nextcloud-x.y.z-x64.msi ADDDEFAULT="DesktopShortcut"
|
|
|
+ msiexec /passive /i Nextcloud-x.y.z-x64.msi ADDDEFAULT="DesktopShortcut"
|
|
|
|
|
|
2. If you want to remove it, simply run the following command::
|
|
|
|
|
|
- msiexec /passive /i Nextcloud-x.y.z-x64.msi REMOVE="DesktopShortcut"
|
|
|
+ msiexec /passive /i Nextcloud-x.y.z-x64.msi REMOVE="DesktopShortcut"
|
|
|
|
|
|
Windows keeps track of the installed features and using `REMOVE` or `ADDDEFAULT` will only affect the mentioned features.
|
|
|
|
|
|
@@ -118,7 +118,7 @@ and `ADDDEFAULT <https://msdn.microsoft.com/en-us/library/windows/desktop/aa3675
|
|
|
on the Windows Installer Guide.
|
|
|
|
|
|
.. NOTE::
|
|
|
-You cannot specify `REMOVE` on initial installation as it will disable all features.
|
|
|
+ You cannot specify `REMOVE` on initial installation as it will disable all features.
|
|
|
|
|
|
Installation Folder
|
|
|
^^^^^^^^^^^^^^^^^^^
|
|
|
@@ -150,7 +150,7 @@ This option also removes the checkbox to let users decide if they want to launch
|
|
|
for non passive/quiet mode.
|
|
|
|
|
|
.. NOTE::
|
|
|
-This option does not have any effect without GUI.
|
|
|
+ This option does not have any effect without GUI.
|
|
|
|
|
|
No Reboot After Installation
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|