Re: [WiX-users] Finding out the number of cores during install?

2013-02-14 Thread Rob Hamflett
You can get into all sorts of pain identifying logical cores vs physical cores, but the quick way is to just look at the NUMBER_OF_PROCESSORS environment variable. Rob On 13/02/2013 18:22, Stephen Turner wrote: Hi During the install of our product we need to know how many cores the CPU has.

Re: [WiX-users] Finding out the number of cores during install?

2013-02-14 Thread Rob Mensching
I dislike depending on environment variables if there is an OS API call avaliable. I just don't trust that env vars aren't tweaked by a human. smlie/ It does seem like something that could be added next to the OsInfo custom action. Maybe HardwareInfo? Wouldn't be hard to add if you already know

[WiX-users] Finding out the number of cores during install?

2013-02-13 Thread Stephen Turner
Hi During the install of our product we need to know how many cores the CPU has. Does Wix have this capability?. Thanks - Stephen Turner AudioScience, Inc. -- Free Next-Gen Firewall Hardware Offer

Re: [WiX-users] Finding out the number of cores during install?

2013-02-13 Thread Christopher Painter
] Finding out the number of cores during install? Hi During the install of our product we need to know how many cores the CPU has. Does Wix have this capability?. Thanks - Stephen Turner AudioScience, Inc