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
  1. Home
  2. General Programming
  3. C#
  4. Cannot find redistributable .cat file..?

Cannot find redistributable .cat file..?

Scheduled Pinned Locked Moved C#
c++helpquestion
4 Posts 3 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.
  • P Offline
    P Offline
    Paladin2000
    wrote on last edited by
    #1

    Having inherited someone else's code to maintain (we've all been there), I am having a problem with the (3rd party, non-MS) installer creator. Specifically, it includes two files that I cannot find, which are: Microsoft.VC90.CRT.cat Microsoft.VC90.CRT.manifest From what I can tell, they are Microsoft VC++ redistributables, which should be installing to the folder "C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT(...)". For some reason, I cannot find these files (.cat and .manifest) anywhere; Google and MSDN searches have not turned them up. If anyone can clue me in to where I can obtain them, it would be most helpful. Thanks in advance.

    Richard Andrew x64R 1 Reply Last reply
    0
    • P Paladin2000

      Having inherited someone else's code to maintain (we've all been there), I am having a problem with the (3rd party, non-MS) installer creator. Specifically, it includes two files that I cannot find, which are: Microsoft.VC90.CRT.cat Microsoft.VC90.CRT.manifest From what I can tell, they are Microsoft VC++ redistributables, which should be installing to the folder "C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT(...)". For some reason, I cannot find these files (.cat and .manifest) anywhere; Google and MSDN searches have not turned them up. If anyone can clue me in to where I can obtain them, it would be most helpful. Thanks in advance.

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      Look in the "Redist" folder inside your Visual Studio installation in "Program Files".

      C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT

      P 1 Reply Last reply
      0
      • Richard Andrew x64R Richard Andrew x64

        Look in the "Redist" folder inside your Visual Studio installation in "Program Files".

        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT

        P Offline
        P Offline
        Paladin2000
        wrote on last edited by
        #3

        I did find that folder, and it contained the .manifest file, but not the .cat file. I don't know why it would be missing, perhaps something is wrong with my VS install? Thank you for your help.

        R 1 Reply Last reply
        0
        • P Paladin2000

          I did find that folder, and it contained the .manifest file, but not the .cat file. I don't know why it would be missing, perhaps something is wrong with my VS install? Thank you for your help.

          R Offline
          R Offline
          Roger Wright
          wrote on last edited by
          #4

          Like you, I found the .manifest file on my machine at work. But here I'm using VS2008 Express. At home I have the standard edition, so I'll check tonight for it. Aren't .cat files usually used for installation, though? If you have the Visual Studio installation disc handy, I'd search there first. -Nope, not on the home machine either. Sorry about that.

          "A Journey of a Thousand Rest Stops Begins with a Single Movement"

          modified on Saturday, June 19, 2010 11:11 AM

          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