[Setup]
Compression = lzma2
CompressionThreads = auto
LZMABlockSize = 262144
LZMADictionarySize = 262144
LZMAMatchFinder = BT
LZMANumFastBytes = 273
LZMAUseSeparateProcess = yes
MergeDuplicateFiles = yes
SolidCompression = yes
This is the best compression with inno setup? What does each command line do?Por ejemplo en el caso de los envases dentro de Inno ...
Код:[Setup] Compression = lzma2 CompressionThreads = auto LZMABlockSize = 262144 LZMADictionarySize = 262144 LZMAMatchFinder = BT LZMANumFastBytes = 273 LZMAUseSeparateProcess = yes MergeDuplicateFiles = yes SolidCompression = yes
I dont understand it, sorry.Y empacadores externos en las secciones pertinentes de la ...
Open the FAQ by InnoSetup. They all described ...This is the best compression with inno setup? What does each command line do?
For packing / unpacking external archives there is a section on this forum http://krinkels.org/forums/arxivatory-i-kompressory.239/...I dont understand it, sorry.
I can not find it, there is nothing about it.Open the FAQ by InnoSetup. They all described ...
I can`t find any solution for me in there. Only about packing / unpacking external archives and not the tutorial to use them in inno setup script.For packing / unpacking external archives there is a section on this forum http://krinkels.org/forums/arxivatory-i-kompressory.239/...
See here http://www.jrsoftware.org/ishelp/I can`t find any solution for me in there. Only about packing / unpacking external archives and not the tutorial to use them in inno setup script.
In a script to click F1.I can`t find any solution for me in there. Only about packing / unpacking external archives and not the tutorial to use them in inno setup script.
Ok, i try this!nizcoz, ISDone 0.6 final
http://krinkels.org/resources/isdone.67/
#define unrar
if not ISRarExtract ( 0, 0, ExpandConstant('{src}\data.rar'), ExpandConstant('{app}'), false, '') then break;
@vint56, I copy from the ISDone_Example.iss to my script, errors:nizcoz, ISDone 0.6 final
http://krinkels.org/resources/isdone.67/
#define unrar
if not ISRarExtract ( 0, 0, ExpandConstant('{src}\data.rar'), ExpandConstant('{app}'), false, '') then break;
Problems:nizcoz, rename CurStepChanged 1 и CurStepChanged2
procedure CurStepChanged(CurStep: TSetupStep);
begin
CurStepChanged1(CurStep);
CurStepChanged2(CurStep);
end;
[CustomMessages]
russian.CancelButton=Отменить распаковку
1) The functions: Totalspacelabel, freespacelabel and needspacelabel are not show.nizcoz,
[CustomMessages]
spanish.CancelButton=Cancelar desembalaje
english.CancelButton=Cancel unpacking
Is this the best compression? I have a intel pentium b940 2ghz , 4 gb ram, windows 7.Por ejemplo en el caso de los envases dentro de Inno ...
Y empacadores externos en las secciones pertinentes de la ...Код:[Setup] Compression = lzma2 CompressionThreads = auto LZMABlockSize = 262144 LZMADictionarySize = 262144 LZMAMatchFinder = BT LZMANumFastBytes = 273 LZMAUseSeparateProcess = yes MergeDuplicateFiles = yes SolidCompression = yes