Various tweaks.
This commit is contained in:
parent
2fb51612de
commit
ee8eb7d6fe
1 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
|||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
;
|
||||
; This script creates an installable FlightGear package for Win32 using the
|
||||
; "Inno Setup" package builder. Inno Setup is free (but probably not open
|
||||
; source?.) The official web site for this package building software is:
|
||||
;
|
||||
; http://www.jrsoftware.org/isinfo.php
|
||||
|
||||
[Setup]
|
||||
AppName=FlightGear
|
||||
|
@ -9,7 +15,7 @@ AppPublisherURL=http://www.flightgear.org
|
|||
AppSupportURL=http://www.flightgear.org
|
||||
AppUpdatesURL=http://www.flightgear.org
|
||||
DefaultDirName={pf}\FlightGear-0.9.2b
|
||||
DefaultGroupName=FlightGear-0.9.2b
|
||||
DefaultGroupName=FlightGear
|
||||
LicenseFile=F:\data\COPYING
|
||||
Uninstallable=yes
|
||||
|
||||
|
@ -26,8 +32,9 @@ Source: "F:\src\*.*"; DestDir: "{app}\src"; Flags: ignoreversion recursesubdirs
|
|||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\FlightGear"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}";
|
||||
Name: "{userdesktop}\FlightGear"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Tasks: desktopicon
|
||||
Name: "{group}\FlightGear-0.9.2b"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}";
|
||||
Name: "{group}\Uninstall FlightGear-0.9.2b"; Filename: "{uninstallexe}"
|
||||
Name: "{userdesktop}\FlightGear-0.9.2b"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Tasks: desktopicon
|
||||
|
||||
[Run]
|
||||
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
|
||||
|
|
Loading…
Reference in a new issue