This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Find Visual Studio version
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 23, 2009
12:43 PM
Find Visual Studio version
What's your favorite way to find the latest version of Visual Studio installed?
I must have at least VS2008 SP1 installed.
I must have at least VS2008 SP1 installed.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 23, 2009
05:55 PM
I am pretty sure the “SP” value in this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0
holds the service pack level for Visual Studio 2008.
Which is nice because I can use a “greater than” condition to support this service pack and all future service packs without having to modify my installer.
If anyone thinks this is a bad idea to use this key for the purpose of identifying VS2008 SP level please speak up.
references:
http://younsi.blogspot.com/2007/12/how-to-detecting-if-visual-studio-2005.html
http://msmvps.com/blogs/carlosq/archive/2008/12/10/the-strange-case-of-visual-studio-2008-severely-crashing-loading-an-add-in.aspx
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0
holds the service pack level for Visual Studio 2008.
Which is nice because I can use a “greater than” condition to support this service pack and all future service packs without having to modify my installer.
If anyone thinks this is a bad idea to use this key for the purpose of identifying VS2008 SP level please speak up.
references:
http://younsi.blogspot.com/2007/12/how-to-detecting-if-visual-studio-2005.html
http://msmvps.com/blogs/carlosq/archive/2008/12/10/the-strange-case-of-visual-studio-2008-severely-crashing-loading-an-add-in.aspx
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 26, 2009
12:59 PM
Hmmmm… There is a fly in the ointment, or should I say #
No bother, the board comes through once again:
http://community.acresso.com/showthread.php?t=129811
No bother, the board comes through once again:
http://community.acresso.com/showthread.php?t=129811
