installer: CompressionLevel='high'
This decreases the installer's size from 9.78MB to 8.22MB.
This commit is contained in:
parent
88c55621af
commit
fc97edab1b
|
@ -9,7 +9,7 @@
|
|||
Comments='$(var.ProductDescription)' Manufacturer='$(var.ProductManufacturer)'
|
||||
InstallerVersion='300' Languages='1033' Compressed='yes' SummaryCodepage='1252'/>
|
||||
|
||||
<Media Id='1' Cabinet='Cppcheck.cab' EmbedCab='yes' DiskPrompt='CD-ROM 1' />
|
||||
<Media Id='1' Cabinet='Cppcheck.cab' EmbedCab='yes' CompressionLevel='high' DiskPrompt='CD-ROM 1' />
|
||||
<Property Id='DiskPrompt' Value='Cppcheck installation [1]' />
|
||||
|
||||
<Directory Id='TARGETDIR' Name='SourceDir'>
|
||||
|
|
Loading…
Reference in New Issue