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
  #1  
Old 16-08-2021, 07:14
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

Hello to all friends, as always I thank in advance all the work you do you are always super!

Here I list the various errors found and some changes made.

ASIS 7.3.1B - Works great.

ASIS 7.3.1C UPDATE - DOES NOT work, in practice the installation continues and after it has finished the extraction it says that it has been completed BUT in reality it does not install and does not extract any type of file leaving only the uninstall folder, in addition it seems which hangs in windows activities for a while.
__________________________________________________ ________________

In ASIS 7.3.1B I can not install only what you select, as in a screenshot in practice if I select only 3 languages ​​and do not flag the rest of the language packs ASIS installs them the same, I understand that in the "Records. ini "I have added them but how can you make a system that the user chooses what to install and which not even if the pack languages ​​are present?
(in Windows Phone Installer, this type of problem does not exist) could ASIS be extended or at least in some way modified, which more or less has the same function? it would be an incredible turning point, I know it is an abnormal request but it would really be the best.

Thanks for everything and sorry my english i used google translate. xD
Attached Files
File Type: rar ASIS.v7.3.1B + TEST FILE.rar (49.57 MB, 6 views)
File Type: rar SCREENSHOT.rar (882.3 KB, 6 views)
Reply With Quote
Sponsored Links
  #2  
Old 12-08-2021, 01:52
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,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Code:
v7.3.4
_____________________________________________________
- Added UpdateMode
  > If enabled setup will not create uninstall files, icons or {app} folder
  > Exe check in Settings.ini is required to proceed to installation
  > Only aviable in compact mode
- Fixed MB label for some languages (thanks to Cesar)
- Added button sounds
- Fixed a bug which exits the installer if searching for a archive and if installer asks if to quit, you select "No" the installer quits (this)
  > The problem was a false ISDoneError boolean in function BrowseArcFile
- The MediaPlayer library is no longer required to play button sounds (thanks to Cesar for the hint)
- Some other things

v7.3.3
_____________________________________________________
- Added feature for folder deletion after uninstalling

