mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix /NOICONS switch in the windows installer. Fixes #1366
This commit is contained in:
parent
ce246ecce4
commit
a539147a0e
@ -20,7 +20,7 @@ AppUpdatesURL={#MyAppURL}
|
|||||||
DefaultDirName={pf}\{#MyAppName}\{#MyAppVersion}
|
DefaultDirName={pf}\{#MyAppName}\{#MyAppVersion}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
DisableWelcomePage=no
|
DisableWelcomePage=no
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=auto
|
||||||
LicenseFile=Resources\license.rtf
|
LicenseFile=Resources\license.rtf
|
||||||
OutputBaseFilename=setup
|
OutputBaseFilename=setup
|
||||||
SetupIconFile=Resources\pgAdmin4.ico
|
SetupIconFile=Resources\pgAdmin4.ico
|
||||||
@ -30,6 +30,7 @@ PrivilegesRequired=admin
|
|||||||
ChangesEnvironment=yes
|
ChangesEnvironment=yes
|
||||||
;UninstallFilesDir={app}\{#MyAppVersion}
|
;UninstallFilesDir={app}\{#MyAppVersion}
|
||||||
ArchitecturesInstallIn64BitMode={#MyAppArchitecturesMode}
|
ArchitecturesInstallIn64BitMode={#MyAppArchitecturesMode}
|
||||||
|
AllowNoIcons=yes
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||||
|
Loading…
Reference in New Issue
Block a user