From: hemant@internetdevices.com Subject: Re: Installing NDIS Itermediate Driver Date: Fri, 19 Dec 1997 19:41:18 -0600 Reply-To: clathan@compatible.com Message-ID: <882580537.1649737744@dejanews.com> Newsgroups: comp.os.ms-windows.programmer.nt.kernel-mode Organization: Deja News Posting Service Path: news.mitre.org!blanket.mitre.org!philabs!newsjunkie.ans.net!newsfeeds.ans.net!newsfeed.lightning.net!feeder.qis.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp2.dejanews.com!grunt.dejanews.com!not-for-mail References: <882395600.1243414530@dejanews.com> X-Article-Creation-Date: Sat Dec 20 01:15:37 1997 GMT X-Authenticated-Sender: hemant@internetdevices.com X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.0; Windows 95) via proxy gateway CERN-HTTPD/3.0 libwww/2.17 X-Originating-IP-Addr: 205.138.236.250 (idi-fk-gw.abhiweb.com) Lines: 67 In article <882395600.1243414530@dejanews.com>, clathan@compatible.com wrote: > > Hi, > > I have a NDIS intermediate driver and oemsteup.inf install script > which are based on the IMSamp driver sample posted by Microsoft. > > Now both the driver and the oemsetup.inf do what I want them to do. > EXCEPT that after installing and uninstalling the driver with my > oemsetup.inf on a checked build of NT 4.0 (SP3) a number of times > it will no longer install. > > Here is what happens. > > I open NCPA and select Protocols tab. > I select the "Add" button. > The "Select Network Protocol" dialog box comes up. > I select the "Have Disk" button. > The "Insert Disk" dialog box appears. (With A: as path which is correct) > I select "OK". > The "Select OEM Option box comes up with the correct text string > from my oemsetup displayed. > I select "OK". > NOTHING happens. > > I can install other protocols on the hosed system but not my driver. > I can boot to my free build of NT 4.0 (SP3) on the same system and > use the same floppy and it works. I can also install on other NT systems > and both the Add and Remove of my driver works fine. > > The only way I can install again on my checked build is to DELETE > the winnt checked directory and reinstall. If I don't delete the > previous install directory the same thing happens. I fear I have > done something bad to the registry that is held over. > > I am at wits end trying to figure this out. > > Any ideas? > > Thanks, > Carl > > -------------------==== Posted via Deja News ====----------------------- > http://www.dejanews.com/ Search, Read, Post to Usenet Carl, I dont have specific solution to your problem, however - in similar circumstances, I had used Debug-Output " " in the OEMSETUP.INF file. It is fairly easy to use. Just search for Debug-Output in the file. You can put your own Debug messages in the file and see actually what goes on. This way you can get deeper understanding (that is if you are interested) of the install process too. The outputs appear on the "host" machine. There are already some debug messages in the standard oemsetup.inf file in the IMSAMP sample. Their output at the time of installation of your driver can also give you clues about what is happening. Hemant -------------------==== Posted via Deja News ====----------------------- http://www.dejanews.com/ Search, Read, Post to Usenet