~mshinke/nvdajp/betterBraille

« back to all changes in this revision

Viewing changes to extras/NVDA CD/nvdaLauncher.nsi

  • Committer: Masataka Shinke
  • Date: 2011-10-25 12:35:26 UTC
  • mfrom: (4175.1.10 jpmain)
  • mto: (4175.1.36 jpmain)
  • mto: This revision was merged to the branch mainline in revision 4193.
  • Revision ID: mshinke@users.sourceforge.jp-20111025123526-ze527a2rl3z0g2ky
lp:~nishimotz/nvdajp/main : 4185 をマージ

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
!define SPI_GETSCREENREADER 70
4
4
 
5
 
!define launcher_appDir "nvda_2009.1_portable"
 
5
!define launcher_appDir "nvda_${NVDA_VERSION}_portable"
6
6
!define launcher_appExe "nvdaLauncher.exe"
7
7
 
8
8
setcompress off
31
31
setOutPath "$PLUGINSDIR\app"
32
32
file /R "${launcher_appDir}\"
33
33
${GetParameters} $0
34
 
execWait "$PLUGINSDIR\app\${launcher_appExe} $0"
 
34
execWait "$PLUGINSDIR\app\nvda.exe $0"
35
35
SectionEnd