|
-
Mar 4th, 2004, 10:03 PM
#1
Thread Starter
Junior Member
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
-
Mar 4th, 2004, 10:21 PM
#2
Sleep mode
Click AssemblyInfo.vb file then fill in the info you between the brackets . Like this
<Assembly: AssemblyCompany("HereYouGo")>
-
Mar 5th, 2004, 12:09 AM
#3
Thread Starter
Junior Member
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
-
Mar 5th, 2004, 01:44 PM
#4
Sleep mode
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|