]> git.mxchange.org Git - flightgear.git/blobdiff - package/Win32-Inno/FlightGear-64.iss
Move remaining file under projects/ to package/
[flightgear.git] / package / Win32-Inno / FlightGear-64.iss
index ca6008461dbeeaaca0c9f2beae3ad82390ab2db3..0e28af0d44902e03136aa0947addb0bcb3d9f56d 100644 (file)
 AppId=FlightGear
 AppName=FlightGear 64-bit
 AppPublisher=The FlightGear Team
-OutputBaseFilename=fgsetup64-2.0.0-RC2
-AppVerName=FlightGear v2.0.0-RC2
+OutputBaseFilename=fgsetup64-2.0.0
+AppVerName=FlightGear 64-bit v2.0.0
 AppPublisherURL=http://www.flightgear.org
 AppSupportURL=http://www.flightgear.org
 AppUpdatesURL=http://www.flightgear.org
 DefaultDirName={pf}\FlightGear
-DefaultGroupName=FlightGear v2.0.0-RC2
+DefaultGroupName=FlightGear v2.0.0
 LicenseFile=X:\data\COPYING
 Uninstallable=yes
 SetupIconFile=x:\flightgear64.ico
-VersionInfoVersion=1.9.9.993
+VersionInfoVersion=2.0.0.0
 WizardImageFile=X:\setupimg.bmp
 WizardSmallImageFile=X:\setupsmall.bmp
 ;UpdateUninstallLogAppName=No
-CreateUninstallRegKey=no
+;CreateUninstallRegKey=no
 ArchitecturesInstallIn64BitMode=x64
 ArchitecturesAllowed=x64
 VersionInfoCompany=The FlightGear Team
+UninstallDisplayIcon={app}\bin\Win64\fgrun.exe
 
 [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.
@@ -53,7 +54,7 @@ Source: "X:\bin\vcredist_x64.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
 
 [Icons]
 Name: "{group}\FlightGear 64-bit Launcher"; Filename: "{app}\bin\Win64\fgrun.exe"; WorkingDir: "{app}";
-Name: "{userdesktop}\FlightGear 64-bit v2.0.0-RC2"; Filename: "{app}\bin\Win64\fgrun.exe"; WorkingDir: "{app}"; Tasks: desktopicon
+Name: "{userdesktop}\FlightGear 64-bit v2.0.0"; Filename: "{app}\bin\Win64\fgrun.exe"; WorkingDir: "{app}"; Tasks: desktopicon
 
 [Run]
 Filename: "{app}\bin\vcredist_x64.exe"; WorkingDir: "{app}"; Parameters: "/qb!"; Description: "Installing Flightgear prerequisites"