PDA

View Full Version : Detecting 64-bit Vista



NewsArchive
03-23-2009, 03:01 AM
I don't see an equate for 32/64 bit determination.

Is the best choice the Get System Info "WOW64 Status" item? (Can't find
anything on that in the help.)

TIA,

Jane

NewsArchive
03-23-2009, 03:01 AM
Hi Jane,

> I don't see an equate for 32/64 bit determination.
>
> Is the best choice the Get System Info "WOW64 Status" item? (Can't find
> anything on that in the help.)

See this thread:

Subject: Detecting 64bit system
Newsgroups: softvelocity.clarion.addons.setupbuilder
Date: 25 Feb 2009 18:00:46 -0500
From: Arnor Baldvinsson

http://www.lindersoft.com/forums/showthread.php?t=13578

Best regards,

--
Arnór Baldvinsson - Icetips Alta LLC
Port Angeles, Washington
www.icetips.com - www.buildautomator.com

Icetips product subscriptions at http://www.icetips.com/subscribe.php

NewsArchive
03-23-2009, 03:04 AM
Hi Jane,

> I don't see an equate for 32/64 bit determination.
>
> Is the best choice the Get System Info "WOW64 Status" item? (Can't find
> anything on that in the help.)

Yes, "Get System Information (WOW64 Status)" detects a 64-bit Windows
operating system. It returns "1" on x64 systems.

Some more WOW64 information can be found in the "Set x64 Mode" documentation
(see attached screenshot).

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
03-24-2009, 02:20 AM
Thanks, Arnor.

Jane

NewsArchive
03-24-2009, 02:21 AM
Thanks, Friedrich.

I first came across WOW on NT4 systems (for thunking 16-bit software), and
have seen the Wow6432Node and SysWOW64 folders on my Vista machine, so I was
pretty sure that value would be a good indication. Appreciate the
confirmation.

And as I look less blearily this morning, I see that that is mentioned in
the Get System Info item in the CHM. But it's out of alphabetical order
(between "Virtual PC Virtual Machine" and "Volume System Name") so I managed
to skim right by it last night.

Jane

NewsArchive
03-24-2009, 02:21 AM
Hi Jane,

> I first came across WOW on NT4 systems (for thunking 16-bit software),
> and have seen the Wow6432Node and SysWOW64 folders on my Vista machine,
> so I was pretty sure that value would be a good indication. Appreciate
> the confirmation.
>
> And as I look less blearily this morning, I see that that is mentioned in
> the Get System Info item in the CHM. But it's out of alphabetical order
> (between "Virtual PC Virtual Machine" and "Volume System Name") so I
> managed to skim right by it last night.

Yes, you are right. Fixed now, thank you! :-) I have also added a link to
"Set x64 Mode".

Friedrich