Install in 64 bit mode on Windows

This commit is contained in:
DarkPhoenix
2020-02-02 11:07:20 +03:00
parent 84abde4fc5
commit 4d0ffedcc8

View File

@@ -41,6 +41,9 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL} AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL} AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL} AppUpdatesURL={#MyAppURL}
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
CloseApplications=yes
DefaultDirName={pf}\{#MyAppName} DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName} DefaultGroupName={#MyAppName}
AllowNoIcons=yes AllowNoIcons=yes
@@ -49,7 +52,6 @@ OutputDir={#MyOutputDir}
OutputBaseFilename={#MyOutputFile} OutputBaseFilename={#MyOutputFile}
SetupIconFile={#MyAppDir}\pyfa.ico SetupIconFile={#MyAppDir}\pyfa.ico
SolidCompression=yes SolidCompression=yes
CloseApplications=yes
[Languages] [Languages]
Name: "english"; MessagesFile: "compiler:Default.isl" Name: "english"; MessagesFile: "compiler:Default.isl"