You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/01/11 14:42:56 UTC

svn commit: r1057622 - /directory/studio/trunk/application/application-win32-x86_64-exe/src/main/resources/installer.nsi

Author: pamarcelot
Date: Tue Jan 11 13:42:55 2011
New Revision: 1057622

URL: http://svn.apache.org/viewvc?rev=1057622&view=rev
Log:
Should fix the issue that Apache Directory Studio is installed under 'C:\Program Files (x86)\Apache Directory Studio\' on 64 Bit Windows.

Modified:
    directory/studio/trunk/application/application-win32-x86_64-exe/src/main/resources/installer.nsi

Modified: directory/studio/trunk/application/application-win32-x86_64-exe/src/main/resources/installer.nsi
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-win32-x86_64-exe/src/main/resources/installer.nsi?rev=1057622&r1=1057621&r2=1057622&view=diff
==============================================================================
--- directory/studio/trunk/application/application-win32-x86_64-exe/src/main/resources/installer.nsi (original)
+++ directory/studio/trunk/application/application-win32-x86_64-exe/src/main/resources/installer.nsi Tue Jan 11 13:42:55 2011
@@ -49,7 +49,7 @@
     OutFile "${OutFile}"
     
     # Default install directory
-    InstallDir "$PROGRAMFILES\${Application}"
+    InstallDir "$PROGRAMFILES64\${Application}"
     
     # Branding text
     BrandingText "${Application} - ${Version}"