[Tools]メニューに RMS ツールを追加するためには、%EMSSERVER_HOME%\webapps\ems\js にあるファイル ToolsMenu.js を編集します。次のコードの例を参照してください。
{ "enforcementName": "Sentinel RMS", "enforcementVersion": [ "8.2.2", "8.3.0" ], "Tools": [ { "name": "wechoid.exe", "displayName": "Wechoid" }, { "name": "RevokeGUI_Tool.zip", "displayName": "Revocation GUI Tool" }, { "name": "Revocation_Tool.zip", "displayName": "Revocation Command Line Tool" } ] },
別のライセンスジェネレータ(またはバージョン)用のツールを追加するには、上記と同様のコードをファイル ToolsMenu.js に付加して、 enforcementName および/または enforcementVersion 属性に値を設定します。
既存のライセンスジェネレータ(およびバージョン)用の新しいツールを追加するには、Tools 属性に次のコードを付加します。
{ "name": "<Enter the tool name here>", "displayName": "<Enter the display name here>" },
これにより、指定されたサブメニューアイテムが[Tools]メニューの中に作成されます。
|
|
http://www.safenet-inc.com/Support | |
© Copyright 2013, SafeNet, Inc. All rights reserved. | |