mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:59:21 +02:00
Installer, Win: Add-on installer, do not complain that dir exists / update compression settings
git-svn-id: trunk@63121 -
This commit is contained in:
parent
6d12880cda
commit
2c7d4c9e91
@ -41,10 +41,14 @@ ArchitecturesInstallIn64BitMode=x64
|
|||||||
DefaultDirName={code:GetDefDir|{sd}\lazarus}
|
DefaultDirName={code:GetDefDir|{sd}\lazarus}
|
||||||
DefaultGroupName={#AppName}
|
DefaultGroupName={#AppName}
|
||||||
AppendDefaultDirName=no
|
AppendDefaultDirName=no
|
||||||
|
DirExistsWarning=no
|
||||||
|
EnableDirDoesntExistWarning=yes
|
||||||
OutputBaseFilename={#OutputFileName}
|
OutputBaseFilename={#OutputFileName}
|
||||||
InternalCompressLevel=ultra
|
|
||||||
;InternalCompressLevel=ultra64
|
;InternalCompressLevel=ultra64
|
||||||
;Compression=lzma2/ultra64
|
Compression=lzma2/ultra64
|
||||||
|
LZMADictionarySize=131072
|
||||||
|
LZMAUseSeparateProcess=yes
|
||||||
|
LZMANumFastBytes=270
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
VersionInfoVersion={#FileVersion}
|
VersionInfoVersion={#FileVersion}
|
||||||
VersionInfoTextVersion={#AppVersion}-{#SetupDate}
|
VersionInfoTextVersion={#AppVersion}-{#SetupDate}
|
||||||
|
Loading…
Reference in New Issue
Block a user