メインコンテンツへスキップ

エピログソフトウェアスイートのサイレントインストール

System Requirements & Setup :



はじめに

サイレントインストールは、標準のインストールウィザードを表示せず、ユーザー入力も必要とせずにソフトウェアをインストールする機能です。 この方法は、企業やIT環境において複数マシンへの展開を自動化し、一貫性を確保し時間を節約するために一般的に使用されます。 Epilogのソフトウェアスイートインストーラーは現在この機能をサポートしていますが、 Windows 信頼確認など、特定のシステムレベルのプロンプトでは依然としてユーザー操作が必要となる場合があります。

バージョン2.2.16.2より、Epilog Software Suiteインストーラーはサイレントインストールに対応していますが、以下の重要な注意点があります:

  • サイレントインストールはサポートされていますが、ヘッドレスモードでは正しく動作しない可能性があります。
  • インストール中、Windows ユーザーに対し、Epilog をドライバー発行元として信頼するかどうかを確認するプロンプトを表示Windows 。このプロンプトはコマンドライン引数では回避できません。

ソフトウェアスイートをダウンロード

サイレントインストーラーを実行する前に、正しいバージョンのEpilog Software Suiteをダウンロードしたことを確認してください。
Epilog Laser 入手できます:


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

トラブルシューティング

[helpful]

レーザー治療の旅を続けましょう

過去のレッスンを復習するか、次のステップに進んで新たな発見を!
/* === Aggressive removal of PrintFriendly injected header elements === */ #printfriendly #pf-title, #printfriendly #pf-src, #printfriendly .pf-header, #printfriendly header, #printfriendly .printfriendly-header, #printfriendly h1:first-of-type, #printfriendly .page-header, #printfriendly [class*="header"], #printfriendly [id*="header"] { display: none !important; visibility: hidden !important; height: 0 !important; margin: 0 !important; padding: 0 !important; } /* Hide any top bar or source URL container */ #printfriendly #pf-src, #printfriendly .pf-src, #printfriendly [class*="src"], #printfriendly [class*="url"] { display: none !important; } /* Force page margins and centered page numbers */ @page { size: letter portrait; margin: 0.7in 0.5in; } @page :left, @page :right { @top-left { content: none !important; } @top-center { content: none !important; } @top-right { content: none !important; } @bottom-center { content: counter(page); font-size: 0.95em; padding-bottom: 25px; } }