ADSM-L

Re: [ADSM-L] Windows installer error

2013-11-19 15:56:30
Subject: Re: [ADSM-L] Windows installer error
From: "Huebner, Andy" <andy.huebner AT ALCON DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 19 Nov 2013 20:54:17 +0000
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:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of 
Thomas Denier
Sent: Tuesday, November 19, 2013 2:06 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: [ADSM-L] Windows installer error

-----Jim Schneider wrote: -----

>To: ADSM-L AT VM.MARIST DOT EDU
>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
<Prev in Thread] Current Thread [Next in Thread>