We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7fbd6 commit b209f80Copy full SHA for b209f80
1 file changed
inno-setup.iss
@@ -19,6 +19,8 @@ AppPublisher={#MyAppPublisher}
19
AppPublisherURL={#MyAppURL}
20
AppSupportURL={#MyAppURL}
21
AppUpdatesURL={#MyAppURL}
22
+ArchitecturesAllowed=x64compatible
23
+ArchitecturesInstallIn64BitMode=x64compatible
24
DefaultDirName={autopf}\{#MyAppName}
25
DisableDirPage=yes
26
DisableProgramGroupPage=yes
0 commit comments