Installer: Add small image shown in top of the installer.
This commit is contained in:
parent
ea4232fb06
commit
910a1eb875
|
@ -46,18 +46,22 @@ VersionInfoDescription=cppcheck installer
|
||||||
|
|
||||||
DefaultDirName={pf}\{#MyAppName}
|
DefaultDirName={pf}\{#MyAppName}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=true
|
||||||
LicenseFile=..\COPYING
|
LicenseFile=..\COPYING
|
||||||
|
|
||||||
OutputBaseFilename={#MyAppName}-{#AppVersion}-setup
|
OutputBaseFilename={#MyAppName}-{#AppVersion}-setup
|
||||||
|
|
||||||
ChangesEnvironment=yes
|
ChangesEnvironment=true
|
||||||
OutputDir=..\Build
|
OutputDir=..\Build
|
||||||
|
|
||||||
Compression=lzma/ultra
|
Compression=lzma/ultra
|
||||||
InternalCompressLevel=ultra
|
InternalCompressLevel=ultra
|
||||||
SolidCompression=true
|
SolidCompression=true
|
||||||
|
|
||||||
|
; Installer graphics
|
||||||
|
WizardSmallImageFile=.\icon.bmp
|
||||||
|
WizardImageStretch=false
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: english; MessagesFile: compiler:Default.isl
|
Name: english; MessagesFile: compiler:Default.isl
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue