PDA

View Full Version : Get system info



NewsArchive
03-10-2010, 02:25 AM
I need to know if Windows version is Vista or Windows7 or 2008
How to?

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

NewsArchive
03-10-2010, 02:26 AM
Hi Dan,

have a look at the attached include-script for an example. It's more
than you need, but it shows the related setupbuilder functions, such as
"get system info".

Markus

NewsArchive
03-10-2010, 02:26 AM
Thanks I will have a look
Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

NewsArchive
03-10-2010, 02:29 AM
A simple check for Vista or higher and, if so, 64-bit is attached.
HTH

Jane Fleming

NewsArchive
03-10-2010, 02:29 AM
Thanks Jane,

Me stuck in 32bit <g>

I will have a look

Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

NewsArchive
03-10-2010, 02:30 AM
I need to check because I have one software product that uses a USB dongle.
I need to run a different driver installer for 64-bit Vista or for any Win7.

The >= Vista works for detecting an OS that may have UAC (Vista, W2K8,
etc.)

Jane Fleming

NewsArchive
03-11-2010, 01:27 AM
I am installing a msdthml.msi for the old FileExplorer Editor and Only
need to install if it is Vista or later.

Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

NewsArchive
03-11-2010, 01:27 AM
Dan,

> I am installing a msdthml.msi for the old FileExplorer Editor and Only
> need to install if it is Vista or later.

If %WINVER% Greater Than or Equal "$WIN_VISTA$" Then
! Launch msdthml.msi here
End

Friedrich

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

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
03-11-2010, 01:28 AM
Thanks Friedrich

'That is zackly what I need to do

Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

NewsArchive
03-11-2010, 01:28 AM
Can I use Get System Info > Windows Major Version
I get 6 for Vista. What numbers are returned for W7 and 2008?

I just want to know if the version is newer than XP
Looking for Vista - W7 or 2008

Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com