Check out the %PROCESSOR_ARCHITECTURE% environment variable, or you can use PowerShell with WMI:
@(Get-WmiObject -Class Win32_Processor)[0].DataWidth; I *think* the %PROCESSOR_ARCHITECTURE% environment variable might be "x86" if you're running a 32-bit boot image on 64-bit hardware. Maybe someone else can confirm? Cheers, Trevor Sullivan From: [email protected] [mailto:[email protected]] On Behalf Of Linkey, Mike Sent: Wednesday, March 19, 2014 10:23 AM To: [email protected] Subject: [mssms] Task Sequence to install software I have a task sequence that installed an application based off of the OS Architecture (x86 or x64). Some how it got whacked and I am trying to recreate it. I have everything except how I determined what the OS architecture is. How does everyone do this? I can't find my notes on how I did this anywhere. I think it was a simple thing, but I am coming up blank on all of my searches as well. Any input would be great! Mike L.

