haalireaderbe300.nsi
来自「俄罗斯人开发的大名鼎鼎的Pocket Pc 阅读器haaliread的源代码,v」· NSI 代码 · 共 45 行
NSI
45 行
; Default names
!ifndef NAME
!define NAME "Haali Reader for BE300"
!endif
!ifndef NSPNAME
!define NSPNAME "HaaliReaderBE300"
!endif
!ifndef VENDOR
!define VENDOR "Haali"
!endif
!ifndef VERSION
!define VERSION "2.0"
!endif
; The name of the installer
Name "${NAME}"
; The file to write
OutFile "${NAME} v${VERSION} Setup.exe"
; License text
LicenseText "You must read the following license before installing:"
LicenseData "LICENSE.txt"
ShowInstDetails show
XPStyle on
Section "Haali Reader"
SetOutPath $TEMP
File "setup.exe"
File "setup.ini"
File "HaaliReader.cbea"
HideWindow
ExecWait "$OUTDIR\setup.exe"
Delete "$OUTDIR\setup.exe"
Delete "$OUTDIR\setup.ini"
Delete "$OUTDIR\HaaliReader.cbea"
SetAutoClose true
SectionEnd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?