Quote:
Originally Posted by artexjay
How did you manage to get the the setup to check for system requirements? I can't seem to figure that out.
An excerpt of your code with a small explanation on what some of the code does would be great
Thanks
|
take a look in setup.ini and you find it example here
Code:
[SystemRequirement]
// Win7 = 611, Win8 = 621, Win8.1 = 631, Win10 = 1000
Enable=1
Processor=3200
VideoRAM=4000
RAM=8000
OS=611
DirectX=11
HWSectionLabelColor=$808080
HWOkLabelColor=$357EC7
HWNotOkLabelColor=$ff0000
HWGoodLabelColor=$36ff00
HWPartiallyGoodLabelColor=$ff8400
HWNotGoodLabelColor=$ff0000