|
|
|
#1
|
||||
|
||||
|
Quote:
You could throw AnimateWindow into the WizardForm.OnShow event. I modified the code a little and added timers for FadeIn/FadeOut (see attachment). Last edited by Cesar82; 27-05-2024 at 11:25. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
Lord.Freddy (27-05-2024), ScOOt3r (30-05-2024) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
__________________
¤ Life good be a Dream ¤ |
| The Following User Says Thank You to Lord.Freddy For This Useful Post: | ||
Cesar82 (04-06-2024) | ||
|
#3
|
||||
|
||||
|
Quote:
But I would like to inform you that the VRAM is not reading correctly... Reading is limited to 32-bit integers. Should have returned 12 GB of VRAM here (see first image). Also the windows identification is not being displayed correctly. It is labeled as "Windows 10 Interprise" and is "Windows 10 Pro" (see second image) I attached a code that detects VRAM above 4 GB in case you want to use part of it for your module (see third image). EDIT: I think you should use the "Extended" type (not Int64) to make it compatible with previous versions of Inno Setup such as the IS Enhanced 5.51 version that many use due to the excellent programming/debugging interface and extra classes offered in this version. Last edited by Cesar82; 04-06-2024 at 15:27. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Lord.Freddy (04-06-2024) | ||
|
#4
|
||||
|
||||
|
Quote:
Quote:
Quote:
well done, i hope this release should work as expected, and also if you have windows 11, please test this release on that machine to see if every things work`s well or no. Edit: i also modified the GetCPUArchitecture function to work with GetNativeSystemInfo and IsWow64Process api function.
__________________
¤ Life good be a Dream ¤ Last edited by Lord.Freddy; 05-06-2024 at 00:28. |
|
#5
|
||||
|
||||
|
Quote:
- Contains a MsgBox in the module's GetCPUArchitecture function. - Keeps returning "Windows Interprise". - You cannot use "RoundUp(Round(GetGPUVRAM))" in the example. You can use RoundUp only after converting to MB. RoundUp rounds the values to a multiple of 64, because for example if you get 493 MB it would return 512 MB (Which would be a multiple of 64). You can change the example script to: Code:
+ 'GPU VRAM: ' + ConvertUnitFormat(GetGPUVRAM, In_Bytes, In_MegaBytes, 0, False) + #13#10 Last edited by Cesar82; 06-06-2024 at 01:12. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Lord.Freddy (06-06-2024) | ||
|
#6
|
||||
|
||||
|
Quote:
__________________
¤ Life good be a Dream ¤ Last edited by Lord.Freddy; 12-06-2024 at 07:30. Reason: Updated to version 0.5 (Code optimization and cleanup + GUI Example). |
| The Following 3 Users Say Thank You to Lord.Freddy For This Useful Post: | ||
![]() |
| Tags |
| asis, ciu, inno, installer, ultraarc |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| How many forum members does it take to change a light bulb? | rms2001 | XBox Games | 6 | 12-01-2004 05:31 |