![]() |
1 Attachment(s)
Quote:
Also is there a certain option needed to get the "Setup.dll" to extract during install? I unpacked a generated 7.3.4 executable and can confirm "Setup.dll" is included in the executable. However the installer doesnt seem to extract the contents of "Setup.dll", as attempting to start the installation skips the target archives and fails immediately. If you'd be willing to offer any tips I've included my example Setup.dll, Settings/Records .ini & the Script.iss (for 7.3.4). Thanks again for your continued support and interest in this script, it's really quite a versatile tool! |
Well I have changed the appereance a bit from previous changes because on some languages some text was cut off.
Setup.dll inclusion and password settings have to be done in script.iss (at the beginning) by removing ; in front of the lines. Make sure you set the same password there as you did for the setup.dll file. Setup.dll will be extracted as first step as soon as you click the install button. You can check that in tmp folder. |
Ah fair enough, given those reasons can't see any reason for me to further pursue reverting the adjustments.
I was also dead wrong, and you completely right in regards to my issues with using Setup.dll, it turns out the reason nothing was happening was because I forgot to include the "records.ini" in the "Setup.dll" file, I had thought it was also included when placed in the root directory for ASIS, as was the norm with v7.2.0. Seems like I'm getting somewhere now but for some reason attempting to copy over the de-compressors and CLS-related tools from v7.2.0 (ie. CLS-[AFR/BPK/LOLZ/MPZMT/MSC/OGGRE/PZLIB/SREP/UELR), & the CLS-DISKSPAN.dll doesn't seem to work, since I get a fairly basic message after attempting to install the files, reading: "Incompatible version of the "CLS-DiskSpan.dll" library". Is there a required version of DiskSpan-dll required with the newer versions of ASIS? Apologies for the seemingly never ending stream of queries, seems like I cant catch a break with troubleshooting! |
Yes. Grab the diskspan cls from diskspan gui tool ;)
However the diskspan cls is only required if you use it actually. You can also just create freearc archives without diskspan cls. They working fine too. If you don't want to use the spanning method. |
Quote:
I honestly just use the cls versions for some compressors just because I started off with them and it was convenient, thanks again for all the help, can't wait to see what the future holds for ASIS! |
Hello, I have a problem with the following game:Dying Light 2 Stay Human
compression and installtion is going very well. but the icon does not launch the game but just opens the directory Code:
[Settings]When I right click on the icon I get the following properties "C:\Games\Dying Light 2" |
Test without IconFileName key
There is no reason to select the very same file for the icon. |
Quote:
Maybe you need a different path to workdir. Try changing in workdir shortcut properties to {app} folder path and see if it works. I don't remember if ASIS has configuration for this in Settings.ini. |
Hey,
I have a question: in the "Script.iss" file, there is the "[Files]" section, I would like to copy files / folders, depending on what was selected during setup as a component, which I can define in the "Settings.ini" under "[ComponentsSettings]". But somehow I'm at a loss and don't know what to specify in the "[Files]" section, in the "Script.iss", so that either only the files from the Update 1 or Update 2 folder are copied. Script.iss: Code:
[Files]Code:
[ComponentsSettings]KR blizz |
You have to add such tasks with the use of records.ini
Add files to a freearc archive and add this archive to Settings.ini and records.ini You can do it with either [TasksSettings] or [ComponentsSettings] in Settings.ini. You have to decide which fits better. Example with [TasksSettings] Code:
Task1.Name=Updates |
2 Attachment(s)
I felt the need to further explain the component and task settings, so here is update 7.3.5
Code:
v7.3.5 |
Thank you KaktoR for your help, everything worked!
|
I have added a small fix for the help files to previous post.
Edit: added a new fix. Sorry |
I allow myself to give you the translation in French.
Find Code:
french.SavegameFolder=Do you want to delete savegame folder?Code:
french.SavegameFolder=Voulez-vous supprimer le dossier de sauvegarde?Find Code:
french.label2={#if CompactMode}Progression générale:{#else}Total des fichiers: %1 Fichiers traités: %2 Ok: %3manquants: %4 mauvais: %5{#endif}Code:
french.label2={#if CompactMode}Progression générale:{#else}Total des fichiers: %1 Fichiers traités: %2 Ok: %3 manquants: %4 mauvais: %5{#endif} |
Quote:
I will therefore abandon this game because I really do not understand why it does not work |
| All times are GMT -7. The time now is 12:19. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com