Browse Source

installer script for 1.0.2

Philip Saltzman 20 years ago
parent
commit
9254a675f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/makepanda/panda.nsi

+ 2 - 2
doc/makepanda/panda.nsi

@@ -9,7 +9,7 @@
 ;   FULLNAME      - full name of what we're building            (ie, "Panda3D")
 ;   FULLNAME      - full name of what we're building            (ie, "Panda3D")
 ;   SMDIRECTORY   - where to put this in the start menu         (ie, "Panda3D VERSION")
 ;   SMDIRECTORY   - where to put this in the start menu         (ie, "Panda3D VERSION")
 ;   UNINSTALLKEY  - what registry key to use for uninstaller    (ie, "Panda3D VERSION")
 ;   UNINSTALLKEY  - what registry key to use for uninstaller    (ie, "Panda3D VERSION")
-;   INSTALLDIR    - where to install the program                (ie, "C:\Panda3D-VERSION")
+;   INSTALLDIR    - where to install the program                (ie, "C:\Program Files\Panda3D-VERSION")
 ;   PPGAME        - only if making a prepackaged game.          (ie, "Airblade")
 ;   PPGAME        - only if making a prepackaged game.          (ie, "Airblade")
 
 
 !define PANDA ..\built
 !define PANDA ..\built
@@ -41,7 +41,7 @@ SetCompressor ${COMPRESSOR}
 !insertmacro MUI_UNPAGE_INSTFILES
 !insertmacro MUI_UNPAGE_INSTFILES
 !insertmacro MUI_UNPAGE_FINISH
 !insertmacro MUI_UNPAGE_FINISH
 
 
-!insertmacro MUI_LANGUAGE "English"
+!insertmacro MUI_LANGUAGE "Panda3DEnglish"
 
 
 ShowInstDetails show
 ShowInstDetails show
 ShowUninstDetails show
 ShowUninstDetails show