Repository: couchdb-glazier
Updated Branches:
  refs/heads/master 7f0e8f8d3 -> 292c64739


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/292c6473
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/tree/292c6473
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/diff/292c6473

Branch: refs/heads/master
Commit: 292c64739e56f2da9c990a7d8dd287cb5b54dc9e
Parents: 7f0e8f8
Author: Joan Touzet <woh...@atypical.net>
Authored: Wed Sep 14 16:57:07 2016 -0400
Committer: Joan Touzet <woh...@atypical.net>
Committed: Wed Sep 14 16:57:07 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/292c6473/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>

Reply via email to