|
|
#1 |
|
Junior Member
Join Date: Nov 2003
Posts: 4
|
systemDotNettable?
Hello,
Introductions... nice to meet you all. I am a newbie diving in deep with my first project. First part is checking wether or not a system supports the DotNet framework. Attached is a Function to check if a system' specs meet what is needed for DotNet. Any testers out there would be appreciated. Specifically I am not sure what exactly constitutes a Pentium Class Processor. I am using "menakkis cpudesc" to find out processor type and assuming "Pentium compatible" is close enough to Pentium class but would like to be sure. Thanx Jim |
|
|
|
|
|
#2 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
"Pentium Class Processor" just means: anything faster than a 486. It doesn't matter whether it's a Pentium, AMD or VIA processor. There is a version of the .NET framework for 32-bit x86 processors and 64-bits processors like the Intel Itanium.
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2003
Posts: 4
|
Thanx Joost,
Just as I assumed and how I coded it. Has anyone come across a test for 32-bit or 64-bit processors? Jim |
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
I think ARCH in CPUDesc shows that:
http://nsis.sourceforge.net/archive/...php?pageid=249 You can also try HwInfo: http://nsis.sourceforge.net/archive/...php?pageid=281 or Noppey: http://nsis.sourceforge.net/archive/...php?pageid=175 NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|