You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/08/12 00:40:14 UTC

[couchdb-documentation] branch master updated: Show unattended install to custom path on Windows (#580)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new a79bc55  Show unattended install to custom path on Windows (#580)
a79bc55 is described below

commit a79bc5518f1122436f871cdf5a489b76254c8600
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Tue Aug 11 20:40:03 2020 -0400

    Show unattended install to custom path on Windows (#580)
---
 src/install/windows.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/install/windows.rst b/src/install/windows.rst
index 9b79319..96af5ba 100644
--- a/src/install/windows.rst
+++ b/src/install/windows.rst
@@ -82,11 +82,11 @@ The same as above, but also install and launch CouchDB as a service:
 
     msiexec /i apache-couchdb-3.0.0.msi /quiet INSTALLSERVICE=1 ADMINUSER=admin ADMINPASSWORD=hunter2 /norestart
 
-Unattended uninstall of CouchDB:
+Unattended uninstall of CouchDB to target directory `D:\CouchDB`:
 
 .. code-block:: batch
 
-    msiexec /x apache-couchdb-3.0.0.msi /quiet /norestart
+    msiexec /x apache-couchdb-3.0.0.msi INSTALLSERVICE=1 APPLICATIONFOLDER="D:\CouchDB" ADMINUSER=admin ADMINPASSWORD=hunter2 /quiet /norestart
 
 Unattended uninstall if the installer file is unavailable: