i am trying to install an Ndis IM driver on WinXP using snetcfg sample.
the installation succeeds on 2k but on WinXP it prompts for "Files
Needed" dialog box with my driver name. i don't want this dialog box to
appear. how to do it?
i traced thru the snetcfg code and it appears that the "Files needed"
dialog box pops up on the call to INetCfgClassSetup->Install function.
what wrong am i doing.
...Mani