Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Russell81December 8, 2008 at 10:10 AM#Checking #of CPU with NSISIs there any way to check how many CPU exist in the computer NSIS installer? Thanks
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)LoRd_MuldeRDecember 8, 2008 at 5:53 PM#Use the System plugin and call the GetLogicalProcessorInformation() function 🙂 GetLogicalProcessorInformation function (sysinfoapi.h) - Win32 apps http://msdn.microsoft.com/en-us/library/ms683194.aspx Retrieves information about logical processors and related hardware.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Ivan AndreevichDecember 10, 2008 at 4:28 PM#Check this plugin out as well (CPUDesc plug-in)