Results 1 to 4 of 4

Thread: how to set exe properties information

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2003
    Posts
    20

    how to set exe properties information

    Is there any way to set the properties of a built exe that appear when you right click on the program.exe, such as File Version, Date Created, Company and stuff like that ?

    Oh, I am using VB.net.
    Thanks
    Tony

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Click AssemblyInfo.vb file then fill in the info you between the brackets . Like this

    <Assembly: AssemblyCompany("HereYouGo")>

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2003
    Posts
    20
    ISn't there any way to do this in .net to avoid making a mistake that .net may not line when I do a build ?

    Tony

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by TonyVR4
    ISn't there any way to do this in .net to avoid making a mistake that .net may not line when I do a build ?
    Tony
    Not 100% sure , but I don't think there is other way .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width