FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ASIS: Advanced Simple Installer Script (https://fileforums.com/showthread.php?t=99481)

KaktoR 20-08-2025 04:09

1 Attachment(s)
Thanks, there is another bug when you create icons. If you use uninstaller the icons from startmenu will not get removed. I already fixed it here.

However Icon creation should not be possible when using UpdateMode, so all you have to do is change
Code:

#if !CompactMode || !UpdateMode
to
Code:

#if !UpdateMode
on line 1077 and 4572.

Edit: Should be fixed now. Use attachment and look for code changes.

KaktoR 08-10-2025 10:55

I need someone for testing dpi scaling with native 4k resolution.

What you should test: change desktop dpi scaling from 100% to 200% (or higher if possible) and see if all elements are on the correct place.

This test should be really quick. Just run the installer and click through every page.

KaktoR 30-10-2025 09:58

1 Attachment(s)
Here is the new 7.6.0 update, currently in beta.

If you find any errors, let me know.

Razor12911 31-10-2025 04:10

1 Attachment(s)
Incorrectly detected VRAM value.

My GPU has 8GB video memory.

Possible causes: iGPU has 3GB video memory and perhaps this is what was detected instead of dGPU.

Lord.Freddy 01-11-2025 02:03

1 Attachment(s)
Quote:

Originally Posted by Razor12911 (Post 508812)
Incorrectly detected VRAM value.

My GPU has 8GB video memory.

Possible causes: iGPU has 3GB video memory and perhaps this is what was detected instead of dGPU.

Hi — could you please check the following setup installation file? I used a different method to retrieve system information. Thanks!

KaktoR 01-11-2025 05:44

Quote:

Originally Posted by Razor12911 (Post 508812)
Incorrectly detected VRAM value.

My GPU has 8GB video memory.

Possible causes: iGPU has 3GB video memory and perhaps this is what was detected instead of dGPU.

Here it is detected correctly. I will test some things out, but I guess it's a library thing. I will see.

Razor12911 01-11-2025 06:03

1 Attachment(s)
Quote:

Originally Posted by Lord.Freddy (Post 508816)
Hi — could you please check the following setup installation file? I used a different method to retrieve system information. Thanks!

This works

Quote:

Originally Posted by KaktoR (Post 508817)
Here it is detected correctly. I will test some things out, but I guess it's a library thing. I will see.

Disabled iGPU, same problem. One thing I'd like to point out is this library executes dxdiag.exe located in WoW64 folder meaning it is the 32-bit version. When you launch this, it lists my gpu as 3GB.

Also tested on Linux wine, setup does not launch at all.

Lord.Freddy 01-11-2025 10:09

Quote:

Originally Posted by Razor12911 (Post 508818)
This works

Great — you can find the module I used here

Razer-785 26-02-2026 15:03

Please update
 
Hello can you please update the installer to work with DiskSpan_GUI v2.0.2.4 Thanks. :)

KaktoR 26-02-2026 15:45

1 Attachment(s)
Sure, here you go.

Still beta.

I don't know what has changed since the last beta, but something with CRC checking and some other things. I forgot to write a proper changelog.

Razer-785 26-02-2026 16:40

Quote:

Originally Posted by KaktoR (Post 509463)
Sure, here you go.

Still beta.

I don't know what has changed since the last beta, but something with CRC checking and some other things. I forgot to write a proper changelog.

Thank You :)

Razer-785 26-02-2026 18:07

Quote:

Originally Posted by KaktoR (Post 509463)
Sure, here you go.

Still beta.

I don't know what has changed since the last beta, but something with CRC checking and some other things. I forgot to write a proper changelog.

By the way what is the difference between [Script.iss] & [Script (batch APP).iss] please let me know. Thanks :)

KaktoR 26-02-2026 21:34

Batch app just save the batch file (if you use one via [Batch] to {app} folder.

KaktoR 27-02-2026 15:58

New feature in Beta 2

Hash check for compressed archives
https://i.imgur.com/rFdEyKm.png

Hash and Algorithm will be defined in Records.ini for each Data.bin file.

Example:
Code:

[Record1]
Type=FreeArc_Original
Source={src}\Data1a-01.bin
Output={app}\
Disk=1
Size=3.645.487 bytes
Hash=45276D75B8333DA27396F686DBB57513
Algo=md5



Hash check for extracted files
https://i.imgur.com/mwA3iK2.png

This is only available if you don't use QuickSFV/RapidCRC check.
Checksums should be stored in Setup.dll file or somewhere else.
If you use {tmp} as source path then the hash file should be stored in Setup.dll file.
If you use {app} the hash file should be stored in {app} folder.
If you use {src} path the hash file should be located near Setup.exe.
Algorithm should be defined just like in hash for compressed Data.bin file.
The hash file name can be anything you want. In this example it is created by DSG.

Example:
Code:

[Record2]
Type=Checksum_File
Source={tmp}\Data1a-01.dat
Output={app}\
Disk=1
Algo=md5


Other changes:
- GPU VRam is fixed. It should be now displayed correctly. Issue
Values will be read directly from registry without any library or dxdiag thingy, simply because it is just too slow.
- Updated some help files (it is not done yet 100%).

https://fileforums.com/showpost.php?...postcount=1435

Razer-785 01-03-2026 00:14

I get this error when trying to compile

---------------------------
Compiler Error
---------------------------
File: C:\Users\User\Desktop\ASIS_v7.6.0\Resources\DSG\DS G_Checksum.ish



Line 311:

Column 45:

[ISPP] Undeclared identifier: "DSG_CHECKSUM".
---------------------------
OK
---------------------------

I am using latest build of ASIS and DiskSpan_GUI and i am trying the inbuilt hash feature for game files and the compressed data files i am also using BLAKE3-256 as my hash algorithm. Thanks:)


All times are GMT -7. The time now is 12:19.

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