バージョン2.2.16.2より、Epilog Software Suiteインストーラーはサイレントインストールに対応していますが、以下の重要な注意点があります:
- サイレントインストールはサポートされていますが、ヘッドレスモードでは正しく動作しない可能性があります。
- インストール中、Windows ユーザーに対し、Epilog をドライバー発行元として信頼するかどうかを確認するプロンプトを表示Windows 。このプロンプトはコマンドライン引数では回避できません。
ソフトウェアスイートをダウンロード
Before running the silent installer, make sure you’ve downloaded the correct version of the Epilog Software Suite.
You can find the latest version on the Epilog Laser website:
epiloglaser.com から Epilog Software Suite をダウンロード
PowerShell または コマンド プロンプト の操作手順
シングルユーザー
インストーラーを含むディレクトリから次のコマンドを実行してください。必ず <username> 対象システムの実際のWindows で置き換えてください。Epilog Software Suiteの新しいバージョンをインストールする場合は、必ず EpilogSuite_2.2.16.3_x64.exe 正しいインストーラーファイル名で。
.\EpilogSuite_2.2.16.3_x64.exe --confirm-command --accept-licenses --default-answer install TargetDir="C:\Epilog Laser\<username>" SilentGhostscriptInstallerAndAcceptLicense="True"
すべてのユーザー
マシン上の全ユーザー向けにEpilog Software Suiteをインストールするには、インストーラーを含むディレクトリから次のコマンドを実行します。
.\EpilogSuite_2.2.16.3_x64.exe --confirm-command --accept-licenses --default-answer install TargetDir="C:\Epilog Laser\_epilog_all_users_" SilentGhostscriptInstallerAndAcceptLicense="True" AllUsers="True"
パラメータ内訳
-
--confirm-command: 設置を進める意思を確認します。 -
--accept-licenses: ライセンス契約を自動的に承諾します。 -
--default-answer installインストールを既定の操作として設定します。 -
TargetDir="C:\Epilog Laser\<username>"インストールディレクトリを指定します。 -
SilentGhostscriptInstallerAndAcceptLicense="True"Ghostscriptをサイレントモードでインストールし、そのライセンスに同意します。
インストール後のソフトウェアスイートの起動
Epilog Software Suiteのインストールが完了したら、以下のPowerShellコマンドを使用して必要なコンポーネントを起動できます。 <username> 正しいWindows ユーザー名で:
cd "C:\Epilog Laser\<username>"
.\EpilogDashboard.exe --hide
.\EpilogDashboard.exe --jm
cd作業ディレクトリをインストールパスに設定します。--hideジョブが送信されるまでは推奨されるように、バックグラウンドでダッシュボードを起動します。--jmジョブマネージャーを開きます。ユーザーはここでレーザーシステムの設定と管理を行うことができます。
ソフトウェアスイートの必要なコンポーネントがすべて適切に初期化されるように、両方のコマンドを実行する必要があります。
ソフトウェアスイートのアンインストール
Epilog Software Suite をアンインストールするには、インストーラーが含まれるディレクトリから次のコマンドを実行してください:
.\EpilogSuiteUninstaller.exe --confirm-command --default-answer purge
トラブルシューティング
-
インストールが予期せず停止または一時停止しているように見えます
This is likely due to a Windows security prompt requesting confirmation to install drivers.
These prompts must be accepted manually and will interrupt a fully silent installation.
Consider pre-installing the driver trust certificate or deploying via Group Policy if possible. -
コマンドを実行した後、何も起こらない
Make sure you are running the command from the correct directory and that the installer file name is correct.
You may also need to run the terminal or PowerShell session as an Administrator. -
ファイルが正しいユーザーディレクトリにインストールされていません
交換したかどうかを再度確認してください
<username>においてTargetDir正しいWindows でパラメータを指定してください。
インストーラーはこの値を自動的に置き換えることはありません。