![]() |
Use Settings.ini for this
Code:
[Batch]Code:
@echo off |
Hello, in Registry.iss what do I have to write in ValueType for the registry type REG_BINARY and REG_DWORD? Or is string the only ValueType that works?
|
Use InnoSetup help
Code:
ValueType |
A large number of users report this error:
RUNNING INSTALLER WITH SELECTED LANGUAGE FAILED. Code:5 What's the problem? |
^^
The setup is blocked by windows defender / windows smartscreen. Click the unblock button in the properties of the setup. |
Thank you
|
Never heard of that error :D
|
1 Attachment(s)
Hey,
I have the following problem (with version 4.7.6): If I specify more than one component in the ‘Settings.ini’, I get the error at the line (" for I := 0 to ComponentsList.Items.Count - 1 do" - see picture below): Code:
[ComponentsSettings]Code:
[ComponentsSettings]Maybe someone can help me! KR pcblizzard |
Try latest v7.5.0 if that is fixed (should be, as I tested more then one component with that).
https://www.patreon.com/posts/release-v7-5-0-108191154 |
Yes, v7.5.0 works with more than one component, THANK YOU!
|
hi. how i can add checkbox for maximum 2gb ram usage during setup installation?
like fitgirl |
There is already a checkbox for this purpose I think. However I have not touched it since years tbh. See if it is working.
|
Hi,
I'm having the following issue: https://dyren.lol/issue.mp4 Basically the installer closes without anything being extracted. The files were compressed with DiskSpan and I used the Setup.dll I got after the compression was finished. I tried with and without the Records.ini file being merged into the Setup.dll file, and I got the same result. Is there any solution? |
Where is Setup.dll?
|
^^In the folder named "Setup_DLL"
|
I think this isn't supposed to be in there.
1. Extract contents of Setup.dll in Setup_DLL folder and compile the script normaly or 2. Put Setup.dll next to Script.iss and compile the script after you make the following script change (remove semicolon) Code:
#define DSG_InternalDLL /* Putting Setup.dll next to the script will compress the DLL file into the Setup.exe file */ |
Same issue for both methods. Although, yesterday I tried the installer on a single archive, and it was working fine.
|
for dyren:
I use a lot Asis On your video, It's happen when you forgot record.ini or you let setup.dll and extracted files try this : make your conversion with diskspanguy copy setup.dll and record.ini copy them in the setup_dll folder of asis right click on setup.dll and choose "uncompress here" (you need to have freearc installer on your computer) then delete setup.dll you will have something like that: Attachment 38489 compile asis setup. take setup.exe and copy/paste in your conversion folder delete setup.dll and record.ini (they are included in the setup.exe) And it will works... |
Quote:
|
Hey,
The "Limit RAM and CPU usage" option doesn't seem to work. I pretty much got the same CPU and RAM usage regardless if it's ticked or not. Is there anything I can do on my end or is the option controlled by the setup itself? |
I will take a look in the next days.
|
Quote:
|
Quote:
|
Quote:
However, it does not apply to all methods. Only to CLS that support hardware usage settings or decompressor exe that has a parameter that limits hardware usage. However, there is nothing to add to DSG. See im imge fitgirl installe config in SREP.ini if checkbox 2GB is checked https://i.imgur.com/6yBxIx6.png The memory setting in srep in the image above is in CLS.ini is "512mb", and in DiskSpan GUI's CLS.ini is 20% for low hardware resources. So if your decompression is failing, change in the file "Resources\Win64\INSTALLER\ARC\CLS_Standard.ini" in the 3 sections related to SREP to Memory=512mb and compress your game again. |
https://i.imgur.com/hoGtF7w.jpeg
Getting this error on clicking install with setup created with ASIS v7.5. After clicking install this error occurs and setup starts installing but background and small installer with progress bar is not loading. |
Works fine here.
Send me your settings + background folder |
Quote:
|
Quote:
|
Hi, I am new to this, I have compressed a file into bin format, how do I write this in settings.ini?
|
You need records.ini file
|
I know there aren't any more updates to this project, but I've noticed that in compact mode the checkbox for not creating start menu stuff is disabled, thus always creating it.
Is there anyway to bring this functionality back in compact mode? |
Hmm normally startmenu icons should not be created if you uncheck "desktop icon" in compactmode. I will check this.
|
Quote:
|
It is possible yes but needs some editing because I have to adjust some other checkboxes aswell then.
|
1 Attachment(s)
Quote:
https://i.imgur.com/MiFzWnR.png Edit: Change the appereance a bit. Check it out |
hello
for me with this hotfix , I needed to add this line in script.iss: procedure DSG_RefreshSelectedItems(); var I: Integer; |
Could you send me your settings.ini file
|
Quote:
I take https://www.patreon.com/file?h=108191154&m=329602487 and https://www.patreon.com/file?h=108191154&m=457434456 no editing file just unzip them... If I click on compile script : https://i.ibb.co/6RQ6L8gg/Sans-titre.png |
Thanks!
|
Hello Kaktor
I very often use the function that run a command batch after data decompress (like postprocess or something like patch, xdelta) For example: uncompress data1.bin Run batch1.bat uncompress data2.bin final Batch.cmd (in setting of asis) Check Crc and end installation I would like to add a message during ASIS progression because sometimes my batch are long to execute and take time. something like "Please wait during processing" but I do not find yet where I can add theses lines best regards wareck |
| All times are GMT -7. The time now is 07:30. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com