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
Printable View
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
Click AssemblyInfo.vb file then fill in the info you between the brackets . Like this
<Assembly: AssemblyCompany("HereYouGo")>
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 .Quote:
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