Clone
ixen <ixen@copyhandler.com>
committed
on 09 Jan 16
Fixed version.h to not include macros that fails to build with inno setup compiler (CH-213). Fixed small encoding problem with name inside s… Show more
Fixed version.h to not include macros that fails to build with inno setup compiler (CH-213). Fixed small encoding problem with name inside setup scripts.

Show less

LoggerImprovements + 5 more
scripts/setup.iss (+1 -1)
1 1 ; Script generated by the Inno Setup Script Wizard.
2 2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3 3 #define SETUP_COMPILER 1
4 4 #include "../src/common/version.h"
5 5 #define MyAppName PRODUCT_NAME
6 6 #define MyAppVerName PRODUCT_NAME + " " + PRODUCT_VERSION
7   #define MyAppPublisher "Józef Starosczyk"
  7 #define MyAppPublisher "J�zef Starosczyk"
8 8 #define MyAppURL "http://www.copyhandler.com"
9 9
10 10 #define InstallerFilename "chsetup-" + PRODUCT_VERSION
11 11
12 12 #define ExeFilename32 "ch.exe"
13 13 #define ExeFilename64 "ch64.exe"
14 14 #define ShellExtFilename32 "chext.dll"
15 15 #define ShellExtFilename64 "chext64.dll"
16 16 #define LibicpfFilename32 "libicpf32u.dll"
17 17 #define LibicpfFilename64 "libicpf64u.dll"
18 18 #define LibCHCoreFilename32 "libchcore32u.dll"
19 19 #define LibCHCoreFilename64 "libchcore64u.dll"
20 20 #define LibictranslateFilename32 "libictranslate32u.dll"
21 21 #define LibictranslateFilename64 "libictranslate64u.dll"
22 22 #define ICTranslateFilename32 "ictranslate.exe"
23 23 #define ICTranslateFilename64 "ictranslate64.exe"
24 24 #define SQLite32 "sqlite3_32.dll"
25 25 #define SQLite64 "sqlite3_64.dll"
26 26 #define MSRedistDir32 "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x86"
27 27 #define MSRedistDir64 "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x64"