cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gridman
Level 8

Need to determine Windows 7 SP1 64-Bit

I am creating a Launch Condition to make sure an installation is running on Win 7 SP1 64-bit. I got the Win 7 64-Bit part working. But, I can't figure out how to determine SP1.

If you look at the Operating System Property Values topic in the Help, it says the ServicePackLevel is not applicable. I also tried using SYSINFO.WINNT.nServicePack, but that doesn't seem to be working either.

Just wondered if anyone else had done this before.
Labels (1)
0 Kudos
(1) Reply
enanrum
Level 9

One way, and I'm sure there are many others, but I believe you can just do a system search for the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\ CurrentVersion\WindowsUpdate\Win7SP1
0 Kudos