PDA

View Full Version : Checking #of CPU with NSIS


Russell81
8th December 2008, 11:10
Is there any way to check how many CPU exist in the computer NSIS installer? Thanks

LoRd_MuldeR
8th December 2008, 18:53
Use the System (http://nsis.sourceforge.net/Docs/System/System.html) plugin and call the GetLogicalProcessorInformation() function :)

http://msdn.microsoft.com/en-us/library/ms683194.aspx

Ivan Andreevich
10th December 2008, 17:28
Check this plugin (http://nsis.sourceforge.net/CPUDesc_plug-in) out as well (CPUDesc plug-in)