Statistics
| Branch: | Tag: | Revision:

root / Setup / CentrED_win32.iss @ 158:c8f14a3d46ee

History | View | Annotate | Download (1.5 kB)

1
; Script generated by the Inno Setup Script Wizard.
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
[Setup]
5
AppName=CentrED
6
AppVerName=CentrED 0.6.1
7
AppPublisher=AKS DataBasis
8
AppPublisherURL=http://www.aksdb.de/CentrED
9
AppSupportURL=http://www.aksdb.de/CentrED
10
AppUpdatesURL=http://www.aksdb.de/CentrED
11
DefaultDirName={pf}\AKS DataBasis\CentrED
12
DefaultGroupName=AKS DataBasis\CentrED
13
OutputBaseFilename=CentrED_win32
14
Compression=lzma
15
SolidCompression=true
16
VersionInfoVersion=0.6.1
17
VersionInfoCompany=AKS DataBasis
18
VersionInfoDescription=Client/Server based multiuser map editor
19
VersionInfoTextVersion=0.6.1
20
VersionInfoCopyright=Andreas Schneider
21
AppCopyright=Andreas Schneider
22
InfoBeforeFile=Changelog.txt
23
SignTool=defsign $f
24
AppVersion=0.6.1
25
AppID={{77BCACC0-C2D9-470D-858F-A3D94A5F27A5}
26
SignedUninstaller=true
27
28
[Languages]
29
Name: english; MessagesFile: compiler:Default.isl
30
31
[Tasks]
32
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
33
34
[Files]
35
Source: ..\bin\CentrED.exe; DestDir: {app}; Flags: ignoreversion
36
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
37
Source: ..\bin\CentrED.dat; DestDir: {app}
38
Source: ..\bin\nodraw.txt; DestDir: {app}
39
40
[Icons]
41
Name: {group}\CentrED; Filename: {app}\CentrED.exe
42
Name: {commondesktop}\CentrED; Filename: {app}\CentrED.exe; Tasks: desktopicon
43
44
[Run]
45
Filename: {app}\CentrED.exe; Description: {cm:LaunchProgram,CentrED}; Flags: nowait postinstall skipifsilent
46
[Messages]
47
BeveledLabel=Copyright 2009 Andreas Schneider