View Single Post
  #2  
Old 02-03-2011, 04:43
kraemer kraemer is offline
Registered User
 
Join Date: Feb 2011
Location: Romania
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
kraemer is on a distinguished road
Well, then i don't get a thing...
I have an AMD Phenom(tm) II X4 925 Processor @2807 MHZ and if i set the CPU frequency in Inno Setup like this :
Code:
#define CpuMHZ "3000"
when i run my installer the Processor Label turns red and if i press the Next button i'm being told that the hardware doesn't meet the minimum requirements and asked if i want to continue.

So the inno setup compare only one of my CPU's core with the value defined by me.

Please correct me if i'm wrong.Thanks,

Kraemer
Reply With Quote