]> git.mxchange.org Git - flightgear.git/blob - package/Win32-Inno/FlightGear-0.9.3.iss
Updates to the Inno-setup script.
[flightgear.git] / package / Win32-Inno / FlightGear-0.9.3.iss
1 ; Script generated by the Inno Setup Script Wizard.
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3 ;
4 ; This script creates an installable FlightGear package for Win32 using the
5 ; "Inno Setup" package builder.  Inno Setup is free (but probably not open
6 ; source?.)  The official web site for this package building software is:
7 ;
8 ;     http://www.jrsoftware.org/isinfo.php
9 ;
10 ; You can use something like the following to help the script find
11 ; your official flightgear tree location:
12 ;
13 ;     C:\> subst X: F:\Path\to\FlightGear\root
14 ;
15
16 [Setup]
17 AppName=FlightGear
18 AppVerName=FlightGear 0.9.3
19 AppPublisher=The FlightGear Organization
20 AppPublisherURL=http://www.flightgear.org
21 AppSupportURL=http://www.flightgear.org
22 AppUpdatesURL=http://www.flightgear.org
23 DefaultDirName={sd}\FlightGear\FlightGear-0.9.3
24 DefaultGroupName=FlightGear-0.9.3
25 LicenseFile=X:\data\COPYING
26 Uninstallable=yes
27
28 [Tasks]
29 ; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required.
30 Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
31
32 [Files]
33 Source: "X:\*.*"; DestDir: "{app}"; Flags: ignoreversion
34 Source: "X:\bin\*.*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs
35 Source: "X:\data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs
36 Source: "X:\docs\*.*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs
37 Source: "X:\bin\Win32\fgrun.prefs"; DestDir: "{userappdata}\flightgear.org"; Flags: ignoreversion onlyifdoesntexist uninsneveruninstall
38 ; Source: "X:\src\*.*"; DestDir: "{app}\src"; Flags: ignoreversion recursesubdirs
39 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
40
41 [Icons]
42 Name: "{group}\FlightGear-0.9.3"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}";
43 Name: "{group}\Fgrun FlightGear"; Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}";
44 Name: "{group}\FlightGear Documentation"; Filename: "{app}\data\docs\index.html"
45 Name: "{group}\Explore Documentation Folder"; Filename: "{app}\docs"
46 Name: "{group}\Uninstall FlightGear-0.9.3"; Filename: "{uninstallexe}"
47 Name: "{userdesktop}\FlightGear-0.9.3"; Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}"; Tasks: desktopicon
48 ; For running flightgear directly
49 ; Name: "{userdesktop}\FlightGear-0.9.3"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Tasks: desktopicon
50
51 [Run]
52 ; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
53 Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent
54 ; For running flightgear directly
55 ; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent
56