![]() |
Quote:
|
Quote:
what exactly should i put? |
@velanne , do a search in the script (CTRL + F) and search the script for the lines:
Code:
UnInstallCB.VisibleCode:
//UnInstallCB.Visible ... |
Quote:
did not work create an uninstaller and still visible. I am using ASIS.v7.2.2 with Hotfix2 which is posted on page 61 |
Quote:
Code:
UninstallCB := TNewCheckBox.Create(WizardForm); |
Quote:
|
1 Attachment(s)
Updated a new package (you should use this as a new folder instead of overwrite existing files just for leftovers/deleted things).
Code:
v7.2.2 |
ASIS.v7.2.2 COMPRESSOR_GUI
COMPRESSOR_GUI
Compression tools marked with a red box in the image are not active when selected https://i.imgyukle.com/2021/01/12/afME9G.jpg |
Quote:
If the game to be compressed does not work on 32-bit systems (64-bit only), edit the Settings.ini file. Code:
[Settings]If you never need to install on 32-bit systems you can change the key of the Settings.ini file even if the game is compatible with 32/64-bit systems |
Hi everyone :'(
Hi, I downloaded the new version 7.2.2 and modifying as usual only the info type name etc. etc. as always done, now the problem is that it does not install anything when I load the game the completion happens in a flash, like compression always used "FreeArc" method -m5 changing extension (as always done) how come now I can't install? how do i make everything work as before? (it seems that InternalRecords is no longer there or am I wrong?) Thanks for all friends :)
|
Use external records.ini (or you can include records.ini inside Setup.dll).
|
Hi bro
Quote:
(sorry for my bad english) |
Quote:
This DLL file is nothing more than a freeArc (.arc) file and it is necessary to have all the files necessary to do the decompression inside DLL file (Except ISDone.dll and UnArc.dll). So the current ASIS is being shared with a decompression tool DiskSpan_GUI, which generates the Setup.dll file (with all necessary decompressors) when performing the compression depending on the method chosen to compress. |
Hi bro
Quote:
I've never used the "DiskSpan_GUI" and I don't know where to put my hands at the moment .. in practice I would like to compress the files of a game (The Godfather) making it become "Data.AZA" is it possible to make it become this way? ps: it is possible to translate the DiskSpan_GUI? in other language example Italian? Thanks to much Cesar82 |
1. Create a folder somewhere
2. Inside this folder copy all your tolls/decompressors that you need + arc.ini 3. Select all files and compress them with freearc 4. Rename the freearc file to "Setup.dll" or whatever your Setup.exe is named It has to look like this structure https://i.imgur.com/Je8JKbF.png |
Hi bro
Quote:
Thanks for the time you have given me, and sorry for the inconvenience. :'( |
Did you changed the records.ini file properly with your archive name?
Code:
[Record1] |
Quote:
You can also just enter "5" in the method Memo. https://i.imgur.com/V7hKeI4.png This way, a Setup.dll file will be generated in the output folder. So if you always use "-m5", you can use this same DLL (In all next projects) together with Setup.exe and you will no longer need DikskSpan_GUI. You can choose to disable DiskSpan just by entering the GUI config mode and checking the "UltraARC MODE" checkbox, so CLS-DiskSpan.dll will not be included in Setup.dll. Edit: The last 3 methods are not working because after adding quotation marks to the methods they no longer work. I'll fix it in the next version of DiskSpan_GUI. |
Hi bro
2 Attachment(s)
Quote:
__________________________________________________ ____________________________ Quote:
So in order not to waste a lot of time, I decided to take all versions and rebuild the old "script + options" and it went well... I stopped at version "7.2.0 update 7" and it works very well without any problem nowhere. Sorry if it took me so long to answer, I was sorting out the ASIS script updates :) |
The ASIS v7.2.2 has an error in the script (Thanks to XxAZAxX)
It is necessary to insert the part highlighted in "Orange" in the script. Code:
procedure DeinitializeUninstall(); |
Hi everyone
Quote:
|
I got the 7.1.7 Update, and I'm getting an error when running Compile_Script.bat:
Line 1408: Column 20: Syntax Error. Any way to fix this? |
Quote:
|
1 Attachment(s)
Here is the latest version. Have not worked on it for a while and probably never will work again on it.
|
Hi, is Possible ASIS Installer add video at background Installing? thanks
|
this is cool epic i will use this when i do my next repack :D
|
hey so I'm pretty dumb/simple/touched in the head, how can I get like an optional .bin or whatever working with ASIS? Not looking to have it as a select-able option in the GUI just want to be able to put an "optional.bin" in the root directory for the installer and it to extract it, sorry if this is a silly question.
|
Add a second record to Records.ini
|
Quote:
|
I think you have to hold CTRL key and click on "default" if I remember right.
|
Quote:
|
Hey dunno if anyone knows how to or if it's even possible with ASIS, but is there a way to get ASIS to delete a specified file at the end of install? Got this really annoying 40mb junk temp file that isn't getting cleaned up and was wondering if there was a way I can get the installer to remove it.
|
Quote:
Code:
if CurStep = ssPostInstall then begin |
Quote:
|
Alright got 2 more questions for you lads and then I promise I'll stop spamming 'em.
So I've got a repack with a few optional components and I was wondering if its possible for the setup once launched to have a look to see if the component file is present, and if it comes back false, can the setup disable the user from selecting that component? like changing Code:
Component1.Enabled=1Code:
Component1.Enabled=0(like checksums1.md5 for main files & checksums2.md5 for main files + ost) |
Also a super small question, if I have a compressor that is name differently to how it is named in ASIS, is it possible to change this in ASIS? in this case I'm using "afr_019" but this isn't recognised by ASIS.
|
Quote:
Quote:
asis itself doesn't have any compressor settings anymore. |
Quote:
|
Quote:
If you rename the Setup.exe file for example to Install.exe, you must also rename the Setup.dll file to Install.dll. The Setup.dll file is automatically generated by DiskSpan_GUI when compressing the game, but you can include different compressors as long as you also create the settings in the INI files. In the COMPRESSOR folder on DiskSpan_GUI you have a ".bat" file called "_Compress Optional DLL (Drop Folder or Setup.dll) .bat" that is especially useful for this situation. You just create a folder and put compressors, cls libraries and .ini files After placing all decompressor files in a folder just click on the folder and drop the folder on the .bat file to create Setup.dll file. The standard INI file names are: Code:
- ARC_Optimal_x64.ini / ARC_Standard_x64.ini / CLS_Optimal.ini for when installation is done on 64-bit systems.Code:
- ARC_Optimal_x86.ini / ARC_Standard_x86.ini / CLS_Optimal.ini for when installation is done on 32-bit systems. |
Quote:
|
| All times are GMT -7. The time now is 09:55. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com