changeset 5743:f5066f71761a octave-forge

Modify nsi installer text to inform user to install octave into path without spaces.
author lindnerb
date Wed, 10 Jun 2009 13:06:51 +0000
parents b2b2a17193c3
children d0db92dff014
files admin/Windows/mingw32/octave.nsi.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/Windows/mingw32/octave.nsi.in	Wed Jun 10 13:05:01 2009 +0000
+++ b/admin/Windows/mingw32/octave.nsi.in	Wed Jun 10 13:06:51 2009 +0000
@@ -33,6 +33,7 @@
 ; Page custom DetectCPUType
 
 ; Directory page
+!define MUI_DIRECTORYPAGE_TEXT_TOP  "Setup will install ${PRODUCT_NAME} ${PRODUCT_VERSION} in the following folder. To install in a different folder, click Browse and select another folder. Click Next to continue.$\r$\n$\r$\nIt is highly recommended to install Octave into a folder WITHOUT spaces. Otherwise installing packages using Octave's package manager will not be possible!"
 !insertmacro MUI_PAGE_DIRECTORY
 
 ; Components page
@@ -76,7 +77,7 @@
 
 OutFile "Octave-${OCTAVE_VERSION}-${OCTAVE_RELEASE}_i686-pc-mingw32_gcc${GCC_VERSION}_setup.exe"
 
-InstallDir "$PROGRAMFILES\Octave\${OCTAVE_VERSION}_gcc${GCC_VERSION}"
+InstallDir "C:\Octave\${OCTAVE_VERSION}_gcc${GCC_VERSION}"
 
 ShowInstDetails show