WDKで提供されているWindowsサンプルポートモニター(localmon)をインストールしようとしています。しかし、インストール中にエラーが発生し続けます:
ポートモニター「DDKサンプルポートモニター」のインストール中にエラーが発生しました。サポートが必要な場合は、製造元に連絡してください。
私はそれをインストールするために以下の指示を使用しています:-
「デバイスとプリンター」フォルダーを開きます。ターゲットのプリンタを右クリックして、[プリンタのプロパティ]を選択します。[ポート]タブをクリックし、[ポートの追加...]ボタンをクリックします。[プリンタポート]ダイアログで、[新しいポートタイプ...]ボタンをクリックします。テキスト入力ボックスにINFファイルへのパスを入力し、[OK]をクリックします。
私はWindows7、64ビットバージョンを使用しています。以下は私のINFファイルです。
; monitor.inf
;
; Installation inf for printer port monitor
;
; (c) Copyright 2001-2003 DDK Example for print monitor installation
;
[Version]
Signature="$Windows NT$"
Provider=%PMProducer%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
[PortMonitors]
"DDK Sample Port Monitor" = sampleportmon
[sampleportmon]
CopyFiles=@ddklocalmon.dll, @ddklocalui.dll
PortMonitorDll=ddklocalmon.dll
[SourceDisksFiles]
ddklocalmon.dll=1,,
ddklocalui.dll=1,,
[SourceDisksNames]
1="Sample Port Monitor Installation Disk",,,
[Strings]
PMProducer="Sample Port Monitor Company, Inc."
誰かがここで私を助けてくれますか?
どうもありがとう !!