From 3fa70ad3ae7d7f9874823204f8fc898c70315c8f Mon Sep 17 00:00:00 2001 From: fredb Date: Tue, 26 Jan 2010 15:06:32 +0000 Subject: [PATCH] Fix Win64 package --- package/Win32-Inno/FlightGear-64.iss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/Win32-Inno/FlightGear-64.iss b/package/Win32-Inno/FlightGear-64.iss index ca6008461..bec182e96 100644 --- a/package/Win32-Inno/FlightGear-64.iss +++ b/package/Win32-Inno/FlightGear-64.iss @@ -23,7 +23,7 @@ AppId=FlightGear AppName=FlightGear 64-bit AppPublisher=The FlightGear Team OutputBaseFilename=fgsetup64-2.0.0-RC2 -AppVerName=FlightGear v2.0.0-RC2 +AppVerName=FlightGear 64-bit v2.0.0-RC2 AppPublisherURL=http://www.flightgear.org AppSupportURL=http://www.flightgear.org AppUpdatesURL=http://www.flightgear.org @@ -36,10 +36,11 @@ VersionInfoVersion=1.9.9.993 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. -- 2.39.5