]> git.mxchange.org Git - flightgear.git/blob - package/Win32-Inno/FlightGear-0.9.3.iss
Miscellaneous changes that got missed somehow.
[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 ; Note: the files must appear in the X: drive.
11 ; You can do this with the command below:
12 ;
13 ;     subst X: path_to_files
14 ;
15 ; For example:
16 ;
17 ;     C:\> subst X: F:\Path\to\FlightGear\root
18 ;
19
20 [Setup]
21 AppName=FlightGear
22 AppVerName=FlightGear v0.9.3
23 AppPublisher=The FlightGear Organization
24 AppPublisherURL=http://www.flightgear.org
25 AppSupportURL=http://www.flightgear.org
26 AppUpdatesURL=http://www.flightgear.org
27 DefaultDirName={pf}\FlightGear-0.9.3
28 DefaultGroupName=FlightGear v0.9.3
29 LicenseFile=X:\data\COPYING
30 Uninstallable=yes
31
32 [Tasks]
33 ; 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.
34 Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
35
36 [Files]
37 Source: "X:\*.*"; DestDir: "{app}"; Flags: ignoreversion
38 Source: "X:\bin\*.*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs
39 Source: "X:\data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs
40 Source: "X:\docs\*.*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs
41 Source: "X:\bin\Win32\fgrun.prefs"; DestDir: "{userappdata}\flightgear.org"; Flags: ignoreversion
42 ; Source: "X:\src\*.*"; DestDir: "{app}\src"; Flags: ignoreversion recursesubdirs
43 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
44
45 [Icons]
46 Name: "{group}\FlightGear Launcher"; Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}";
47 ; Name: "{group}\FlightGear"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}";
48 Name: "{group}\FlightGear Documentation"; Filename: "{app}\data\docs\index.html"
49 Name: "{group}\Explore Documentation Folder"; Filename: "{app}\docs"
50 Name: "{group}\Uninstall FlightGear v0.9.3"; Filename: "{uninstallexe}"
51 Name: "{userdesktop}\FlightGear v0.9.3"; Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}"; Tasks: desktopicon
52 ; For running flightgear directly
53 ; Name: "{userdesktop}\FlightGear v0.9.3"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Tasks: desktopicon
54
55 [Run]
56 ; Put installation directory in the fgrun.prefs
57 filename: "{app}\bin\win32\mkfgrunp.bat"; WorkingDir: "{app}\bin\win32"; Parameters: """{app}"" ""{userappdata}"""
58 filename: "{app}\bin\win32\instscen.bat"; WorkingDir: "{app}\bin\win32"; Parameters: """{src}"" ""{app}"""
59 ; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
60 Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent
61 ; For running flightgear directly
62 ; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent
63