以下のコマンドを用いることで、YOMELのアプリケーションをシステム管理者にて各オペレーターのPCにサイレントインストールすることが可能です。
システム管理者の方は、YOMELのアップデート通知メールを受信後、任意のタイミングで以下のサイレントインストール・アップデートコマンドの実行をお願いいたします。
ActiveDirectory等、各PCからアクセスできる共有フォルダにインストーラーファイルを置いている場合
サイレント インストール コマンド
YOMELアプリケーションのインストール
cd {ダウンロードした最新版インストーラが入っているフォルダ}
YomelInstaller-{バージョン番号}.exe /T:%TEMP%\\installer /C /Q:a
%TEMP%\\installer\\install.cmd /qn
サイレント アップデート コマンド
YOMELアプリケーション最新版のインストール
cd {ダウンロードした最新版インストーラが入っているフォルダ}
YomelInstaller-{バージョン番号}.exe /T:%TEMP%\\installer /C /Q:a
%TEMP%\\installer\\install.cmd /qn
最新版インストーラーファイルを各PCにてダウンロードする場合
サイレント インストール コマンド
YOMELアプリケーションのインストール
bitsadmin /transfer "yomel" <https://download.yomel.co/exe/YomelInstaller-{最新バージョン}.exe> "%TEMP%\\YomelInstaller.exe"
%TEMP%YomelInstaller.exe /T:%TEMP%\\installer /C /Q:a
数秒待ち(timeout /T 5 /NOBREAK で5秒待ち)
%TEMP%\\installer\\install.cmd /qn
サイレント アップデート コマンド
YOMELアプリケーション最新版のインストール
bitsadmin /transfer "yomel" <https://download.yomel.co/exe/YomelInstaller-{最新バージョン}.exe> "%TEMP%\\YomelInstaller.exe"
%TEMP%YomelInstaller.exe /T:%TEMP%\\installer /C /Q:a
数秒待ち(timeout /T 5 /NOBREAK で5秒待ち)
%TEMP%\\installer\\install.cmd /qn
サイレント アンインストール コマンド
YOMELアプリケーションのアンインストール
%LOCALAPPDATA%\\Yomel\\ProgramFiles\\uninstall.bat