Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 19th November 2003, 05:04   #1
NaughtDivisor
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
Attached Files
File Type: nsi issystemdotnettable.nsi (6.6 KB, 54 views)
NaughtDivisor is offline   Reply With Quote
Old 19th November 2003, 11:01   #2
Joost Verburg
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.
Joost Verburg is offline   Reply With Quote
Old 19th November 2003, 16:12   #3
NaughtDivisor
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
NaughtDivisor is offline   Reply With Quote
Old 19th November 2003, 16:21   #4
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
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
kichik is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump