Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. VC++ runtime version check

VC++ runtime version check

Scheduled Pinned Locked Moved C#
questionc++csharptutorialannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    ben2
    wrote on last edited by
    #1

    Hi, I have a two part question, can be written in either C++ or C# 1. How to figure out which versions of VC++ runtime installed on the computer? 2. How do I write a bootsrap program that checks if Visual C++ 2008 Libraries installed or not and then goes and install Visual C++ 2008 Redistributable Package if not installed? Thanks Ben

    J 1 Reply Last reply
    0
    • B ben2

      Hi, I have a two part question, can be written in either C++ or C# 1. How to figure out which versions of VC++ runtime installed on the computer? 2. How do I write a bootsrap program that checks if Visual C++ 2008 Libraries installed or not and then goes and install Visual C++ 2008 Redistributable Package if not installed? Thanks Ben

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      1. IIRC, there's a Windows Side by Side (SxS) "assembly cache" for native dlls that might contain this information. Ask in the C++ forums for more info. 2. There's already a bootstrapper package in Visual Studio 2008 for this. See \Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages. Or, if you're building your own setup program inside Visual Studio, right-click on your setup project, Add Merge Module, then it will list the VC 2008 modules to include.

      Life, family, faith: Give me a visit. From my latest post: "A lot of Christians struggle, perhaps at a subconscious level, about the phrase "God of Israel". After all, Israel's God is the God of Judaism, is He not? And the God of Christianity is not the God of Judaism, right?" Judah Himango

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups