mirror of
https://github.com/ckaczor/SmartHDD.git
synced 2026-01-14 01:25:41 -05:00
28 lines
816 B
Plaintext
28 lines
816 B
Plaintext
#include "isxdl\isxdl.iss"
|
|
|
|
[CustomMessages]
|
|
DependenciesDir=MyProgramDependencies
|
|
|
|
en.depdownload_msg=The following applications are required before setup can continue:%n%n%1%nDownload and install now?
|
|
|
|
en.depdownload_memo_title=Download dependencies
|
|
|
|
en.depinstall_memo_title=Install dependencies
|
|
|
|
en.depinstall_title=Installing dependencies
|
|
|
|
en.depinstall_description=Please wait while Setup installs dependencies on your computer.
|
|
|
|
en.depinstall_status=Installing %1...
|
|
|
|
en.depinstall_missing=%1 must be installed before setup can continue. Please install %1 and run Setup again.
|
|
|
|
en.depinstall_error=An error occured while installing the dependencies. Please restart the computer and run the setup again or install the following dependencies manually:%n
|
|
|
|
en.isxdl_langfile=
|
|
|
|
[Code]
|
|
#include "code.pas"
|
|
|
|
[Setup]
|