Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
[Setup]
Compression = lzma2
CompressionThreads = auto
LZMABlockSize = 262144
LZMADictionarySize = 262144
LZMAMatchFinder = BT
LZMANumFastBytes = 273
LZMAUseSeparateProcess = yes
MergeDuplicateFiles = yes
SolidCompression = yes
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
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.
Open the FAQ by InnoSetup. They all described ...
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.
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;
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;
nizcoz, rename CurStepChanged 1 и CurStepChanged2
procedure CurStepChanged(CurStep: TSetupStep);
begin
CurStepChanged1(CurStep);
CurStepChanged2(CurStep);
end;
[CustomMessages]
russian.CancelButton=Отменить распаковку
nizcoz,
[CustomMessages]
spanish.CancelButton=Cancelar desembalaje
english.CancelButton=Cancel unpacking
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