|
#1426
|
||||
|
||||
|
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 Code:
#if !UpdateMode Edit: Should be fixed now. Use attachment and look for code changes.
__________________
Haters gonna hate
Last edited by KaktoR; 20-08-2025 at 04:38. |
| The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
| Sponsored Links |
|
#1427
|
||||
|
||||
|
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.
__________________
Haters gonna hate
|
|
#1428
|
||||
|
||||
|
Here is the new 7.6.0 update, currently in beta.
If you find any errors, let me know.
__________________
Haters gonna hate
|
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#1429
|
||||
|
||||
|
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. |
|
#1430
|
||||
|
||||
|
Hi — could you please check the following setup installation file? I used a different method to retrieve system information. Thanks!
__________________
¤ Life good be a Dream ¤ |
|
#1431
|
||||
|
||||
|
Here it is detected correctly. I will test some things out, but I guess it's a library thing. I will see.
__________________
Haters gonna hate
|
|
#1432
|
||||
|
||||
|
Quote:
Quote:
Also tested on Linux wine, setup does not launch at all. Last edited by Razor12911; 01-11-2025 at 06:07. |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
KaktoR (01-11-2025), Lord.Freddy (01-11-2025) | ||
|
#1434
|
||||
|
||||
|
Hello can you please update the installer to work with DiskSpan_GUI v2.0.2.4 Thanks.
__________________
“Freedom is more important than safety.” |
|
#1435
|
||||
|
||||
|
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.
__________________
Haters gonna hate
|
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
mausschieber (27-02-2026), Razer-785 (26-02-2026) | ||
|
#1436
|
||||
|
||||
|
Quote:
__________________
“Freedom is more important than safety.” |
|
#1437
|
||||
|
||||
|
Quote:
__________________
“Freedom is more important than safety.” |
|
#1438
|
||||
|
||||
|
Batch app just save the batch file (if you use one via [Batch] to {app} folder.
__________________
Haters gonna hate
|
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
mausschieber (27-02-2026), Razer-785 (26-02-2026) | ||
|
#1439
|
||||
|
||||
|
New feature in Beta 2
Hash check for compressed archives ![]() 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 ![]() 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
__________________
Haters gonna hate
|
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#1440
|
||||
|
||||
|
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
__________________
“Freedom is more important than safety.” |
![]() |
|
|
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 |