]> git.mxchange.org Git - flightgear.git/commitdiff
Updates from Frederic B.
authorcurt <curt>
Mon, 20 Oct 2003 14:36:02 +0000 (14:36 +0000)
committercurt <curt>
Mon, 20 Oct 2003 14:36:02 +0000 (14:36 +0000)
package/Win32-Inno/FlightGear-0.9.2b.iss [deleted file]
package/Win32-Inno/FlightGear-0.9.3.iss [new file with mode: 0755]

diff --git a/package/Win32-Inno/FlightGear-0.9.2b.iss b/package/Win32-Inno/FlightGear-0.9.2b.iss
deleted file mode 100755 (executable)
index fc2b568..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-; 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
-AppVerName=FlightGear 0.9.2b\r
-AppPublisher=The FlightGear Organization\r
-AppPublisherURL=http://www.flightgear.org\r
-AppSupportURL=http://www.flightgear.org\r
-AppUpdatesURL=http://www.flightgear.org\r
-DefaultDirName={pf}\FlightGear-0.9.2b\r
-DefaultGroupName=FlightGear\r
-LicenseFile=F:\data\COPYING\r
-Uninstallable=yes\r
-\r
-[Tasks]\r
-; 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.\r
-Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"\r
-\r
-[Files]\r
-Source: "F:\*.*"; DestDir: "{app}"; Flags: ignoreversion\r
-Source: "F:\bin\*.*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs\r
-Source: "F:\data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs\r
-Source: "F:\docs\*.*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs\r
-Source: "F:\src\*.*"; DestDir: "{app}\src"; Flags: ignoreversion recursesubdirs\r
-; NOTE: Don't use "Flags: ignoreversion" on any shared system files\r
-\r
-[Icons]\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
-Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent\r
-\r
diff --git a/package/Win32-Inno/FlightGear-0.9.3.iss b/package/Win32-Inno/FlightGear-0.9.3.iss
new file mode 100755 (executable)
index 0000000..7abd19f
--- /dev/null
@@ -0,0 +1,44 @@
+; 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
+AppVerName=FlightGear 0.9.3-pre1\r
+AppPublisher=The FlightGear Organization\r
+AppPublisherURL=http://www.flightgear.org\r
+AppSupportURL=http://www.flightgear.org\r
+AppUpdatesURL=http://www.flightgear.org\r
+DefaultDirName={pf}\FlightGear-0.9.3-pre1\r
+DefaultGroupName=FlightGear\r
+LicenseFile=F:\data\COPYING\r
+Uninstallable=yes\r
+\r
+[Tasks]\r
+; 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.\r
+Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"\r
+\r
+[Files]\r
+Source: "F:\*.*"; DestDir: "{app}"; Flags: ignoreversion\r
+Source: "F:\bin\*.*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs\r
+Source: "F:\data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs\r
+Source: "F:\docs\*.*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs\r
+Source: "F:\src\*.*"; DestDir: "{app}\src"; Flags: ignoreversion recursesubdirs\r
+; NOTE: Don't use "Flags: ignoreversion" on any shared system files\r
+\r
+[Icons]\r
+Name: "{group}\FlightGear-0.9.3-pre1"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}";\r
+Name: "{group}\FlightGear Manual"; Filename: "{app}\data\docs\index.html"\r
+Name: "{group}\Explore Documentation Folder"; Filename: "{app}\docs"\r
+Name: "{group}\Uninstall FlightGear-0.9.3-pre1"; Filename: "{uninstallexe}"\r
+Name: "{userdesktop}\FlightGear-0.9.3-pre1"; 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
+Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent\r
+\r