|
#10
|
||||
|
||||
|
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>
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... Last edited by Joe Forster/STA; 12-06-2019 at 10:40. Reason: enclosed quotes into "code" |
| The Following 3 Users Say Thank You to bunti_o4u For This Useful Post: | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Coming Soon: Metro Install Creator | Razor12911 | Conversion Tutorials | 48 | 31-10-2021 02:59 |
| Windows Phone Installer (FMX) Redists Help... | ramazan19833 | Conversion Tutorials | 3 | 15-12-2017 04:08 |
| Custom Installer (help test ) windows 8 | Dante1995 | Conversion Tutorials | 4 | 07-07-2014 03:43 |
| 321 studios game x copy | acehardy12 | XBox Games | 6 | 29-06-2005 13:55 |