; Script generated by the Inno Script Studio Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Krey CTI" #define MyAppVersion "1.1.0" #define MyAppPublisher "Krey Llc" #define MyAppURL "https://KreyCTI.ru/" #define MyAppExeName "KreyCTI.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} OutputDir=\KreyCTI\Installer\Bin OutputBaseFilename=setup SetupIconFile=\KreyCTI\Installer\logo.ico Compression=lzma SolidCompression=yes ArchitecturesInstallIn64BitMode=x64 UninstallDisplayIcon={app}\KreyCTI.exe [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "Source\KreyCTI.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "Source\Language.ini"; DestDir: "{app}"; Flags: ignoreversion; Languages: russian Source: "Source\Theme\*"; DestDir: "{app}\Theme\"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "Source\*"; DestDir: "{app}\WWW"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files Source: "Source\LicenseManager.exe"; DestDir: "{app}"; Flags: ignoreversion [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent [Dirs] Name: "{userappdata}\Local\KreyCTI\CTI"