Hans Leidekker <[EMAIL PROTECTED]> writes: > Point taken on the precedence. FWIW, MSDN explicitly says that > SourceDisksNames > (and SourceDisksFiles) don't have nt prefixes: > > "Note 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."
OK good, it would be too easy if all the functions behaved the same way ;-) Note that you probably still want to make the x86 bit depend on the platform, the way InstallHinfSection does it for ntx86. -- Alexandre Julliard [EMAIL PROTECTED]
