Fix /NOICONS switch in the windows installer. Fixes #1366

This commit is contained in:
Paresh More 2017-11-20 16:58:35 +00:00 committed by Dave Page
parent ce246ecce4
commit a539147a0e

View File

@ -20,7 +20,7 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}\{#MyAppVersion}
DefaultGroupName={#MyAppName}
DisableWelcomePage=no
DisableProgramGroupPage=yes
DisableProgramGroupPage=auto
LicenseFile=Resources\license.rtf
OutputBaseFilename=setup
SetupIconFile=Resources\pgAdmin4.ico
@ -30,6 +30,7 @@ PrivilegesRequired=admin
ChangesEnvironment=yes
;UninstallFilesDir={app}\{#MyAppVersion}
ArchitecturesInstallIn64BitMode={#MyAppArchitecturesMode}
AllowNoIcons=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"