Change executable properties (product name) with c#

Posted by ase69s on Stack Overflow See other posts from Stack Overflow or by ase69s
Published on 2010-02-17T12:56:46Z Indexed on 2010/04/20 23:03 UTC
Read the original article Hit count: 286

Filed under:
|
|
|

I have a c# proyect that I need to change its product name upon compiling. I used the prebuild event to change it in the AssemblyInfo.cs but a few times visual studio doesnt get this change and compiles it with the previous product name. So i prefer to change it after compiling from another executable (all in c#)

© Stack Overflow or respective owner

Related posts about c#

Related posts about metadata