v7.3.2
_____________________________________________________
- Some changes for DSG 2.0.0.5+
- Added Component key to [Executable#]'s

v7.3.1b
_____________________________________________________
- Corrected a few things in help file
- Added RunFromAppFolder= key for [CRCCheck] section
  > If set to 1, the Hash file will be read from {app} folder
    If set to 0, the Hash file will be read from {tmp} folder
- Added [Batch] section
  > With this you can run a defined batch file after Setup is done
- Fixed DiskSpaceImage (just a small pixel adjustment)

v7.3.1
_____________________________________________________
- ASIS is now fully compatible with DiskSpan GUI v2.0+ (thanks to Cesar82)
  > Old DiskSpan GUI versions aren't compatible anymore
  > You can still use your own archives with ASIS (make Setup.dll manually!)
  > ASIS is now x64 ONLY!
- Remade the Redists code part (thanks to Cesar82)
  > You can now use theoretical unlimited items for your Redists
- Added options for InternalDLL and PasswordDLL inside Script.iss
  > Putting Setup.dll next to the script will compress the DLL file into the Setup.exe file
  > Same password used in DiskSpan_GUI to extract decompressors from Setup.dll files
- Changed components (thanks to Cesar82)
  > The components are now exclusive for game collections
- Added Tasks (thanks to Cesar82)
  > With tasks you can define optional content to install for your installation, such 
    as languages, soundtrack, wallpapers, ... (this was the former components)
- It is now possible to use TXT and RTF files for EULA
- Changed the time remaining label
  > It will now be visible with more then one archive.
    Progress is now calculated according to the size of the arc generated by DiskSpan GUI.
    Example: If DiskSpan GUI generates 2 archives, the first 400 mb and the second 100 mb means 
    that the first archive will occupy 80% and the second 20%.
    So when extracting arc1, 0.80 will be passed in the second parameter (PctOfTotal) of IsDone's 
    IsArcExtract function. For the second file 0.20 will be sent.
    If you don't have the sizes in Records.ini, it will be divided by the number of files, which is 0.50/0.50.
    If you don't use DiskSpan GUI for generating records.ini, you can do it manually (like with records.inf)
- Updated BASS.dll library
- Updated some other things

v7.2.2
_____________________________________________________
- Updated compressors
- On cancelling installation the {app} folder will now be deleted
- Added XTool 2020 support
- Added DiskSpan_GUI support (thanks to Cesar82)
- Fixed cancel button
- Removed some leftovers from previous versions in script which are not used anymore
- Moved 'DefaultInstallDir=' key to [Settings] section
  > [ExtractSettings] section removed
- Fixed title on ExitSetupMessageBox if special chars were used (no hieroglyphs)
- Updated DiskSpan_GUI to latest version
- Fixed a problem with lower/uppercase "FreeArc_X" in records.ini reading
- Added "IconFileName=" key to [Executable#] section (a)
- Fixed several hieroglyphs (a)
- Removed COMPRESSOR_GUI (a)
- Updated DiskSpan_GUI to latest version (a)

v7.2.0
_____________________________________________________
- Fixed CRC Check from previous update
- Fixed InfoBefore and EULA
  > Before it was possible to change the texts
- It is now possible to use both TXT and RTF files for InfoBefore and EULA
- Updated russian localization
- Updated french localization
- Redone compressor settings
  > It now uses COMPRESSOR_GUI to change the settings
  > Thanks to Cesar82
- CompactMode now have it's own information page
  > It is located near about button
  > This opens a new window which will show you informations about the game or your repack
- If WebsiteButtonText is empty, a custom message 'Website' will be used instead
- Added Czech language to installer
  > "a few" messages still have to be translated
- Added a new checkbox "Limit RAM and CPU usage" to both modes
  > If this checkbox is checked, RAM and CPU usage will be limited during installation
- Added a small bitmap to SelectDirPage to Free/Need space labels
- It is now possible to use special characters like ™ for your application
  > Before you got strange hieroglyphs
- Fixed time remaining check if [Record2] is present in records.ini
- Fixed misplaced buttons and texts on 125%+ desktop scale (hopefully for ever now)
- Fixed a bunch of small errors, misplacings and code duplicates
- Fixed a bunch of this annoying error messages on compiling
- Updated help file
- Updated VCL viewer source code
- Added UE4 decryption tool
  > Thanks to Razor12911

v7.1.7
_____________________________________________________
- Fixed "OK" button on components page (CompactMode) with higher desktop resolutions
  > Hopefully this will be the last one
- Fixed "Background" button on FinishedPage with special settings
- Added a new [Executable#] section to Settings.ini
  > There will be set executables for shortcuts
- Reworked creating icons for your application
  > It is now possible to set/create more then one icon
  > Theoretical you can create an infinite number of shortcuts
- Updated all languages
- Some script cleanup, now be less unneccessary doubled codes and trash
- Updated Help file
- Hotfix: Fixed hash check if more then from 1 disc/iso is installed
  > Before the file was extracted on hash page, and if you were installing from more
    then one disc/iso and changed the disc/iso, Installer couldn't extract the file 
    because Setup.exe was not in {src} folder anymore, so you had to remount the disc/iso
    and click "Retry" to start the hash check. This is now fixed.
- Hotfix: Fixed broken FinishPage if CRC checkbox was checked (NormalMode)
- Hotfix 2: Fixed shortcut creation
- Hotfix 3: Fixed misplaced cancel button if vcl style was used (NormalMode)

v7.1.6
_____________________________________________________
- Fixed diskspan file search window
  > Clsinit function was missing and is now back
- Fixed positioning of CRC Checkbox on CompactMode
- If no Setup.ico is present, compiler will use default icon now instead of giving a error message while compile
- Added PMT support for MPZ
- Changed Time Remaining label
  > Before it showed "Infinity" if you used more then one record inside records.ini.
    If you use more then one record, Time Remaining will not show up anymore.

v7.1.5
_____________________________________________________
- Changed BPK decompressor (thanks to Masquerade)
- Added PMT
  > Atm only for RAZOR Archiver
- Added Oodle8 support
- Fixed doubled installation display size (thanks to Cesar82)
- Removed DLZ

v7.1.4a
_____________________________________________________
- Fixed installation size in CompactMode if components were used and all components were unchecked (Checked=0)

v7.1.4
_____________________________________________________
- Updated some compressors
- Fixed Redist CB if Compactmode and Components is used
- Added translations for 'Click to select components...' message in compact mode


v7.1.3
_____________________________________________________
- Reworked Redist page
- Active language will be added to INIFile now
- Added file checks for components (thanks to Cesar82)


v7.1.2
_____________________________________________________
- Added Redist installation to CompactMode
- Added ISHash library to CompactMode (now really!)
- Updated ISHash library (thanks to peterf1999)
- Added components
  > With this you can unpack language archives or other archives
  > Set them in Settings.ini
  > You don't need to add them to Records.ini
- Reworked Components (thanks to Cesar82)
- Updated 7z to v19.0.0.0
- Changes 'Size=' key in Settings.ini
  > It is now possible to write size as follow:
    b,B,k,K,kb,KB,Kb,m,M,mb,MB,Mb,g,G,gb,GB,Gb,t,T,tb,TB,Tb,p,P,pb,PB,Pb
- Fixed slideshow
  > Before it always show the first picture twice.
- Fixed not correct size in Windows Control Panel
- Fixed some other bugs
- Fixed component progress on ProgressBar
- Fixed ScrollBar on LicensePage and InfoBeforePage if you use cjstyle skin
- Added Skin support to LanguageBox (thanks to Cesar82)
- Added Skin support to Uninstall progress
- Changed appearance in Components page
- Added compact mode to installer
  > This is an option for minimalistic setup with only one page
  > In CompactMode you can only use SFV and MD5 files for CRC check
    I will implement ISHash library later in CompactMode
- Fixed LogButton in CRC Check page
- Fixed other bug if CRC check is disabled
- Added checkbox for "Create Uninstaller"
  > If checkbox is checked, Uninstall files will be created
  > If checkbox is not checked, no uninstall files will be created
- Added [INISettings] to Settings.ini
  > With this you can change INI settings after installation is done
- Fixed french translation for CRC check page (forgot some spaces)
- Added RazorTools
  > ZSTD Precompressor
  > FIFA 19 Cas Decryption Tool + Precompressor
  > Project CARS 2 Bff Decryption Tool
  > LZX Precompressor
- Fixed DPI calculation if text scaling in Windows Display Settings was greater than 100% (thanks to Cesar82)


v7.1.1b
_____________________________________________________
- Fixed Music Button
- Fixed Hardware detection (thanks to peterf1999 for the help)
- Fixed Finish Button if CRC Check is not used
- Website Button is now not visible on Installing Page
- Added Background ON/OFF button on Installing Page
  > With this button you can toggle install background on/off
- Changed background color of License and Info before memo to a bright color
  > On dark themes you couldn't read text properly before
- Made Installer window a bit bigger for better reading
- Added missing dll to ztool
- Added ability to change Hardware label colors in [SystemRequirement] section
- Fixed some other bugs


v7.1.1a
_____________________________________________________
- Removed ISUtils.dll
- Added green indicator if Hardware match the requirement
- Updated BASS Audio Library to v2.4.14.0
- Added some help to Settings.ini


v7.1.1
_____________________________________________________
- Updated some compressors
- Added option to make records.ini internal
- Rebuild file handling for compressors
- Updated file structure
- Removed old code
- Removed Compiler.exe for ISEE
  > You have to use IS (u) now
- Fixed ProgressBar flickering
  > It had something to do with % (TLabel)
  > % is now (StaticText)
- Added Time Remaining and Time Elapsed
  > Time Remaining is broken at the moment
- Removed ProgressBarLabelColor
  > It is not working with (StaticText)
- Increased Setup Window size
- Added ShowLanguageBox= option
- Moved CRC Check CB to DirPage
- Fixed CPU requirement calculation
- Rounded DirectX version number (from xy,z to xy)
- It is now possible to use RGB Color instead of BGR
- Fixed Music and Website Buttons if one of them are disabled
- Fixed compile error if AFR "019" is enabled
- Fixed error if not using certain options
- Added ISHash library (thanks to peterf1999)
  > Removed QuickSFV
  > Valid file types: md5, sha1, sha256, sha512
- Overhauled SelectDirPage a bit
- Removed string "x 1 (Running)" from GPU label
- Added pause button on installer
  > With this you can pause the installation
- Fixed PercentLabel for diskspan archives
Attached Files
File Type: 7z ASIS.v7.3.4.7z (36.89 MB, 158 views)
__________________
Haters gonna hate

Last edited by KaktoR; 29-07-2022 at 04:26.
Reply With Quote
The Following 16 Users Say Thank You to KaktoR For This Useful Post:
ADMIRAL (29-07-2022), alnaloty (26-08-2021), Cesar82 (12-08-2021), DarkGen (16-09-2021), DarkMaster007 (13-03-2022), Gehrman (29-07-2022), Gigachad (10-03-2022), jafar123 (24-08-2021), kuyhaa (09-06-2022), macut18 (01-12-2021), mausschieber (12-08-2021), ScOOt3r (09-02-2022), sh86 (27-12-2021), WLen (31-08-2021), XxAZAxX (16-08-2021), yasserdivar (04-10-2021)
  #3  
Old 16-08-2021, 07:17
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,337 Times in 2,839 Posts
KaktoR is on a distinguished road
You have to define the components/tasks in records.ini

Example:

Code:
Task2.Name=cm:EN
Task2.ItemType=CHECK
Task2.File=1
Task2.Size=1 mb
Task2.Level=1
Task2.Checked=1
Task2.Enabled=1

Task3.Name=cm:IT
Task3.ItemType=CHECK
Task3.File=1
Task3.Size=1 mb
Task3.Level=1
Task3.Checked=1
Task3.Enabled=1

-----------------------------

[Record2]
Type=Freearc_Original
Source={src}\Italian.TEST
Output={app}\
Disk=1,2
Task=3 //Task=3 because italian language in Settings.ini is Task3

[Record3]
Type=Freearc_Original
Source={src}\English.TEST
Output={app}\
Disk=1,3
Task=2 //Task=2 because english language in Settings.ini is Task2
__________________
Haters gonna hate

Last edited by KaktoR; 16-08-2021 at 07:21.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Gehrman (31-05-2022), XxAZAxX (16-08-2021)
  #4  
Old 16-08-2021, 07: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
Smile Hi bro

Quote:
Originally Posted by KaktoR View Post
You have to define the components/tasks in records.ini

Example:

Code:
Task2.Name=cm:EN
Task2.ItemType=CHECK
Task2.File=1
Task2.Size=1 mb
Task2.Level=1
Task2.Checked=1
Task2.Enabled=1

Task3.Name=cm:IT
Task3.ItemType=CHECK
Task3.File=1
Task3.Size=1 mb
Task3.Level=1
Task3.Checked=1
Task3.Enabled=1

-----------------------------

[Record2]
Type=Freearc_Original
Source={src}\Italian.TEST
Output={app}\
Disk=1,2
Task=3 //Task=3 because italian language in Settings.ini is Task3

[Record3]
Type=Freearc_Original
Source={src}\English.TEST
Output={app}\
Disk=1,3
Task=2 //Task=2 because english language in Settings.ini is Task2
Hi KaKtoR, I did as you told me and also corrected the numbers that I had previously busted, but the installer freezes and remains locked until I close it from activities .. this is the file I corrected, and that's the screenshot of how it is now... What am I doing wrong? :'(

Code:
[Record1]
Type=Freearc_Original
Source={src}\Data.TEST
Output={app}\
Disk=1
Component=1

[Record2]
Type=Freearc_Original
Source={src}\English.TEST
Output={app}\
Disk=1,2
Task=2

[Record3]
Type=Freearc_Original
Source={src}\Italian.TEST
Output={app}\
Disk=1,3
Task=3

[Record4]
Type=Freearc_Original
Source={src}\French.TEST
Output={app}\
Disk=1,4
Task=4

[Record5]
Type=Freearc_Original
Source={src}\Spanish.TEST
Output={app}\
Disk=1,5
Task=5

[Record6]
Type=Freearc_Original
Source={src}\Polish.TEST
Output={app}\
Disk=1,6
Task=6

[Record7]
Type=Freearc_Original
Source={src}\German.TEST
Output={app}\
Disk=1,7
Task=7

[Record8]
Type=Freearc_Original
Source={src}\Por-Brazil.TEST
Output={app}\
Disk=1,8
Task=8

[Record9]
Type=Freearc_Original
Source={src}\Czech.TEST
Output={app}\
Disk=1,9
Task=9

[Record10]
Type=Freearc_Original
Source={src}\Russian.TEST
Output={app}\
Disk=2
Task=10
Attached Images
File Type: png Screenshot_1.png (23.2 KB, 189 views)
Reply With Quote
  #5  
Old 16-08-2021, 07:44
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,337 Times in 2,839 Posts
KaktoR is on a distinguished road
I see. Installer extracts the archives to {tmp} folder instead of {app}. Will fix this asap.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
XxAZAxX (16-08-2021)
  #6  
Old 16-08-2021, 07:49
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 bro

Quote:
Originally Posted by KaktoR View Post
I see. Installer extracts the archives to {tmp} folder instead of {app}. Will fix this asap.
So is it an extraction error? I without making the changes that is to add Task = 1 etc. etc. made me extract, what do you mean is for the new updated version that is the 7.3.1C?
Reply With Quote
  #7  
Old 16-08-2021, 07:53
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,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Well archives will be extracted but to wrong folder.

I tested it now with your archives and it seems to work (only selected files will be extracted).

Here is a workaround for it.
__________________
Haters gonna hate

Last edited by KaktoR; 17-08-2021 at 00:39.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
mausschieber (16-08-2021), XxAZAxX (16-08-2021)
  #8  
Old 16-08-2021, 08:59
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
Well archives will be extracted but to wrong folder.

I tested it now with your archives and it seems to work (only selected files will be extracted).

Here is a workaround for it.
I tried bro, to try to clear 4 or 5 languages and lasciane active only 3 or 4 you'll see that the installer crashes, and here I could not tell you what the problem is when I inserted Task=2, etc, etc, etc) and when I want to select only 1 of the tongue me installs them all equally... I don't get it done and I don't understand where I'm wrong unfortunately, thanks always for everything bro and sorry if I'm wasting your time.
Attached Files
File Type: rar ASIS.v7.3.1c.FIX.rar (49.62 MB, 10 views)
Reply With Quote
  #9  
Old 16-08-2021, 13:21
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
I tried bro, to try to clear 4 or 5 languages and lasciane active only 3 or 4 you'll see that the installer crashes, and here I could not tell you what the problem is when I inserted Task=2, etc, etc, etc) and when I want to select only 1 of the tongue me installs them all equally... I don't get it done and I don't understand where I'm wrong unfortunately, thanks always for everything bro and sorry if I'm wasting your time.
Sorry for that, it was a mistake on my part when assembling the code.
I will have to fix this in all scripts supported by DiskSpan GUI (Including DSG Extraction Tool).

FIX: Change in script the variable name from "StrLine" to "TmpStr" in line 4029.

It should look like this after changing it.
Code:
Delete(TmpStr, 1, Pos(Separator, TmpStr));
I didn't do tests to check if it is extracting the selected files correctly.
Please report it if it is not working properly.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (16-08-2021), XxAZAxX (16-08-2021)
  #10  
Old 16-08-2021, 14:32
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
Talking Hi bro

Quote:
Originally Posted by Cesar82 View Post
Sorry for that, it was a mistake on my part when assembling the code.
I will have to fix this in all scripts supported by DiskSpan GUI (Including DSG Extraction Tool).

FIX: Change in script the variable name from "StrLine" to "TmpStr" in line 4029.

It should look like this after changing it.
Code:
Delete(TmpStr, 1, Pos(Separator, TmpStr));
I didn't do tests to check if it is extracting the selected files correctly.
Please report it if it is not working properly.
Hi Cesar82, There is no need to apologize indeed I always thank you for all the work you do!

However, the change you just proposed worked great and I can confirm that everything is now 100% working.

1 - There is no longer the problem of sudden crush or freeze installer.
2 - Now the installer extracts what I select.
3 - In the "Record.ini" file you released there is the wording:

Code:
[Record1]
Type = FreeArc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB

in

Type = Freearc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB
Where "Type = FreeArc_Original" is wrong for it to work I had to change to: "Type = Freearc_Original".

4 - In the "Settings.ini" file that you released there is the wording:

Code:
[TasksSettings]
Enable = 0
FlatPageMode = 0
ShowTaskSize = 1

Task1.Name = Language
Task1.ItemType = GROUP
Task1.Size = 0
Task1.Level = 0
Task1.Checked = 1
Task1.Enabled = 1

Task2.Name = cm: EN
Task2.ItemType = RADIO
Task2.Size = 500 mb
Task2.Level = 1
Task2.Checked = 1
Task2.Enabled = 1
The Italian Task is missing and the words "Task2.File = 1" under Task2.ItemType = RADIO / CHECK example:

Code:
Task2.Name = cm: EN
Task2.ItemType = RADIO
Task2.File = 1
Task2.Size = 500 mb
Task2.Level = 1
Task2.Checked = 1
Task2.Enabled = 1
For everything else I think it's all right, I hope I have been of help! and thanks again for all the work you do guys, and sorry for the time I stole from you! good summer to you too.
Attached Images
File Type: png Screenshot_1.png (128.5 KB, 245 views)
File Type: png Screenshot_2.png (299.8 KB, 213 views)
File Type: png Screenshot_3.png (92.8 KB, 244 views)
Reply With Quote
The Following User Says Thank You to XxAZAxX For This Useful Post:
Gehrman (22-08-2021)
  #11  
Old 16-08-2021, 15:52
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
3 - In the "Record.ini" file you released there is the wording:

Code:
[Record1]
Type=FreeArc_Original
Source = {src}\Changelog.arc
Output = {app}\
Disk = 1.2
Size = 32.11 GB

in

Type = Freearc_Original
Source = {src}\Changelog.arc
Output = {app}\
Disk = 1.2
Size = 32.11 GB
Where "Type = FreeArc_Original" is wrong for it to work I had to change to: "Type = Freearc_Original".
It should work the same way.
Maybe there was some TAB character on the Type= line.
DiskSpan GUI generates records.ini with FreeArc_Original and other users always install games using FreeArc_Original without problems.
It is not case sensitive the type name, see that the script was used LowerCase that leaves everything in lowercase during the comparison.
Code:
function ConvertDataType(sType: String): Integer;
begin
  case Trim(LowerCase(sType)) of
    LowerCase('FreeArc_Original') : Result := ARC_SIMPLE;
    LowerCase('7-Zip_Original')   : Result := ZIP_SIMPLE;
    LowerCase('WinRAR_Original')  : Result := RAR_SIMPLE;
    LowerCase('FreeArc_Split')    : Result := ARC_MERGED;
    LowerCase('7-Zip_Split')      : Result := ZIP_MERGED;
    LowerCase('WinRAR_Split')     : Result := RAR_MERGED;
    LowerCase('Split')            : Result := SPLIT_PART;
    LowerCase('Delta')            : Result := DELTA_FILE;
  end;
end;
Quote:
Originally Posted by XxAZAxX View Post
For everything else I think it's all right, I hope I have been of help! and thanks again for all the work you do guys, and sorry for the time I stole from you! good summer to you too.
It's a cold winter here now!

Quote:
Originally Posted by XxAZAxX View Post
So is this a superfluous code? that is, can it be eliminated without any problem? perfect Thanks again bro!
It was supposed to be used to ignore the lines of group type items, but was discontinued before it became public.

Last edited by Cesar82; 16-08-2021 at 16:08.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
Gehrman (31-05-2022), XxAZAxX (16-08-2021)
  #12  
Old 16-08-2021, 14:24
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,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by XxAZAxX View Post
I tried bro, to try to clear 4 or 5 languages and lasciane active only 3 or 4 you'll see that the installer crashes, and here I could not tell you what the problem is when I inserted Task=2, etc, etc, etc) and when I want to select only 1 of the tongue me installs them all equally... I don't get it done and I don't understand where I'm wrong unfortunately, thanks always for everything bro and sorry if I'm wasting your time.


It works here (after apply the fix from Cesar above).
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
XxAZAxX (16-08-2021)
  #13  
Old 16-08-2021, 14: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,337 Times in 2,839 Posts
KaktoR is on a distinguished road
As for the "Task2.File = 1" just delete it.

I forgot to remove this from Settings.ini
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
XxAZAxX (16-08-2021)
  #14  
Old 16-08-2021, 15:24
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 bro

Quote:
Originally Posted by KaktoR View Post
As for the "Task2.File = 1" just delete it.

I forgot to remove this from Settings.ini
So is this a superfluous code? that is, can it be eliminated without any problem? perfect Thanks again bro!
Reply With Quote
  #15  
Old 28-08-2021, 02:29
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Is it possible to get ASIS to have an additional component "level"? For some packs I'm working on, I'm offering optional pre-modded configurations, where the components, in an ideal scenario would look something like:
Code:
|- Main Files
|- Selective videos
    |-> Lossless
    |-> Lossy
|- Modded Content
    |->Type X of Mod
        |->Offering A
        |->Offering B
But I can't seem to figure out which part(s) require tinkering to make this possible.
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:22.


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