⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 haalireaderbe300.nsi

📁 俄罗斯人开发的大名鼎鼎的Pocket Pc 阅读器haaliread的源代码,visual c
💻 NSI
字号:
; 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -