Re: Adding file version info to C# .NET program
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
AssemblyInfo.cs
"David" <milord@xxxxxxxxxxxxxxxx> wrote in message
news:OFAKZsa4GHA.696@xxxxxxxxxxxxxxxxxxxxxxx
How do I add file version info to a C# .NET command line utility? I'd
like to update the file version, description, company name, etc. that you
see when you right-click the EXE and get its properties. With our C++
code, we'd add a version resource to the RC file. Not sure what the
equivalent for a C# program is. I'm thinking it would have something to
do with the program's manifest, but am not sure of the details. I do have
utilities for injecting a manifest into a program, but am not sure what
needs to be added.
Thanks,
David
.
Relevant Pages
- RE: Windows Installer removes embedded resource manifest ?
... The built deployment project never got the modified ... ..EXE file. ... echo %INPUT% manifest resource NOT applied to %BINOUTPUT% ... embedding the necessary .manifest resource as you suggest. ... (microsoft.public.vsnet.general) - RE: Windows Installer removes embedded resource manifest ?
... will need to embed an manifest file in the win32 resource collection. ... you found the res manifest occur in the built exe but disappear ... Since you said you have to use the "Post Build" event to inject the win32 ... (microsoft.public.vsnet.general) - C# and native resources
... The suggested solution on MSDN is unworkable (manually opening the ... EXE using VS as a resource editor and inserting the manifet resource). ... It seems like some kind of command-line tool to insert the manifest resource ... (microsoft.public.dotnet.languages.csharp) - Re: C# and native resources
... The suggested solution on MSDN is unworkable (manually opening the EXE using VS as a resource editor and inserting the manifet resource). ... It seems like some kind of command-line tool to insert the manifest resource after the fact would be a good solution - there are a variety of such tools on that market, all of which seem overpriced for such a simple task. ... (microsoft.public.dotnet.languages.csharp) - Re: Manifest file as a custom resource.
... I've got the standard manifest file part figured out, and even the part when you ... As a resource, you add it as a custom resource and in resource editor it sould display as 24> 1 ... out of the Classic Theme to test things out. ... (microsoft.public.vb.general.discussion) |
|