2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

C#アプリのインストーラーを作成する

Posted at

作ってみる。

インストーラープロジェクトのインストール

「新しいプロジェクトの追加」に[その他のプロジェクトの種類]-[Visual Studio Installer]がない場合は[ツール]-[拡張機能と更新プログラム]から「Microsoft Visual Studio 2017 Installer Projects」をインストールします。またはMicrosoft Visual Studio 2017 Installer Projects (InstallerProjects.vsix)をダウンロードしてインストールします。

インストーラーの設定

インストーラーの作成

セットアッププロジェクトをビルドします。

参考にさせていただいたページ

Visual Studio 2017 インストーラの作成 セットアップウィザード

2
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?