Ah, I see here:
http://msdn.microsoft.com/en-us/libr...(v=VS.85).aspx
"Be aware that, unlike other sections such as a DDInstall section, the
platform extensions for a SourceDisksNames section are not .ntx86, .ntia64,
or .ntamd64. For example, to specify a source disk names section for an
x86-based system, use a SourceDisksNames.x86 section, not a
SourceDisksNames.ntx86 section. Similarly, use a SourceDisksNames.ia64
section to specify an Itanium-based system and a SourceDisksNames.amd64
section to specify an x64-based system."
Apparently the platform decoration for SourceDiskNames/SourceDiskFiles is
not consistent, and so just .amd64 is correct there.
-Mike
"mpv" <> wrote in message
news:...
> Hi,
>
>>
>> About the platform decoration, NTamd64 should be correct according to
>> MSDN: http://msdn.microsoft.com/en-us/libr...(v=VS.85).aspx
>>
>
> I just downloaded a new version of WinUsb_HowTo.docx (from March 9, 2010)
> and it has been corrected.
>
> For some reason, the Manufacturer section has .NTamd64 as extension, but
> the SourceDisksFiles section has just .amd64, which probably must match
> the subdirectory name in SourceDisksNames.
> This used to be .NTamd64 as well, and DPInst then could not find the
> correct files, resulting in the Error 2 in the log.
>
> I was bitten by this in 2008 (and reported it). Glad it has been fixed.
> Maybe Peter is still using the old document.
>
> Regards, Matt
>