Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How do you detect Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) for a launch condition?
 

How do you detect Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) for a launch condition?

You can detect if the .NET framework is installed, but how do you detect Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) is installed? Should I just look for the files in the windows directory? Is there any easier way?

Thanks in advance (again).

David
Toontingy  Tuesday, December 04, 2007 8:34 PM
I'm not sure where you're going with this, but why don't you just include the merge modules in your setup, or use the setup.exe to have them installed as prerequisites before your MSI installs? Or both - it will all still work.

PhilWilson  Tuesday, December 04, 2007 8:47 PM
I'm not sure where you're going with this, but why don't you just include the merge modules in your setup, or use the setup.exe to have them installed as prerequisites before your MSI installs? Or both - it will all still work.

PhilWilson  Tuesday, December 04, 2007 8:47 PM
Thanks, I totally forgot that I did do that.

Below is a link with the necessary information

http://msdn2.microsoft.com/en-us/library/ms235317(VS.80).aspx
Toontingy  Tuesday, December 04, 2007 9:36 PM

You can use google to search for other answers

Custom Search

More Threads

• is the right place to ask question about installshield
• Changing BannerBitmap
• Non-English Installation Dialogue box
• ClickOnce error message: The referenced assembly is not installed on your system
• MSI installer combined with ClickOnce
• Is ClickOnce necessary if Publish is not used?
• ClickOnce and crystal reports files
• running 2 .msi's at the same time.
• admin permissions - manifest fail
• Bootstrapper: How to implement InstallChecks for an MSI patch (MSP)