View Single Post
  #16  
Old 11-06-2019, 09:01
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 168 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by devil777 View Post
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...
Attached Images
File Type: jpg Untitled.jpg (126.7 KB, 470 views)
Attached Files
File Type: zip lzma.zip (92.0 KB, 72 views)

Last edited by Joe Forster/STA; 12-06-2019 at 10:40. Reason: enclosed quotes into "code"
Reply With Quote
The Following 3 Users Say Thank You to bunti_o4u For This Useful Post:
ADMIRAL (26-05-2020), devil777 (11-06-2019), Newbie-repacker (06-05-2021)
Sponsored Links