HaaliReaderBE300.nsi
上传用户:hmc_gdtv
上传日期:2013-08-04
资源大小:798k
文件大小:1k
源码类别:
Windows Mobile
开发平台:
Visual C++
- ; 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 "$OUTDIRsetup.exe"
- Delete "$OUTDIRsetup.exe"
- Delete "$OUTDIRsetup.ini"
- Delete "$OUTDIRHaaliReader.cbea"
- SetAutoClose true
- SectionEnd