1
0

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 1 year has passed since last update.

サイレントインストール化(自動化)

Last updated at Posted at 2022-06-18

ユーザインターフェイスなしで実行されるインストール。
InstallShieldで作成したインストーラはサイレントインストールに対応している。

【InstallScript MSI および InstallScript プロジェクト】
① コマンドラインから /r オプションを指定してインストールを実行し、応答ファイルを作成する。
※ダイアログで操作した内容が、自動的に応答ファイルへ記録される。

setup.exe /r

② Setup.iss(応答ファイル)が Windows フォルダー(c:\windows)に作成されていることを確認する。

③Setup.iss(応答ファイル)をsetup.exeと同じ場所に置き、setup.exe -sとして実行する。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?