Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit a79bc55

Browse files
authored
Show unattended install to custom path on Windows (#580)
1 parent ab7726a commit a79bc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/install/windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ The same as above, but also install and launch CouchDB as a service:
8282
8383
msiexec /i apache-couchdb-3.0.0.msi /quiet INSTALLSERVICE=1 ADMINUSER=admin ADMINPASSWORD=hunter2 /norestart
8484
85-
Unattended uninstall of CouchDB:
85+
Unattended uninstall of CouchDB to target directory `D:\CouchDB`:
8686

8787
.. code-block:: batch
8888
89-
msiexec /x apache-couchdb-3.0.0.msi /quiet /norestart
89+
msiexec /x apache-couchdb-3.0.0.msi INSTALLSERVICE=1 APPLICATIONFOLDER="D:\CouchDB" ADMINUSER=admin ADMINPASSWORD=hunter2 /quiet /norestart
9090
9191
Unattended uninstall if the installer file is unavailable:
9292

0 commit comments

Comments
 (0)