Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows で、 http: //dia-installer.deから入手できるオープン ソースの Dia 描画ソフトウェアをサイレント モードでインストールするにはどうすればよいですか?
/S フラグを渡すことで、Dia をサイレント インストールできます。
dia-setup-0.97.2.exe /S
このフラグでは大文字と小文字が区別されることに注意してください。インストーラーの追加のコマンド ライン オプションは、NSIS ドキュメントに記載されています。
http://nsis.sourceforge.net/Docs/Chapter3.html#3.2.1