|
|
|
#1
|
||||
|
||||
|
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: | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Dada I hadn't put Lzma configuration.. on initializesetup:Boolean... I'm a newbie... Thanks dada Bunti....
One last question would it be "RRGGBB" .....-in the line of "BBGGRR"... hope you understand my question.. I had found BBGGRR in you script so I want to know wouldn't it be "RRGGBB".. not trying to spam posts.. |
|
#3
|
||||
|
||||
|
Quote:
So lets suppose you want "Red color" for your script and the corresponding hex code is FF0000. if you write the hex color code "FF0000" in the script, the script will translate it as "0000FF which is Blue color". I hope I made it clear... |
| The Following User Says Thank You to bunti_o4u For This Useful Post: | ||
devil777 (15-06-2019) | ||
|
#4
|
||||
|
||||
|
Bunti Dada sorry for my late reply... Thanks you've made it clear about BBGGRR matter.. but I want to know if add password more thank numbers(like 1235..) should I use "the password" or ' the password'... as an example I've use pack.4444 as password and I've used "pack.4444" to identify "pack". Should I use any(more or other) caption to use both number and word as password in the script..
Want to learn cause I'm a newbie dada (other matters been cleared) but will ask if there is something unclear Last edited by devil777; 15-06-2019 at 08:18. Reason: Miss placing word |
|
#5
|
||||
|
||||
|
Quote:
You can modify the script and can use the different password for each archive.. |
| The Following User Says Thank You to bunti_o4u For This Useful Post: | ||
devil777 (25-06-2019) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |