yasha wrote:I tried to just extract the N3 directory, rename the N3 folder name to files, put that into the 3rd party section and rebuild with the below entries in the 3rd party inf file:
[WinntDirectories]
a=nview,1
[SourceDisksFiles]
files\nvdm.inf=20,,1
files\advanced.tvp=a,,1
files\default.tvp=a,,1
files\nvsvc32.exe=2,,1
files\keystone.exe=2,,1
files\nvwssr.dll=2,,4
files\nv4_mini.sys=4,,1
files\nvwcplen.hlp=21,,1
I'm trying to figure out what you're doing with the above code. If you're building an .inf, then you're syntax is all wrong I think.
You're using the following directory strings in [SourceDisksFiles] but not declared in [WinntDirectories]: 2, 4, 20, 21. 'a' is declared, but improperly I think.
Any time you have [SourceDisksFiles] it must be matched with both [SourceDisksNames] and [DestinationDirs].
The syntax you're using implies a .sif file but even txtsetup.sif uses a different layout.
Each comma position defines an exact location. An example:
[SourceDisksFiles]
_default.pif = 1,,,,,,,1,2,0
Also, I don't think [WinntDirectories] ever contains commas. Dir\subdir are always contained in quotes.
If you could just do a straight integration with DriverPacks BASE to a standard XP build we can determine if the driver itself is working or not or if your ubcd4win config is screwed.