Windows Develop Bookmark and Share   
 index > Windows Forms General > Change installer header
 

Change installer header

hi

When i create the "setup" for project, i have given a name for that project. This name ("XXXX") is appear in the installer header/title. But i wanted to rename it, so that i can add version number("XXXX ver 1.0") to that. But i can rename the project but when i build and run it again, it show the "XXXX".

Do i need to create a new setup project named "XXXX ver 1.0", to show the version number in the title of msi. Or is there anyway to simply do this?

/kevin


Kevin Peterson.  Thursday, September 03, 2009 5:15 AM
Just Left Click on your Project Name and Then see in Properties Window.
Please mark the post as answer if it is helpfull to you because it boosts the members to answer more and more.
_SuDhiR_  Thursday, September 03, 2009 8:14 AM
Change the ProductName Propery string to your required name.
Please mark the post as answer if it is helpfull to you because it boosts the members to answer more and more.
_SuDhiR_  Thursday, September 03, 2009 7:03 AM
thanks for the reply. Where i can find the ProductName property. Does this property in the "setup" Project?


Kevin Peterson.  Thursday, September 03, 2009 7:47 AM
Just Left Click on your Project Name and Then see in Properties Window.
Please mark the post as answer if it is helpfull to you because it boosts the members to answer more and more.
_SuDhiR_  Thursday, September 03, 2009 8:14 AM

You can use google to search for other answers

Custom Search

More Threads

• Linking to other controls
• RadioButton Groups
• How to scroll into view in Splitcontainer for desired controls?
• Hidden Folder on Desktop...Where is it????
• Z order of windows forms
• CompactPath (ellipses) Rendering
• Control-I in RichTextBox is seen as a horizontal tab command
• Button control in Form's Title Bar
• Copy Array with Array Copy
• How can I programmatically change the "left margin" column in a DataGridView