comparison makeinst-script.sh @ 3361:9781db518638

makeinst-script.sh: Remove whitespace from installation path and add version number in default installation directory
author Anirudha Bose <ani07nov@gmail.com>
date Thu, 25 Jul 2013 21:14:43 +0530
parents cbaab92e1174
children 0f2a5e218359
comparison
equal deleted inserted replaced
3360:cbaab92e1174 3361:9781db518638
52 Name "\${APP_NAME}" 52 Name "\${APP_NAME}"
53 Caption "\${APP_NAME}" 53 Caption "\${APP_NAME}"
54 OutFile "\${INSTALLER_NAME}" 54 OutFile "\${INSTALLER_NAME}"
55 BrandingText "\${APP_NAME}" 55 BrandingText "\${APP_NAME}"
56 XPStyle on 56 XPStyle on
57 InstallDir "\$PROGRAMFILES\Octave" 57 InstallDir "C:\\Octave\\Octave-\${OCTAVE_VERSION}"
58 Icon "$OCTAVE_SOURCE\\$ICON" 58 Icon "$OCTAVE_SOURCE\\$ICON"
59 59
60 ###################################################################### 60 ######################################################################
61 !include "MUI.nsh" 61 !include "MUI.nsh"
62 62