source: Cestina/Kicad-czech.iss

Last change on this file was 5, checked in by chronos, 13 years ago
File size: 1.3 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 "Kicad èeština"
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.)
14AppId={{63329989-2A5A-46BD-994C-81601E61A1D8}}
15AppName={#MyAppName}
16AppVersion={#MyAppVersion}
17;AppVerName={#MyAppName} {#MyAppVersion}
18AppPublisher={#MyAppPublisher}
19AppPublisherURL={#MyAppURL}
20AppSupportURL={#MyAppURL}
21AppUpdatesURL={#MyAppURL}
22DefaultDirName="c:\Program Files\Kicad"
23DefaultGroupName={#MyAppShortPublisher}\{#MyAppName}
24AllowNoIcons=yes
25OutputDir=.
26OutputBaseFilename=Kicad-czech-{#MyAppVersion}
27Compression=lzma
28SolidCompression=yes
29
30[Languages]
31Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
32
33[Tasks]
34
35[Files]
36Source: "Kicad.po"; DestDir: "{app}\share\internat\cs"; Flags: ignoreversion
37Source: "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
Note: See TracBrowser for help on using the repository browser.