From: curt Date: Mon, 20 Oct 2003 14:36:02 +0000 (+0000) Subject: Updates from Frederic B. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d6686d577be5b124874ef30382d3c32ab554a0b;p=flightgear.git Updates from Frederic B. --- diff --git a/package/Win32-Inno/FlightGear-0.9.2b.iss b/package/Win32-Inno/FlightGear-0.9.2b.iss deleted file mode 100755 index fc2b568ce..000000000 --- a/package/Win32-Inno/FlightGear-0.9.2b.iss +++ /dev/null @@ -1,42 +0,0 @@ -; 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 -AppVerName=FlightGear 0.9.2b -AppPublisher=The FlightGear Organization -AppPublisherURL=http://www.flightgear.org -AppSupportURL=http://www.flightgear.org -AppUpdatesURL=http://www.flightgear.org -DefaultDirName={pf}\FlightGear-0.9.2b -DefaultGroupName=FlightGear -LicenseFile=F:\data\COPYING -Uninstallable=yes - -[Tasks] -; 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. -Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:" - -[Files] -Source: "F:\*.*"; DestDir: "{app}"; Flags: ignoreversion -Source: "F:\bin\*.*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs -Source: "F:\data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs -Source: "F:\docs\*.*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs -Source: "F:\src\*.*"; DestDir: "{app}\src"; Flags: ignoreversion recursesubdirs -; NOTE: Don't use "Flags: ignoreversion" on any shared system files - -[Icons] -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. -Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent - diff --git a/package/Win32-Inno/FlightGear-0.9.3.iss b/package/Win32-Inno/FlightGear-0.9.3.iss new file mode 100755 index 000000000..7abd19fd8 --- /dev/null +++ b/package/Win32-Inno/FlightGear-0.9.3.iss @@ -0,0 +1,44 @@ +; 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 +AppVerName=FlightGear 0.9.3-pre1 +AppPublisher=The FlightGear Organization +AppPublisherURL=http://www.flightgear.org +AppSupportURL=http://www.flightgear.org +AppUpdatesURL=http://www.flightgear.org +DefaultDirName={pf}\FlightGear-0.9.3-pre1 +DefaultGroupName=FlightGear +LicenseFile=F:\data\COPYING +Uninstallable=yes + +[Tasks] +; 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. +Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:" + +[Files] +Source: "F:\*.*"; DestDir: "{app}"; Flags: ignoreversion +Source: "F:\bin\*.*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs +Source: "F:\data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs +Source: "F:\docs\*.*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs +Source: "F:\src\*.*"; DestDir: "{app}\src"; Flags: ignoreversion recursesubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files + +[Icons] +Name: "{group}\FlightGear-0.9.3-pre1"; Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; +Name: "{group}\FlightGear Manual"; Filename: "{app}\data\docs\index.html" +Name: "{group}\Explore Documentation Folder"; Filename: "{app}\docs" +Name: "{group}\Uninstall FlightGear-0.9.3-pre1"; Filename: "{uninstallexe}" +Name: "{userdesktop}\FlightGear-0.9.3-pre1"; 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. +Filename: "{app}\bin\Win32\fgfs.exe"; Parameters: "--fg-root=."; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent +