![]() |
Hello KaktoR,
I give you this message about a problem, message here =>https://fileforums.com/showpost.php?...postcount=1430 Would it be possible as on CIU to add the function "Create New CIU Project.bat" which is fine! Thank you in advance for your answers, cordially |
Yes it's possible. I will look at the issues next weekend.
|
Quote:
Ok in advance thank you |
Hello KaktoR,
Have you had time to look at the problems, please? In advance thank you for your response. cordially |
Yes but I don't know what's the problem.
|
Quote:
Excuse me for my late response, so the first thing is a request for ASIS: "Would it be possible, as in the CIU, to add the function" Create a new CIU .bat project "which is fine!" for the problem it's every time I use a compression method of the forum "Best Compression Methods for 'Specific' Games.Q & A" I have decompression errors, the last example here => and your answer here => Quote:
Best regards |
1 Attachment(s)
Hello, I translated Simplified Chinese, but it does not display properly.
|
Error with Inno setup 6.0.2
Hi Bro
i have error when i use asis 7.1.3 with Inno setup 6.0.2 see picture https://abload.de/thumb/errorw4jz9.png |
@mausschieber
This "CenterInsideControl" function no longer exists in Inno Setup 6... A possible almost similar solution is: Delete line in color red and insert this parts in blue color. Code:
procedure AboutFormOnShow(Sender: TObject); |
Hello everyone,
for some games, there are several *.ini files with the name of the player in different directories of the game, how and with what piece of code (for version 7.1.3) I can do so that the name of the chosen player before the installation starts to change on all *.ini files? In advance thank you for your answers, cordially |
Hi,
Up please. Thank |
Search
Code:
SetIniString('{#Section}', '{#Key}', WizardForm.UserInfoNameEdit.Text, ExpandConstant('{#INIFile}'));Code:
SetIniString('{#Section}', '{#Key}', WizardForm.UserInfoNameEdit.Text, ExpandConstant('{app}\steam_emu.ini')); |
Quote:
it works perfectly after a first test, thank you! Can you answer me for this: https://fileforums.com/showpost.php?...&postcount=726 Thanks in advance, cordially |
Like I said earlier, I don't know what the problem is exactly.
I had a similar problem before with the game Frostpunk, where the install process just doesn't go further (no error message, stuck on like 49.4%, the archive just didn't unpack further at some point, while with CIU it works just fine). I can't even tell you where the problem is exactly inside the code, because it won't happen on every data. And I don't work on this anymore anyway. Maybe you noticed that I'm not much online since a few weeks, because I don't have the time for stuff like this at the moment. |
How did you manage to get the the setup to check for system requirements? I can't seem to figure that out.
An excerpt of your code with a small explanation on what some of the code does would be great Thanks |
Quote:
Code:
[SystemRequirement] |
Do i need a type of setup.ini to have it work or do you mean that the code in the setup.ini is enough to add into the inno script to get it to check for the requirements?
|
In script.iss search for
Code:
procedure SystemReq();I can't explain all of this to you. Some example from the code Code:
if (GetCpuMaxClockSpeed) < Processor then beginCode:
GetCpuMaxClockSpeedSo if detected CPU max clock speed is lower (<) then Settings.ini input, label (HWNotOkLabelColor) is in red color (default). In fact you can change the color of HWNotOkLabelColor label in Settings.ini (this is also a ISPP). The ColorConverter only change color codes from BGR (Blue, Green, Red) to RGB (Red, Green, Blue). Inno's standard is BGR, which I find not really good. CPUNameLabel.Caption is just the label for CPU. Code:
'CPU: '+IntToStr(GetCpuMaxClockSpeed)+' MHz,'Code:
(ExpandConstant(' {cm:DirectXNeeded} '))Code:
'{#Processor}'+' MHz'Most of the other parts from the 'procedure SystemReq' are just variables or text/labels/fancy stuff which is not really needed but it looks better ;) --- I always tried to made the scripts as clear as possible to give a fast overview, eventough everybody works a bit different and has a bit different characteristics. |
Alright thanks for the insightful reply!
I've downloaded the .dll and will be trying to see if i can get it to work for me. Hope you don't mind if I pm you or reply later for help if I'm having some issues with it Thanks again. |
Could you add the second progress bar for file percentage? Like fitgirl 2016 do?
I edit the asis installer decompressor and add many compressors to UltraARC 2900 R6 FULL and some app link: https://drive.google.com/open?id=1N8...3_u1SXMxuPZWJp (232 MB rar file) |
OGGRE crashes installer.
I'm experiencing a crash of the installer when trying to decompress an archive packed with only oggre.
OGGRE is enabled inside Compressor.ini. Whenever the installer runs, it instantly crashes (and closes) after pressing "Install" with no error message. Extra Info:
I don't get it, I tried throwing 12 random ogg files into my compressor, and the installer decompressed them fine, I don't see why a 750-800mb archive should be any different... Any help is appreciated. I will update this mesage if I fix the issue. |
Quote:
|
How to install?
Hello guys i am new in Inno Setup and i saw this i loved this, but i don't know how to install.
|
v7.1.4 added
Code:
v7.1.4 |
hello, love this program.. (already make A'Lot of compression games)
if anyone can help me, can someone tell me or show me how to make 1. 2 shortcut (lets say PES game. i want to make "Game.exe" and "Settings.exe" shortcut) possible 2. can i assign .cmd or .bat file with some icon (so after i install the game/program. CMD/Bat file will have their own independent icon. rather than stock windows icon) any reply is really appriciated.. Thanks for reading and maybe helping my request.. (sorry for my bad english. english isnt my mother/first language) Love from indonesia.. ^_^ *edit Small more demand.. how can i change OS section to support/Showing "windows XP" - or - "XP".. (change the number to XP, resulting any OS to showing red/unsupported) |
Code:
v7.1.4a |
Quote:
Not by default. You have to do this manually. Go to Code:
Resources\Modules\External\Icons.issMaybe I will add something in future. 2. In same file as above. You have to use Code:
IconFilename: "{app}\Icon.ico"----- Windows XP is 513 (with ServicePack #3). |
Quote:
thankyou for your generous and reply sir! ill try at home.. (Busy in campus ATM) :) |
Hello im trying to compile a game with lolz and i do it like 6 times x 6 hours compression :P but when im installing i always get this error
https://i.imgur.com/qBChxZ9.png Maybe someone know where i get wrong? |
Quote:
Please note that in an EXE format, your batch files cannot be read/edited, so make sure everything works before you choose to share it with others. |
Progress bar is not working for me when setup is using lolz, my repack command:
Code:
arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -mxprecomp+srep_x64:m3f+lolz:d256m:mtb256:mc1023:mtt1:mt8 |
srep_x64 is unknown by ASIS. Add it to Arc.ini or CLS.ini with its associated files.
Also check Compressors.ini |
Now I get this error:
https://i.imgur.com/Q2s62Kk.jpg I have attached my compression tools, how to get them to work with ASIS or any other setup ? Thank you for your time. Attaching my script that installs but doesn't show the progress. |
I have added my setup that currently is installing but doesn't show the progress.
@edit: got back to my old tools for now, if someone figures out setup with working progress bar for xtool+srep+lolz please post it here or message me, attach compression tools as well. Thank you in advance, been repacking games for years now but can't figure it out. Before I had setup+compression tools from Kurutucu and it was compatible with each other, just ready to use. |
Quote:
I'll explain: In Arc.ini, you could have it set as: Code:
[External compressor:XTool]Code:
[External compressor:xZlib]Also, if you have a VSF style applied, try running without the style in case that could be casuing issues. Try using this example compressor I wrote for you and see if it changes anything. |
1 Attachment(s)
lolz and srep still not showing progress, I am attaching my setup.
Thank you for response my friend! |
Quote:
https://filesupload.org/99a0749db23cdeb0 <---- here's a little video showing it. Obviously it's a bit short because I only tested with 80mb of compressed data (13mb compressed), packed using XZLIB+SREP+LOLZ I don't know if the installer is saving the install location and install preferences because after on the second time installing for further test (the one shown in the video)the choices for install location and icon preferences didn't show up. The first time install didn't show the welcome screen either. To be honest, I'm not sure what's going on. |
The srep and lolz still not working, it just goes super fast with that small test file and goes quickly to xtool/xzlib which shows progress.
If you try that with big files the setup will be stuck for a long while before it goes to the last step with xtool. |
@KaktoR
I fixed the BPK issue I was having: If you take CLS-BPK_D.DLL and FAZIP32 from Ultra Arc and put them into the BPK folder of ASIS in the Decompressors folder then add the following string to Arc.ini in the FreeARC folder: Code:
[External compressor:bpk]Code:
[External compressor:bpk] |
Code:
v7.1.5 |
| All times are GMT -7. The time now is 17:12. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com