![]() |
looking at your file, you don't follow layout very well, there are 4 sections
YOURS had 3, missed first one. try the bottom & see if works, notice the first section has 2 ||, rest has 1 | that's what you were missing also. Code:
[Execs]Code:
[Execs] |
I keep having problems with conversions as of late. The UltraARC-compressed ones. Basically, the installation begins normally, lasts a SECOND and then it "completes successfully" with no files extracted. What would cause that. I'm on Win 10 64bit.
|
Make sure Records.ini is in same folder as Setup.exe.
|
hello.. can anyone teach me how to compress data game folder to a single .bin file? And, what is the best compression method to use so when i install the game, installing proccess can be faster. thanks
Im new here and still learning about scripting. :) |
How to obtain this in my setup like RLD.
I use O2Mania to test the script of my setup. http://i.imgur.com/9fhbgB0.png I'm just starting to learn ISTool. Please help. -Thanks! |
easiest way is display it as a splash image. In CIUv2 it has the possibility to display X number of splash images. Screens between autorun & installer, grab any conversion posted here & run the setup. AFTER the setup screen is displayed & you choose to install the next image(s) that come up is the splash images.
hope that helps a little. |
Isn't the best way something like "print" message?
|
mean like to take a screenshot of when that's displayed, yes CTRL-Print/Screen buttons will take a screenshot of it for you, which you can paste into paint/photoshop whatever you use for images.
|
Quote:
Is it possible? |
Quote:
print=hello world I don't know if it's possible in inno script language :D |
Quote:
IE: Splash.png, splash2.png, etc it will display the image for so long & goto next one if it exists, if it doesn't it loads the installer image to continue with installation. |
Hi
I hope someone can help me here (yes, this time i need help :D) The problem is, precomp doesnt seem to work for me anymore. As i can tell, it's not precomp directly, but the switch between precomp and srep. The same with precomp and just lzma. No matter if i use Ultraarc or standard compressor, precomp runs, then after some time, precomp finished, then the window closes itself with no error or something, so when srep must be the next step. I have tested and used several versions of precomp and srep, with no result. So, whenever i use precomp, srep/lzma will not be finished or even started. Some days ago, all worked fine. I think, if my PC could speak with me, he (it?) would tell me, he has enough of this shit :D Someone knows about this? |
^^ sorry bud cant help you there, ive never liked using precomp as it takes too long, just as soon use another dvd or two, versus the long compress/install period.
|
is there an equal for "srep+exe+exe2+delta+lzma" in freearc?
if not, is There any other compressor that could compress with that setting and be as easy as freearc (by "easy" I mean it could be possible to right click on a folder and choose to compress it and chose the amount of compression) and also I like it to be compatible with installers which are made here by conversion makers. |
Hello, I would like to ask about run as admin privilege
I'm using Inno Setup, how to make my "setup.exe" file automatically set to run as administrator and also how to make my "game.exe" file automatically set to run as administrator after installation thanks in advance |
look to inno help, from within your ISS script, look up run as admin gives the information for you.
[Setup]: PrivilegesRequired > This is already set to admin by default, so to answer your question its already done that for you by default. |
Question
Which program to split the ISO image (31 Gb) Batman Arkham Knight game, to fit on two Blu-ray disc of 25 Gb and can be installed with them?
I apologize for the worse in English and thank you in advance for your response. |
You cant just split an iso image & have it install from that, you would still need to combine the contents of both bluray to install. look for a conversion in the game index for the game, and maybe someone has already put the info for bluray in the topic, if not ask for it.
|
Answer
Thanks for your reply.
I know how I can share the image, but after that I have been compiled on the HDD, and to start the installation of the HDD. I wanted to share the image on the two disc to get the installation with these discs. I looked at whether somebody has made such a conversation, but it is not. |
is there any program to merge two or more "bin" files which are divided into multiple parts into one "bin" file.
for example, I have something like this: Data2a.bin => 20mb Data2b.bin => 4.1 GB I want to merge them manually and put Data2.bin in DVD2. How can I do that? |
Quote:
What is in UltraArc.ini or else just extract Data2a.bin and Data2b.bin in one place and compress them again at once |
Quote:
|
Quote:
more info: I've compressed a game with UltraArc. Quote:
|
Make a batch file
AdvSplit .\DVD1\Data1a.bin .\Folder\Data1.bin AdvSplit .\DVD1\Data1b.bin .\Folder\Data1.bin Follow until you reach last Data1x.bin file Next step in batch file should be extracting merged Data1.bin |
Quote:
I really appreciate Razor12911 work, too. |
Glad to help you, mate.
I'm working atm on a own compress.bat file wich alows to compress and split afterwards with all possible pre-/compressors because ultraarc is buggy like hell. |
Hi everyone, it's a long time not to use hymn setup, but now i need to do an installation and i have a problem.
To explain my problem, I should install it in the root of a folder I will have to select during the installation, but that's not why I always create the folder we set in #AppName. How can I fix it? Thanks in advance |
I resolved looking at the various official commands of hymn setup, thank you all to the next.
|
Hi I am again, I use this bat file to compress the folders:
Quote:
Quote:
But I would like to know if there is a way to move the directory of a folder, and using this code with some modifications divide into multiple Setup-1.bin files, Setup-2.bin, ... automatically, and if possible give The size of each bin file |
Go look for conversions by peterf1999, Fabioddq, Rev0 ( Early conversions ) that use a batch file, look at it, you'll see how they handled multiple files & directories.
|
Ok I will try, thank you for the answer.
|
ISDone.dll ----error : unsupported compression method
1 Attachment(s)
any help ?i got this !
i used :ultraarc Reflate Edition (v2.8.0.0) with : ref/pzb (pzlib 0.42) + srep + lzma threshold percent : 100 Game Converted : hitman v1.11.2 ! final size 6 DVD's! thanx!:) |
What script are you using?
|
1 Attachment(s)
I think , it's yours!:)
|
This is not compatible with UltraARC 2800 reflate edition.
Use "UltraARC 2800 R2 Edition" with this script. Downside, i think you must compress the game again. Or try to change arc.ini from script and compare pzlib options in config#.txt in resources folder of ultraarc reflate edition. In UltraARC reflate edition pzlib was = precomp. Now (with this script) pzlib is = pzlib. There is the error. Like i said, try to fiddle with arc.ini |
tried the second option ! now , it works!
well done , KaKtoR! Another Request plz ! i just wanna change the decompression path , in the script, from "tmp" to the game installation directory ! once again , thank u! |
I don't know sorry.
Change {tmp} to {app} in records.ini instead. It works for a workaround. |
1 Attachment(s)
Got This , while installing forza horizon 3!
i used :ultraarc Reflate Edition (v2.8.0.0) with : ref/pzb (pzlib 0.42) + srep + lzma threshold percent : 100 works already with hitman (thanks ,KaKtoR!)! any help??? |
Ask razor, it's his splitter.
|
fixed !
found out the pb! it was in the records.ini!:) |
| All times are GMT -7. The time now is 20:39. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com