Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Specifying program name in Add/Remove panel
 

Specifying program name in Add/Remove panel

I have a VS 2008 Setup and Deployment project that simply copies files to
Common Files Folder/Company Name/Product Name as part of a ClickOnce prerequisite installation.

I will like to be able to specify the name the Windows Installer uses to represent this prerequisite in the Add/Remove programs dialog.
How do I do this?

TIA.

Klaus
knji  Wednesday, September 09, 2009 5:25 PM
In a setup project, that's the ProductName in project properties window.Select the setup project, then try F4, or Menu Bar View->Properties window.
Phil Wilson
PhilWilson  Wednesday, September 09, 2009 6:36 PM
In a setup project, that's the ProductName in project properties window.Select the setup project, then try F4, or Menu Bar View->Properties window.
Phil Wilson
PhilWilson  Wednesday, September 09, 2009 6:36 PM

You can use google to search for other answers

Custom Search

More Threads

• How to: Close the running app before installing - VS2005
• How to disable auto-reinstall feature
• ALLUSERS Property
• Check IIS in Setup Project?
• Windows Services Installations
• Running Installed application after finishing installation
• Month Calendar Value
• auto uninstall
• Installing Data Files
• Read Embedded Resource file in Setup Project