cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
idblew
Level 4

VC 2005 SP1 Prerequisite Detection

Hi,

I currently use the VC 2005 merge modules, however due to the number of validation warnings that they produce I'm considering moving across to using VCREDIST_X86.EXE redistributable package as a prerequisite.

One question, which method should I use to detect whether the VC 2005 SP1 package is installed?

Is there a particular registry entry to look for?
Labels (1)
0 Kudos
(2) Replies
Christoph
Level 8

If this key '{7299052b-02a4-4627-81f2-1818da5d550d}' exists under the key 'HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall', the redistributable is installed.

Just add this as the condition within the prerequisites editor.
You execute the installer if this key 'DOES NOT' exists.

Hope this helps you.
0 Kudos
idblew
Level 4

A severe case of not being able to see the wood for the trees!!

Talk about missing the obvious! 😮

Many Thanks
0 Kudos