Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do we set Product name, Company name, etc. in Setup and Deployment Projects?

In my Windows application I set the Title, Product Name and Company Name in the assembly.

I added a setup and deployment project to the solution and added the primary output of the Windows application to it.

When I launch the setup, it does not take the Title, Product Name and Company Name.

What am I doing wrong/forgetting?

like image 217
Zesty Avatar asked Nov 09 '10 11:11

Zesty


People also ask

How do I create a setup installation in Visual Studio?

From Visual Studio, choose Extensions > Manage Extensions, and search for "Visual Studio Installer Projects". Or, download the extension directly from the Marketplace. From the Start window, choose Create a new project, and then type "setup" in the search box. Choose a Setup project, and follow instructions.

How do I add installer class to setup project?

To add a custom action click on the custom action icon. This will open the following window and there we can add a project containing an installer class. To create this project having an installer class, we can make a class library type of project and add an installer class in it from the add new item dialog.

How do I create an installer for Windows form application?

If not then Choose View -> Editor -> File System. Now, you need to add output of your Windows Form Application to build the setup. Right-click on the Application Folder and select Add -> Project Output. Leave the default selection of Primary Output in the "Add Project Output Group" dialog box and click the OK button.


1 Answers

In the Solution Explorer, click on your setup and deployment project and then click on the properties tab (or just press F4). The settings you are looking for are there.

like image 100
Rohland Avatar answered Oct 16 '22 08:10

Rohland