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/10 07:05:40 UTC

[couchdb-documentation] branch win-custom-folder created (now ef3f30b)

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

wohali pushed a change to branch win-custom-folder
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at ef3f30b  Show unattended install to custom path on Windows

This branch includes the following new commits:

     new ef3f30b  Show unattended install to custom path on Windows

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Show unattended install to custom path on Windows

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ef3f30b6a0af9f173b27709c7cba0e14d0e0d56f
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Mon Aug 10 03:05:33 2020 -0400

    Show unattended install to custom path on Windows
---
 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: