Enable installation to drives other than boot
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>