]> git.mxchange.org Git - flightgear.git/commitdiff
Various tweaks.
authorcurt <curt>
Tue, 14 Oct 2003 20:06:29 +0000 (20:06 +0000)
committercurt <curt>
Tue, 14 Oct 2003 20:06:29 +0000 (20:06 +0000)
package/Win32-Inno/FlightGear-0.9.2b.iss

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