WDK MSPLOT install error

Ive compiled the WDK files and am trying to install the MSPLOT example;

I keep getting the 0000002 error that a part of the file is missing.
Im not sure if this is because its an older type printer driver on win 7 x64 - im not sure if the example is missing the driver version number which could be causing this:

Here is a few parts from the .inf

Plotter.inf for DDK
;
; List of supported printers, manufacturers
;

[Version]
Signature="$Windows NT$"
Provider=%MS%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer

;
; Manufacturer section.
;
; This section lists all of the manufacturers
; that we will display in the Dialog box
;
[Manufacturer]
%HP%=HP, NTx86, NTamd64, NTia64

;
; Model sections.
;
; Each section here corresponds with an entry listed in the
; [Manufacturer] section, above. The models will be displayed in the order
; that they appear in the INF file.



[SourceDisksFiles]
hp20022.pcd = 1, mini\hp20022
hp20036.pcd = 1, mini\hp20036
hp22024.pcd = 1, mini\hp22024
hp22036.pcd = 1, mini\hp22036
hp23024.pcd = 1, mini\hp23024
hp23036.pcd = 1, mini\hp23036
hp25024.pcd = 1, mini\hp25024
hp25036.pcd = 1, mini\hp25036
hp33024.pcd = 1, mini\hp33024
hp33036.pcd = 1, mini\hp33036
hp35024.pcd = 1, mini\hp35024
hp35036.pcd = 1, mini\hp35036
hp60022.pcd = 1, mini\hp60022
hp60036.pcd = 1, mini\hp60036
hp650c22.pcd = 1, mini\hp650c22
hp650c36.pcd = 1, mini\hp650c36
hp75024.pcd = 1, mini\hp75024
hp75036.pcd = 1, mini\hp75036
hp750m24.pcd = 1, mini\hp750m24
hp750m36.pcd = 1, mini\hp750m36
hp7550pl.pcd = 1, mini\hp7550pl
hp755cm.pcd = 1, mini\hp755cm
hp755cmm.pcd = 1, mini\hp755cmm
hpdesign.pcd = 1, mini\hpdesign
hpdmrxmx.pcd = 1, mini\hpdmrxmx
hpdmsx.pcd = 1, mini\hpdmsx
hpdpp22.pcd = 1, mini\hpdpp22
hpdpp36.pcd = 1, mini\hpdpp36
hpgl2pen.pcd = 1, mini\hpgl2pen

plotui.hlp = 1

[SourceDisksFiles.X86]
plotter.dll = 1,x86
plotui.dll = 1,x86

[SourceDisksFiles.amd64]
plotter.dll = 1,amd64
plotui.dll = 1,amd64

[SourceDisksFiles.IA64]
plotter.dll = 1,ia64
plotui.dll = 1,ia64

;
; Localizable Strings
;
[Strings]
MS="Microsoft Windows 2000"
PrinterClassName="Printers"
; Manufacturers
HP="HP"
Topic archived. No new replies allowed.