Repository: couchdb-glazier Updated Branches: refs/heads/release/couchdb_2.0 a37eaad43 -> 4a12b87f9
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/release/couchdb_2.0 Commit: 4a12b87f9e0e08f6d61e6fa9870e4f95536946a7 Parents: a37eaad 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: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>