|
|
|
#1
|
||||
|
||||
|
Quote:
In working previous script from razor12911... it didn't happened bunti_04u.. dada And SCEOND HELP (2) Can you help me with implanting lolz_x86 in Knight compressor.... or on short I want to use lolz_x86 instead of 64version in the compressor ?? I have friends who own 32bit machine.. so please help me out.. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Fixed the bug and uploaded the updated script.. For x86 compression: just copy paste lolz_x86.exe in the resource folder and change the lolz_x64.exe with lolz_x86.exe in arc.ini file.. Last edited by bunti_o4u; 29-05-2019 at 09:10. |
| The Following 2 Users Say Thank You to bunti_o4u For This Useful Post: | ||
Behnam2018 (30-01-2020), devil777 (21-01-2020) | ||
|
#3
|
||||
|
||||
|
Bunti Dada I do get strange kind of error... With Lzma.
With your provided compressor I've compressed data using this algorithm "srep:m3f:a32+delta+lzma:177mb:normal:bt4:273:mc10 00:lc8 " When I try to decompress the data in the Wpi I got this error " archive header is corrupted.unarc.'ll returned an error code 14. ERROR : archive structure is corrupted (decompression of control block failed ) " I've included Lzma in the wpu script and also put Lzma(external compressor) in Arc.ini... any fix dada. I wonder how other repacker work it out they use Lzma as well in the script and also in arc.ini I... seek help Plus I try to put a long name like "Tom Clancy Ghost recon wildlands" in app name and Inno setup failed to compile but if a short name like "Ghost recon wildlands" is used it can compile it ... I would like to have a wonderful help in case of using long name error in the in the installer.... Last edited by devil777; 11-06-2019 at 08:48. |
| The Following User Says Thank You to devil777 For This Useful Post: | ||
Behnam2018 (09-01-2020) | ||
|
#4
|
||||
|
||||
|
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: | ||
|
#5
|
||||
|
||||
|
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.. |
|
#6
|
||||
|
||||
|
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) | ||
|
#7
|
||||
|
||||
|
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 |
|
#8
|
||||
|
||||
|
Greetings Bunti Dada..
Dada setup.exe file doesn't select all the languages. Is there is something to do in the script.I've enabled everything in component and language option but when I try to select all the language pack in setup.exe it only selects just any one language pack (also all the language packs were present). Now I seek your help... but I'm not sure about the optional component option cause I haven't tried it yet Plus Dada about picture.. I had tried 1280*720p pictures... in that case setup do gain some MB but the size in desktop remains the same.. also pictures In setup window do gets better. But I wonder If it would be a problem in future in case of low resolution monitor Last edited by devil777; 06-07-2019 at 09:50. Reason: A reply related to previous question |
|
#9
|
||||
|
||||
|
Find below lines (replace # with 1 to 8)
Code:
CheckBoxSetEvent(Lang#Chk,@Lang#ChkClick); |
![]() |
| 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 |