~ubuntu-branches/ubuntu/hardy/gnue-common/hardy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
AppId=GNUe-Designer
AppName=GNUe-Designer
AppVerName=GNUe-Designer-0.5.5
AppPublisher=GNU Enterprise
AppPublisherURL=http://www.gnuenterprise.org
AppSupportURL=http://www.gnuenterprise.org
AppUpdatesURL=http://www.gnuenterprise.org
DefaultDirName={pf}\GNUe\
DefaultGroupName=GNUe
AllowNoIcons=true
LicenseFile=c:\gnue\LICENSE.txt
ChangesAssociations=true
CreateAppDir=true
ShowLanguageDialog=yes
OutputBaseFilename=gnue-designer-0.5.5
DisableDirPage=true

[Tasks]
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional icons:; MinVersion: 4,4

[Components]
Name: main; Description: Shared Program Files; Types: full compact custom; Flags: fixed
Name: doc; Description: Documentation; Types: full
Name: translations; Description: Translations; Types: full

[Files]
Source: c:\gnue\bin\gnue-designer.exe; DestDir: {app}\bin; Components: main; Flags: ignoreversion
Source: c:\gnue\bin\gnue\designer\*.*; DestDir: {app}\bin\gnue\designer; Flags: recursesubdirs ignoreversion; Components: main
Source: c:\gnue\share\locale\de\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\de\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
Source: c:\gnue\share\locale\es_MX\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\es_MX\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
;Source: c:\gnue\share\locale\es_ES\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\es_ES\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
;Source: c:\gnue\share\locale\fr\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\fr\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
Source: c:\gnue\share\locale\hu\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\hu\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
Source: c:\gnue\share\locale\lt\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\lt\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
;Source: c:\gnue\share\locale\ro\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\ro\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
Source: c:\gnue\share\locale\ru\LC_MESSAGES\gnue-designer.mo; DestDir: {app}\share\locale\ru\LC_MESSAGES\; Flags: recursesubdirs; Components: translations
Source: c:\gnue\share\doc\gnue-designer\*.*; DestDir: {app}\share\doc\gnue-designer; Flags: recursesubdirs; Components: doc
Source: c:\gnue\share\gnue\images\designer\*.*; DestDir: {app}\share\gnue\images\designer; Components: main

[Icons]
Name: {group}\Documentation\Designer Users Guide (PDF Format); Filename: {app}\share\doc\gnue-designer\Users-Guide.pdf; Components: doc
Name: {group}\GNUe Designer; Filename: {app}\bin\gnue-designer.exe
Name: {userdesktop}\GNUe Designer; Filename: {app}\bin\gnue-designer.exe; WorkingDir: {app}; MinVersion: 4,4; Tasks: desktopicon

[UninstallDelete]
Name: {app}\bin\gnue\designer\*.*; Type: filesandordirs

[Code]
#include <code-include.iss>