LoginSignup
11
9

More than 5 years have passed since last update.

インストーラが無いWindowsサービスアプリをインストールする方法

Last updated at Posted at 2014-09-24

概要

Windowsサービスアプリを作ったけどインストーラ作るの面倒な人向け

環境

  • Windows Server2008 R2
  • .NET FrameWork 4.0

手順

1.インストール

コマンドプロンプト
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installUtil.exe "Appのパス"

2.アンインストール

コマンドプロンプト
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installUtil.exe /u "Appのパス"

11
9
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
11
9