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 / C++ / MFC
  4. Adding your name as author to an exe's properties

Adding your name as author to an exe's properties

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++question
4 Posts 4 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.
  • T Offline
    T Offline
    tom76
    wrote on last edited by
    #1

    When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...

    L F T 3 Replies Last reply
    0
    • T tom76

      When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      In resources tab, click Insert > Version and fill out the version info for your app. That'll get compiled in the exe and Windows will be able to associate your exe file with a company etc. when viewing properties or in small text beneath the icon in explorer :)

      1 Reply Last reply
      0
      • T tom76

        When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...

        F Offline
        F Offline
        Frank K
        wrote on last edited by
        #3

        Hi, take a look to your ResourceView in VC++. You will find the resources of your project and also a version-resource (VS_VERSION_INFO). If not, add a version-info to your project. Regards Frank

        1 Reply Last reply
        0
        • T tom76

          When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...

          T Offline
          T Offline
          TimWallace
          wrote on last edited by
          #4

          In VC++, just add version info to your resources. things could always be worse...

          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