| |
25 |
25 |
#define LibStringFilename32 "libstring32u.dll" |
| |
26 |
26 |
#define LibStringFilename64 "libstring64u.dll" |
| |
27 |
27 |
|
| |
28 |
28 |
#define LibLoggerFilename32 "liblogger32u.dll" |
| |
29 |
29 |
#define LibLoggerFilename64 "liblogger64u.dll" |
| |
30 |
30 |
|
| |
31 |
31 |
#define LibictranslateFilename32 "libictranslate32u.dll" |
| |
32 |
32 |
#define LibictranslateFilename64 "libictranslate64u.dll" |
| |
33 |
33 |
#define ICTranslateFilename32 "ictranslate.exe" |
| |
34 |
34 |
#define ICTranslateFilename64 "ictranslate64.exe" |
| |
35 |
35 |
#define SQLite32 "sqlite3_32.dll" |
| |
36 |
36 |
#define SQLite64 "sqlite3_64.dll" |
| |
37 |
37 |
|
| |
38 |
38 |
#define RegCHExtFilename32 "regchext.exe" |
| |
39 |
39 |
#define RegCHExtFilename64 "regchext64.exe" |
| |
40 |
40 |
|
| |
41 |
41 |
#define MSRedistDir32 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x86" |
| |
42 |
42 |
#define MSRedistDir64 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64" |
| |
43 |
43 |
#define DbgHelp32 "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86" |
| |
44 |
44 |
#define DbgHelp64 "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64" |
| |
45 |
|
#define UCrtDir32 "C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86" |
| |
46 |
|
#define UCrtDir64 "C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64" |
| |
|
45 |
#define UCrtDir32 "C:\Program Files (x86)\Windows Kits\10\Redist\10.0.17763.0\ucrt\DLLs\x86" |
| |
|
46 |
#define UCrtDir64 "C:\Program Files (x86)\Windows Kits\10\Redist\10.0.17763.0\ucrt\DLLs\x64" |
| |
47 |
47 |
|
| |
48 |
48 |
[Setup] |
| |
49 |
49 |
AppName={#MyAppName} |
| |
50 |
50 |
AppVerName={#MyAppVerName} |
| |
51 |
51 |
AppPublisher={#MyAppPublisher} |
| |
52 |
52 |
AppPublisherURL={#MyAppURL} |
| |
53 |
53 |
AppSupportURL={#MyAppURL} |
| |
54 |
54 |
AppUpdatesURL={#MyAppURL} |
| |
55 |
55 |
DefaultDirName={pf}\{#MyAppName} |
| |
56 |
56 |
DefaultGroupName={#MyAppName} |
| |
57 |
57 |
AllowNoIcons=true |
| |
58 |
58 |
LicenseFile=..\License.txt |
| |
59 |
59 |
OutputDir=.\ |
| |
60 |
60 |
OutputBaseFilename={#InstallerFilename} |
| |
61 |
61 |
Compression=lzma/ultra |
| |
62 |
62 |
SolidCompression=true |
| |
63 |
63 |
AppMutex=_Copy handler_ instance |
| |
64 |
64 |
ShowLanguageDialog=auto |
| |
65 |
65 |
AppID={{9CF6A157-F0E8-4216-B229-C0CA8204BE2C} |
| |
66 |
66 |
InternalCompressLevel=ultra |