Publishing an App installation package using Visual Studio

Source: Internet
Author: User
Tags visual studio installer

How to make an installation package

There are two ways to use Visual Studio for packaged distribution of apps:

1. Use ClickOnce to publish the installation package;

2. Use the Setup project to release the installation package.

Operation Steps

ClickOnce publishes the installation package

1. Right-click "Project" and click "Publish" to launch the Publish Wizard (the Publish page in the project properties can set the relevant publishing configuration).

Setup Project Release installation package

1. Download and install "Visual Studio Installer Projects Extension";

2, in the solution, add "Setup" project;

3. Configure and publish the installation package.

Two ways of comparing

1, ClickOnce easy to operate, and can provide release package multi-version management, but unable to provide installation path settings;

2, Setup project needs to install vs template plug-in, but can set the installation path during the installation process;

3, the other functions are basically the same.

Publishing an App installation package using Visual Studio

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.