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 2016/12/07 22:37:27 UTC

[2/4] couchdb-glazier git commit: Enable installation to drives other than boot

Enable installation to drives other than boot


Project: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/commit/4a12b87f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/tree/4a12b87f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/diff/4a12b87f

Branch: refs/heads/master
Commit: 4a12b87f9e0e08f6d61e6fa9870e4f95536946a7
Parents: a37eaad
Author: Joan Touzet <wo...@atypical.net>
Authored: Wed Sep 14 16:57:07 2016 -0400
Committer: Joan Touzet <wo...@atypical.net>
Committed: Wed Sep 14 16:57:30 2016 -0400

----------------------------------------------------------------------
 installer/couchdb.wxs.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-glazier/blob/4a12b87f/installer/couchdb.wxs.in
----------------------------------------------------------------------
diff --git a/installer/couchdb.wxs.in b/installer/couchdb.wxs.in
index e5ebb94..7ea891c 100644
--- a/installer/couchdb.wxs.in
+++ b/installer/couchdb.wxs.in
@@ -27,11 +27,10 @@
 			EmbedCab="yes" />
 
 		<!--Directory structure-->
-        <SetDirectory Id="APPLICATIONFOLDER"
-            Value="[WindowsVolume]CouchDB" />
+        <Property Id="ApplicationFolderName" Value="C:\CouchDB" />
 		<Directory Id="TARGETDIR"
 			Name="SourceDir">
-			<Directory Id="APPLICATIONFOLDER" Name="Apache CouchDB" />
+			<Directory Id="APPLICATIONFOLDER" Name="CouchDB" />
 			<Directory Id="ProgramMenuFolder">
 				<Directory Id="OurShortcutsDir" Name="Apache CouchDB" />
 			</Directory>