To use Microsoft® Visual Studio® Installer, first create or open a Microsoft® Windows® installer project (.wip file) in your Visual Studio solution. The solution may contain more than one Windows installer project. For example, you might develop a single-user version and an enterprise version of your installer package file; these would require two separate Windows installer projects in your solution. Your solution might also contain other projects and information.
The installer projects you create in a solution contain all the information necessary to install the application on target machines. Once you have built the installer project (.wip file) into an installer package (.msi) file, you can distribute the .msi file for application installations. For more information about building .msi files, see Building an Installer Package (.msi) File.
Visual Studio Installer provides several project templates to help you get started creating installer projects. When you select the icon for one of these templates, you set default configurations for the installer project as you create it.
Note For information about creating an installer project for an international product, see Creating an Installer Project for a Localized Installer Package (.msi) File or Merge Module (.msm File).
After creating or opening a Visual Studio Installer project, you can review or change the default properties of the project.
To create a Visual Studio Installer project
Visual Studio Installer creates your installer project. The Project Explorer displays your installer project hierarchy. You can expand the Target Machine node to start setting up the configuration of your installed product on the target machine.
To open a Visual Studio Installer project
The Project Explorer displays your installer project hierarchy.
For information about installer project properties and how to set or change them, see the Project Properties Dialog Box topic.