Fix /NOICONS switch in the windows installer. Fixes #1366
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