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 "Kicad èetina"
|
---|
5 | #define MyAppVersion "2011-08-15"
|
---|
6 | #define MyAppPublisher "Chronosoft"
|
---|
7 | #define MyAppShortPublisher "Chronosoft"
|
---|
8 | #define MyAppURL "http://wiki.zdechov.net/wiki/Kicad"
|
---|
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.)
|
---|
14 | AppId={{63329989-2A5A-46BD-994C-81601E61A1D8}}
|
---|
15 | AppName={#MyAppName}
|
---|
16 | AppVersion={#MyAppVersion}
|
---|
17 | ;AppVerName={#MyAppName} {#MyAppVersion}
|
---|
18 | AppPublisher={#MyAppPublisher}
|
---|
19 | AppPublisherURL={#MyAppURL}
|
---|
20 | AppSupportURL={#MyAppURL}
|
---|
21 | AppUpdatesURL={#MyAppURL}
|
---|
22 | DefaultDirName="c:\Program Files\Kicad"
|
---|
23 | DefaultGroupName={#MyAppShortPublisher}\{#MyAppName}
|
---|
24 | AllowNoIcons=yes
|
---|
25 | OutputDir=.
|
---|
26 | OutputBaseFilename=Kicad-czech-{#MyAppVersion}
|
---|
27 | Compression=lzma
|
---|
28 | SolidCompression=yes
|
---|
29 |
|
---|
30 | [Languages]
|
---|
31 | Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
|
---|
32 |
|
---|
33 | [Tasks]
|
---|
34 |
|
---|
35 | [Files]
|
---|
36 | Source: "Kicad.po"; DestDir: "{app}\share\internat\cs"; Flags: ignoreversion
|
---|
37 | Source: "Kicad.mo"; DestDir: "{app}\share\internat\cs"; Flags: ignoreversion
|
---|
38 | ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
---|
39 |
|
---|
40 | [Icons]
|
---|
41 |
|
---|
42 | [Run]
|
---|
43 |
|
---|