#1
|
||||
|
||||
SysInfo DLL Plugin
System Information Inno Library
For Inno Setup 6.0 or newer: Example for Inno Setup 6.0 or newer ------------------------------------------------------------------------------ Last edited by BLACKFIRE69; 07-06-2020 at 12:16. Reason: added new Fixed library 2 |
The Following 12 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (13-04-2020), Cesar82 (11-04-2020), devil777 (11-04-2020), ffmla (11-04-2020), Gehrman (11-04-2020), Harsh ojha (11-04-2020), Jiva newstone (11-04-2020), mausschieber (08-06-2020), PsYcHo_RaGE (12-04-2020), Stor31 (18-03-2021), Titeuf (18-04-2020), y_thelastknight (21-04-2020) |
Sponsored Links |
#2
|
||||
|
||||
Very good...
- If possible you should use an older version of the compiler (If created in Delphi use DELPHI 2010). A smaller file will be generated (2.84 MB is very large and is already compressed in UPX). The ISSysInfo by Peterf1999 library is only 254Kb (compressed UPX). - If possible put an example compatible with Inno Setup (Standard) in your example script. Not everyone uses the EE version of Inno Setup (The EE version is obsolete). Thanks for library. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
BLACKFIRE69 (12-04-2020) |
#3
|
||||
|
||||
Quote:
thanks... |
#4
|
||||
|
||||
Quote:
01. it is showing GPU name and memory as weird numbers. GPU description is Zotac rtx 2070 super 8GB. 02. 9700k has 8 cores and 8 threads but it is showing as 4 cores and 8 threads. 03. It is showing RAM as 8GB though my pc has 16GB of RAM Last edited by bunti_o4u; 12-04-2020 at 08:23. |
The Following 2 Users Say Thank You to bunti_o4u For This Useful Post: | ||
BLACKFIRE69 (12-04-2020), Titeuf (18-04-2020) |
#5
|
||||
|
||||
Same here (GPU + RAM is wrong)
If you need something special let us know.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
Titeuf (18-04-2020) |
#6
|
||||
|
||||
ya i got it. that would be correct. thnx..
|
#7
|
||||
|
||||
To correct the CPU name, you can try replacing PAnsiChar with WideString in your SysInfo source code. Original: function GetGPUName : PAnsiChar; Replace by: function GetGPUName : WideString; I don't know if it will fix it, but as PAnsiChar doesn't support wide characters this error happens. Or you can convert your code to ANSI using: Result: = PAnsiChar (AnsiString (Utf8ToUnicodeString (strSource))); Thanks for the smaller size update. |
The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
BLACKFIRE69 (13-04-2020), Titeuf (18-04-2020) |
#8
|
||||
|
||||
Noted one more thing. it is showing available RAM and Total RAM as 2047MB and 8192MB respectively in all three screenshots i.e. KaktoR, Cesar82 and mine.
Last edited by bunti_o4u; 12-04-2020 at 19:54. |
#9
|
||||
|
||||
@BLACKFIRE69
Error in VRAM (GTX 970 = 4 GB VRAM): Result: GPU Memory = -1 MB The detected RAM was 31.96 GB and windows detects 32.00 GB (Maybe windows rounds the value) |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
BLACKFIRE69 (25-04-2020) |
#10
|
|||
|
|||
The Following User Says Thank You to Gupta For This Useful Post: | ||
BLACKFIRE69 (26-04-2020) |
#11
|
||||
|
||||
@BLACKFIRE69
any Difference in Xtimer like its a settimer or any kind of multi threaded time.. and also weird - sign in gpu ram Last edited by Jiva newstone; 28-04-2020 at 09:49. |
The Following User Says Thank You to Jiva newstone For This Useful Post: | ||
BLACKFIRE69 (28-04-2020) |
#12
|
||||
|
||||
Quote:
yup VRam ... 🤕 |
#13
|
||||
|
||||
i used your dll in my installer, stills its an error, so iam using stringchange to remove- or replace - with 0
plz fix it soon |
The Following User Says Thank You to Jiva newstone For This Useful Post: | ||
BLACKFIRE69 (29-04-2020) |
#14
|
||||
|
||||
ok 👍
|
#15
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Nero Plugin to burn mdf/mds images | Kall | CD/DVD Software & Utilities | 6 | 09-11-2007 02:29 |
REQUEST : SDF plugin and AHX tool | --=FamilyGuy=-- | DC Games | 4 | 20-04-2007 13:13 |
is there a a gamecube plugin to 3d studio max | gamesmell | GameCube Games | 1 | 12-03-2004 23:54 |
FlaskMPEG & Panasonic Plugin: Plugin has "Fatal Error" | dan | CD/DVD Software & Utilities | 1 | 15-11-2000 16:23 |