|
|
|
#1
|
|||
|
|||
|
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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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
__________________
Haters gonna hate
Last edited by KaktoR; 29-07-2022 at 04:26. |
| 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
|
||||
|
||||
|
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. |
|
#4
|
|||
|
|||
|
Quote:
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
|
|
#5
|
||||
|
||||
|
I see. Installer extracts the archives to {tmp} folder instead of {app}. Will fix this asap.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
XxAZAxX (16-08-2021) | ||
|
#6
|
|||
|
|||
|
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?
|
|
#7
|
||||
|
||||
|
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. |
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
mausschieber (16-08-2021), XxAZAxX (16-08-2021) | ||
|
#8
|
|||
|
|||
|
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.
|
|
#9
|
||||
|
||||
|
Quote:
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)); Please report it if it is not working properly. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
mausschieber (16-08-2021), XxAZAxX (16-08-2021) | ||
|
#10
|
|||
|
|||
|
Quote:
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
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 Code:
Task2.Name = cm: EN Task2.ItemType = RADIO Task2.File = 1 Task2.Size = 500 mb Task2.Level = 1 Task2.Checked = 1 Task2.Enabled = 1 |
| The Following User Says Thank You to XxAZAxX For This Useful Post: | ||
Gehrman (22-08-2021) | ||
|
#11
|
||||
|
||||
|
Quote:
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:
![]() 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. |
|
#12
|
||||
|
||||
|
Quote:
![]() ![]() It works here (after apply the fix from Cesar above).
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
XxAZAxX (16-08-2021) | ||
|
#13
|
||||
|
||||
|
As for the "Task2.File = 1" just delete it.
I forgot to remove this from Settings.ini
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
XxAZAxX (16-08-2021) | ||
|
#14
|
|||
|
|||
|
So is this a superfluous code? that is, can it be eliminated without any problem? perfect Thanks again bro!
|
|
#15
|
||||
|
||||
|
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
|
![]() |
|
|
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 |