Quantcast
Channel: How to Check if Microsoft Visual C++ 2015 Redistributable Installed on a Device - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Phyti1 for How to Check if Microsoft Visual C++ 2015...

I modified @ssamko 's Version to check for x64 and x86 redistributables. Hope it will help someone:public static bool IsVC2015Installed(){ string dependenciesPath =...

View Article



Answer by Kebechet for How to Check if Microsoft Visual C++ 2015...

It is hard to get all registry values for VC 2015 so I have written a small function which will go through all dependencies and match on specified version(C++ 2015 x86)public static bool...

View Article

Answer by Gauravsa for How to Check if Microsoft Visual C++ 2015...

As mentioned in comments and answer, one way is to let the installer run and see if a more recent version is installed. The installer will display an error and quit.If the installer is run with /quiet...

View Article

Answer by Christopher for How to Check if Microsoft Visual C++ 2015...

The basic answer is: Do not bother if it is there at runtime. Put it into your installer. Let it be executed as part of the normal "Elevated Rights required" Installation process.If it was already...

View Article

How to Check if Microsoft Visual C++ 2015 Redistributable Installed on a Device

As the title says, I currently cannot find any answers for this problem. I'm currently using C# to do the checking.Mostly answers are for version 2013 and below. If you guys have any suggestion, do...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>