Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #931  
Old 21-01-2021, 11:58
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Use external records.ini (or you can include records.ini inside Setup.dll).
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Titeuf (21-01-2021), XxAZAxX (21-01-2021)
Sponsored Links
  #932  
Old 21-01-2021, 13:21
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Hi bro

Quote:
Originally Posted by KaktoR View Post
Use external records.ini (or you can include records.ini inside Setup.dll).
Hi KaktoR, you personally which configuration do you recommend to use? "Setup.dll"? if yes, could you show me how to do it? i have never used it differently from my usual do before, thats why i find myself a bit in trouble.. sorry if i waste your time and thanks in advance for all the work you do bro.

(sorry for my bad english)
Reply With Quote
  #933  
Old 21-01-2021, 13:31
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by XxAZAxX View Post
Hi KaktoR, you personally which configuration do you recommend to use? "Setup.dll"? if yes, could you show me how to do it? i have never used it differently from my usual do before, thats why i find myself a bit in trouble.. sorry if i waste your time and thanks in advance for all the work you do bro.

(sorry for my bad english)
From this latest version of ASIS, it works with decompressors stored externally in a file of the same name as the installer with extension ".dll" (Setup.exe/Setup.dll "or Install.exe/Install.dll, etc.).
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.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
XxAZAxX (21-01-2021)
  #934  
Old 21-01-2021, 13:42
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Hi bro

Quote:
Originally Posted by Cesar82 View Post
From this latest version of ASIS, it works with decompressors stored externally in a file of the same name as the installer with extension ".dll" (Setup.exe/Setup.dll "or Install.exe/Install.dll, etc.).
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.
Ah here, I've always used only FreeArc with the simple method -m5 ...

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
Reply With Quote
  #935  
Old 21-01-2021, 14:04
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
XxAZAxX (21-01-2021)
  #936  
Old 21-01-2021, 14:43
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Unhappy Hi bro

Quote:
Originally Posted by KaktoR View Post
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
Thanks for having answered KaktoR, unfortunately even in this way I could not complete the installation, even if it says complete installation it does not actually install anything ... I will try to rebuild the old versions hoping to return to what worked for me before.

Thanks for the time you have given me, and sorry for the inconvenience. :'(
Reply With Quote
  #937  
Old 21-01-2021, 14:47
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
XxAZAxX (21-01-2021)
  #938  
Old 21-01-2021, 14:50
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by XxAZAxX View Post
Ah here, I've always used only FreeArc with the simple method -m5 ...

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
If you use the m5 method you can use it from DiskSpan_GUI to compress your game (see the image below).
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.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
XxAZAxX (21-01-2021)
  #939  
Old 21-01-2021, 15:41
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Hi bro

Quote:
Originally Posted by KaktoR View Post
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
Yes I had already tried to edit here but it didn't work.

__________________________________________________ ____________________________

Quote:
Originally Posted by Cesar82 View Post
If you use the m5 method you can use it from DiskSpan_GUI to compress your game (see the image below).
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.
I had already removed the "mask" mode and inserted only that of "UltraARC MODE" but the files that I compress do not go anyway, (it is clear that I myself make something wrong and I do not realize it)

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
Attached Images
File Type: png 1.png (9.6 KB, 285 views)
File Type: png 2.png (263.5 KB, 276 views)
Reply With Quote
  #940  
Old 23-01-2021, 16:07
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
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;
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (24-01-2021), XxAZAxX (23-01-2021)
  #941  
Old 23-01-2021, 16:56
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Smile Hi everyone

Quote:
Originally Posted by Cesar82 View Post
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;
Thanks go to you Cesar82, I just "found" the problem, but you solved it for me! so thank you very much bro.
Reply With Quote
  #942  
Old 23-02-2021, 06:50
AWildPotato AWildPotato is offline
Registered User
 
Join Date: Feb 2021
Location: New Zealand
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
AWildPotato is on a distinguished road
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?
Reply With Quote
  #943  
Old 23-02-2021, 13:37
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by AWildPotato View Post
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?
Install inno setup, open the script and press CTRL+F9. Then you see the error line when it compiles.
Reply With Quote
  #944  
Old 24-02-2021, 01:14
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Here is the latest version. Have not worked on it for a while and probably never will work again on it.
Attached Files
File Type: 7z ASIS.v7.2.2a.7z (69.49 MB, 989 views)
__________________
Haters gonna hate
Reply With Quote
The Following 6 Users Say Thank You to KaktoR For This Useful Post:
anime (04-03-2021), Cesar82 (27-06-2021), Entai44 (25-02-2021), gen40 (30-03-2021), Lia22 (12-04-2021), pcblizzard (04-07-2021)
  #945  
Old 12-03-2021, 22:50
LordxKinG LordxKinG is offline
Registered User
 
Join Date: Mar 2020
Location: Indonesian
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
LordxKinG is on a distinguished road
Hi, is Possible ASIS Installer add video at background Installing? thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 04:18.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com