This is one way to find out in batch. rem 32 or 64 bits :CPU if %PROCESSOR_ARCHITECTURE% == x86 goto 32bit if %PROCESSOR_ARCHITECTURE% == AMD64 goto 64bit
Andy Huebner -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Thomas Denier Sent: Tuesday, November 19, 2013 2:06 PM To: [email protected] Subject: Re: [ADSM-L] Windows installer error -----Jim Schneider wrote: ----- >To: [email protected] >From: "Schneider, Jim" >Sent by: "ADSM: Dist Stor Manager" >Date: 11/19/2013 14:34 >Subject: Re: [ADSM-L] Windows installer error > > >I think Windows 7 is a 64-bit operating system. > >Jim It is apparently available in both 32 and 64 bit versions, since Microsoft provides instructions for finding out whether a Windows 7 system is 32 or 64 bit. Following these instructions revealed that the copy on my workstation is 64 bit. I was able to install the 64 bit 6.2.4.0 client successfully. Thank you for your assistance. Thomas Denier Thomas Jefferson University Hospital
