Quote:
Originally Posted by devil777
Bunti Dada I do get strange kind of error... With Lzma.
|
Compressed and extracted the files with lzma and there is no such issue. below needs to be done:
Add below in the Arc.ini file
Code:
[External compressor:lzma]
header = 0
unpackcmd = lzma d lzma{:option} <stdin> <stdout>
Add below in innoscript
Code:
[Resources]
lzma=1
[Files]
#ifdef lzma
Source: Resources\UnpackTools\lzma\lzma.exe; DestDir: {tmp}; Flags: dontcopy;
#endif
function InitializeSetup:Boolean;
begin
#ifdef lzma
ExtractTemporaryFile('lzma.exe');
#endif
I have checked it (long name issue) and it's working fine...