|
|
|
#1
|
||||
|
||||
|
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) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
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) | ||
|
#3
|
|||
|
|||
|
Quote:
Thanks for the time you have given me, and sorry for the inconvenience. :'( |
|
#4
|
||||
|
||||
|
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) | ||
|
#5
|
|||
|
|||
|
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
|
|
#6
|
||||
|
||||
|
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) | ||
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
|||
|
|||
|
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? |
|
#9
|
|||
|
|||
|
Install inno setup, open the script and press CTRL+F9. Then you see the error line when it compiles.
|
|
#10
|
||||
|
||||
|
Here is the latest version. Have not worked on it for a while and probably never will work again on it.
__________________
Haters gonna hate
|
|
#11
|
|||
|
|||
|
Hi, is Possible ASIS Installer add video at background Installing? thanks
|
|
#12
|
|||
|
|||
|
#13
|
|||
|
|||
|
this is cool epic i will use this when i do my next repack
|
|
#14
|
||||
|
||||
|
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.
|
![]() |
|
|
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 |