source: cestina_klient/openerp-client-czech.iss

Last change on this file was 5, checked in by chronos, 13 years ago
  • instalační program aktuální češtiny pro klienta
File size: 1.4 KB
Line 
1; Script generated by the Inno Setup Script Wizard.
2; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4#define MyAppName "OpenERP Client Czech"
5#define MyAppVersion "6.0.2"
6#define MyAppPublisher "Chronosoft"
7#define MyAppShortPublisher "Chronosoft"
8#define MyAppURL "http://wiki.zdechov.net/wiki/OpenERP"
9
10[Setup]
11; NOTE: The value of AppId uniquely identifies this application.
12; Do not use the same AppId value in installers for other applications.
13; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
14AppId={{7339A9DD-FC2E-4524-91D8-9DB57EE7930B}}
15AppName={#MyAppName}
16AppVersion={#MyAppVersion}
17;AppVerName={#MyAppName} {#MyAppVersion}
18AppPublisher={#MyAppPublisher}
19AppPublisherURL={#MyAppURL}
20AppSupportURL={#MyAppURL}
21AppUpdatesURL={#MyAppURL}
22DefaultDirName="c:\Program Files\OpenERP 6.0\Client"
23DefaultGroupName={#MyAppShortPublisher}\{#MyAppName}
24AllowNoIcons=yes
25OutputDir=.
26OutputBaseFilename=openerp-client-czech-{#MyAppVersion}
27Compression=lzma
28SolidCompression=yes
29
30[Languages]
31Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
32
33[Tasks]
34
35[Files]
36Source: "..\cestina\client\i18n\cs.po"; DestDir: "{app}\po"; Flags: ignoreversion
37Source: "..\cestina\client\i18n\cs.mo"; DestDir: "{app}\share\locale\cs\LC_MESSAGES"; DestName: "openerp-client.mo"; Flags: ignoreversion
38; NOTE: Don't use "Flags: ignoreversion" on any shared system files
39
40[Icons]
41
42[Run]
43
Note: See TracBrowser for help on using the repository browser.