|
#931
|
||||
|
||||
|
Use external records.ini (or you can include records.ini inside Setup.dll).
__________________
Haters gonna hate
|
| Sponsored Links |
|
#932
|
|||
|
|||
|
Hi bro
Quote:
(sorry for my bad english) |
|
#933
|
||||
|
||||
|
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. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
XxAZAxX (21-01-2021) | ||
|
#934
|
|||
|
|||
|
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 |
|
#935
|
||||
|
||||
|
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
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
XxAZAxX (21-01-2021) | ||
|
#936
|
|||
|
|||
|
Quote:
Thanks for the time you have given me, and sorry for the inconvenience. :'( |
|
#937
|
||||
|
||||
|
Did you changed the records.ini file properly with your archive name?
Code:
[Record1]
Type=FreeArc_Original
Source={src}\YourArchiveName.xyz
Output={app}\
Disk=1
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
XxAZAxX (21-01-2021) | ||
|
#938
|
||||
|
||||
|
Quote:
You can also just enter "5" in the method Memo. ![]() 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. Last edited by Cesar82; 21-01-2021 at 15:19. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
XxAZAxX (21-01-2021) | ||
|
#939
|
|||
|
|||
|
Hi bro
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
|
|
#940
|
||||
|
||||
|
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();
begin
#if VCL == "1"
if FileExists(ExpandConstant('{tmp}\VclStylesInno.dll')) and FileExists(ExpandConstant('{tmp}\{#VCLName}')) then
UnLoadVCLStyles();
#elif Cjstyles == "1"
if FileExists(ExpandConstant('{tmp}\ISSkin.dll')) and FileExists(ExpandConstant('{tmp}\{#CjstylesName}')) then
begin
ShowWindow(0, SW_HIDE);
UnloadSkin();
end;
#endif
end;
|
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
mausschieber (24-01-2021), XxAZAxX (23-01-2021) | ||
|
#941
|
|||
|
|||
|
Quote:
|
|
#942
|
|||
|
|||
|
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? |
|
#943
|
|||
|
|||
|
Install inno setup, open the script and press CTRL+F9. Then you see the error line when it compiles.
|
|
#944
|
||||
|
||||
|
Here is the latest version. Have not worked on it for a while and probably never will work again on it.
__________________
Haters gonna hate
|
|
#945
|
|||
|
|||
|
Hi, is Possible ASIS Installer add video at background Installing? thanks
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |