|
#961
|
||||
|
||||
|
Looking at the scripts of this forum (CIUv2 v2.0.3.9 U6H2 UltraArcR3) and copying and pasting in my script what I thought was convenient, in the end I made it work. Yes, I was missing what you said KaktoR (ExtractTemporaryFile('') for each pre-compressor).
I've got it by chance, but anyway thank you very much friend KaktoR for your help and availability. Have a happy new Year!! What I do not know is how to unzip to an extension ".bin", it only works with ".arc". Does anyone know how to do it? What must be added to the script? I would like to thank the teacher "Razor12911" the creation of this wonderful program, It's an incredible job! A million thanks for your work and dedication. I also wish you happy new year. Thank you very much and kind regards. |
| The Following User Says Thank You to RigelOrionis For This Useful Post: | ||
GonzaloM (07-02-2018) | ||
| Sponsored Links |
|
#962
|
||||
|
||||
|
Quote:
There shouldnt be any changes to script itself, unless your not using ultraarc for compression methods. If you are then its only a matter of changing the extension in the ultraarc.ini [Distribution] ArchivePrefixName=Data ArchiveExtension=bin |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
GonzaloM (07-02-2018) | ||
|
#963
|
||||
|
||||
|
Thank you very much for the reply pakrat2k2.
Yes, if I change "ArchiveExtension = bin", the UltraArc compresses the game files with bin extension, I already did that. What I was referring to is that once I have the files with bin extension, my installer "Script Model Mui Installshield v1" just unzip files with extension arc, no with bin extension. Kind regards and happy new year! |
| The Following User Says Thank You to RigelOrionis For This Useful Post: | ||
GonzaloM (07-02-2018) | ||
|
#964
|
||||
|
||||
|
pakrat2k2
KaktoR Sorry for the inconvenience, it works now. It was what he told me pakrat2k2. The bin files with whom he had tried they were not good, with new ones it worked. To decompress files bin leave it like that: Code:
//////////////////////////////////////////// ACTIVATE TO EXTRACT FILES WITH EXTENSION ".arc" //////////////////////////////////////////////
//if not ISArcExtract ( 0, 0, ExpandConstant('{src}\*.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
// if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data2.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
// if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data3.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
///////////////////////////////////////// ACTIVATE TO EXTRACT FILES WITH EXTENSION ".bin" //////////////////////////////////////////////
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
// if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
// if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data3.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
To WOliveira: This setup works with compressed files with the UltraArc 2.8.0.1, that you can download in this forum. I use for compression: precomp 0.42 + srep + lzma. If you want you can send me a private message to talk with me |
| The Following User Says Thank You to RigelOrionis For This Useful Post: | ||
GonzaloM (07-02-2018) | ||
|
#965
|
|||
|
|||
|
I used Ultra Arc 2.8.0.1 for compression, but it is not recognizing your setup, and at the time of compiling another it is giving the error "Unknown type 'PChar'".
|
|
#966
|
||||
|
||||
|
Quote:
to PAnsiChar to compile the script. The only other issue is the version of Windows ( Operating System ) is only set to Windows 7, vista & XP. Tried adding windows 8 & 10 but it still shows up as red. Also VideoRam wasn't showing anything over 1024, but editing requerimientos.iss ( don't know if correct ) now shows ~4096. Code:
VideoRam:=GetVidMemLocal/1048576;
if VideoRam < 0 then // added line
VideoRam := VideoRam + 2* 2147 + 2; //added line
// if (VideoRam<63) or (VideoRam>1100) then vr:=VideoRam //
if (VideoRam<63) or (VideoRam>8200) then vr:=VideoRam
else if VideoRam<100 then vr:=64
else if VideoRam<200 then vr:=128
else if VideoRam<300 then vr:=256
else if VideoRam<400 then vr:=384
else if VideoRam<600 then vr:=512
else if VideoRam<800 then vr:=792
// else if VideoRam>800 then vr:=1024; //
else if VideoRam<1200 then vr:=1024
else if VideoRam<2200 then vr:=2048
else if VideoRam<4200 then vr:=4096
else if VideoRam<6200 then vr:=6144
else if VideoRam<8200 then vr:=7168
else if VideoRam>8200 then vr:=8192;
|
|
#967
|
||||
|
||||
|
simply use issysinfo from peterf
hwcaps dll dont show anything over 4gb
__________________
Haters gonna hate
|
|
#968
|
|||
|
|||
|
Will someone be able to solve this problem to appear system windows 8 and 10
|
|
#969
|
||||
|
||||
|
hoping some of the smarter guys here can take a look & make necessary fixes so it works with any OS, & hardware.
|
|
#970
|
||||
|
||||
|
Wow what a fucked up script. I don't like it to exclude all codes into seperate script files. It makes it even more confusing for me.
Will take a look to build in issysinfo from peterf for vram over 4gb+ and correct OS names.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
RigelOrionis (30-12-2017) | ||
|
#971
|
||||
|
||||
|
Not today, next year
![]() 1:15PM here right now Happy new year
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
RigelOrionis (31-12-2017) | ||
|
#972
|
|||
|
|||
|
Sorry to mention the OS problem, plus the other two?
Happy New Year, still a few hours away: D |
|
#973
|
||||
|
||||
|
^^ post #982...
Happy New Year to all. |
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
RigelOrionis (31-12-2017), unarc 125 (31-12-2017) | ||
|
#974
|
||||
|
||||
|
Happy New Year to everyone
__________________
You're wasting your time :- I did that too ;) |
| The Following 2 Users Say Thank You to unarc 125 For This Useful Post: | ||
kassane (01-01-2018), RigelOrionis (31-12-2017) | ||
|
#975
|
||||
|
||||
|
installer
i want to change progress bar like elamigos how to do that ??
does anyone know?? |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| Total War Collection - 6xDVD9 [LZMA + INNO SETUP + CIU] | REV0 | PC Games - CD/DVD Conversions | 1 | 28-06-2015 17:00 |
| Total War Collection - 2xBLURAY [LZMA + INNO SETUP + CIU] | REV0 | PC Games - CD/DVD Conversions | 2 | 09-01-2013 18:02 |
| Total War Collection - 11xDVD5 [LZMA + INNO SETUP + CIU] | REV0 | PC Games - CD/DVD Conversions | 0 | 09-01-2013 16:38 |