cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Franzw
Level 3

Is Win XP SP 3 installed?

Hi
When the target OS is Win XP my setup need to check if SP 3 is installed.
Unfortunately, the list of build-in redistributable does not contain WinXP SP3.

What should I do to add such a verification check. I don’t need to install this SP (it’s too big) but inform the user and then abort the installation.

Any advices for how to proceed?

Thanks
Franz
Labels (1)
0 Kudos
(1) Reply
mfd001
Level 5

Try this:

(VersionNT=501 AND ServicePackLevel<3))

I use this as a lanch Condition..
0 Kudos