Archive: Checking #of CPU with NSIS


Checking #of CPU with NSIS
Is there any way to check how many CPU exist in the computer NSIS installer? Thanks


Use the System plugin and call the GetLogicalProcessorInformation() function :)

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


Check this plugin out as well (CPUDesc plug-in)