A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

How do you install .inf files?



 
 
Thread Tools Display Modes
  #1  
Old September 22nd 05, 04:23 AM
Warren
external usenet poster
 
Posts: n/a
Default How do you install .inf files?

Hi,

I have an INF file that I want to install. The instructions that come with
the file say you are supposed to right-click and select "Install" from the
popup window. My problem is I don't see an "Install" command in the popup
menu. How do I install this thing?

Thanks in advance for you assistance.

--
Warren

No spam address used. Please reply to group only.


  #2  
Old September 22nd 05, 04:46 AM
Alan Edwards
external usenet poster
 
Posts: n/a
Default

If you have no rightclick install, then make up a file from the lines
below. Copy into a file called inf.reg which should be created in
Notepad. Do not retype, copy in case of errors. The 1st line in the
file is the line REGEDIT4
The last line must be a blank line.
Make sure your mail or news reader does not add any spaces to the end
of a line.
Doubleclick to restore the association.
This assumes that you have set up Win9x using the standard
"c:\windows" folder syntax.
The last text line starts with @= so be careful it does not wrap at
the space before DefaultInstall.
E-mail me if you have any queries on this procedure.

-----copy below this line for inf.reg------------
REGEDIT4

[HKEY_CLASSES_ROOT\.inf]
@="inffile"

[HKEY_CLASSES_ROOT\inffile]
@="Setup Information"

[HKEY_CLASSES_ROOT\inffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM\\shell32.dll,-151"

[HKEY_CLASSES_ROOT\inffile\shell]

[HKEY_CLASSES_ROOT\inffile\shell\open]

[HKEY_CLASSES_ROOT\inffile\shell\open\command]
@="C:\\WINDOWS\\NOTEPAD.EXE %1"

[HKEY_CLASSES_ROOT\inffile\shell\print]

[HKEY_CLASSES_ROOT\inffile\shell\print\command]
@="C:\\WINDOWS\\NOTEPAD.EXE /p %1"

[HKEY_CLASSES_ROOT\inffile\shell\install]
@="&Install"

[HKEY_CLASSES_ROOT\inffile\shell\install\command]
@="C:\\WINDOWS\\rundll.exe setupx.dll,InstallHinfSection
DefaultInstall 132 %1"

-----end file above this line-------

....Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.html

On Wed, 21 Sep 2005 23:23:41 -0400, "Warren"
wrote:

Hi,

I have an INF file that I want to install. The instructions that come with
the file say you are supposed to right-click and select "Install" from the
popup window. My problem is I don't see an "Install" command in the popup
menu. How do I install this thing?

Thanks in advance for you assistance.

  #3  
Old September 22nd 05, 04:57 AM
Warren
external usenet poster
 
Posts: n/a
Default

Wow, that's a keeper.

Thank you very much for the very fast and excellent advice.

I had tried restoring associations with TweakUI, but it didn't work.

Thanks very much, once again, this newsgroup is fantastic, always there to
help us less talented folks out of a jam.

"Alan Edwards" wrote in message
...
If you have no rightclick install, then make up a file from the lines
below. Copy into a file called inf.reg which should be created in
Notepad. Do not retype, copy in case of errors. The 1st line in the
file is the line REGEDIT4
The last line must be a blank line.
Make sure your mail or news reader does not add any spaces to the end
of a line.
Doubleclick to restore the association.
This assumes that you have set up Win9x using the standard
"c:\windows" folder syntax.
The last text line starts with @= so be careful it does not wrap at
the space before DefaultInstall.
E-mail me if you have any queries on this procedure.

-----copy below this line for inf.reg------------
REGEDIT4

[HKEY_CLASSES_ROOT\.inf]
@="inffile"

[HKEY_CLASSES_ROOT\inffile]
@="Setup Information"

[HKEY_CLASSES_ROOT\inffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM\\shell32.dll,-151"

[HKEY_CLASSES_ROOT\inffile\shell]

[HKEY_CLASSES_ROOT\inffile\shell\open]

[HKEY_CLASSES_ROOT\inffile\shell\open\command]
@="C:\\WINDOWS\\NOTEPAD.EXE %1"

[HKEY_CLASSES_ROOT\inffile\shell\print]

[HKEY_CLASSES_ROOT\inffile\shell\print\command]
@="C:\\WINDOWS\\NOTEPAD.EXE /p %1"

[HKEY_CLASSES_ROOT\inffile\shell\install]
@="&Install"

[HKEY_CLASSES_ROOT\inffile\shell\install\command]
@="C:\\WINDOWS\\rundll.exe setupx.dll,InstallHinfSection
DefaultInstall 132 %1"

-----end file above this line-------

...Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.html

On Wed, 21 Sep 2005 23:23:41 -0400, "Warren"
wrote:

Hi,

I have an INF file that I want to install. The instructions that come

with
the file say you are supposed to right-click and select "Install" from

the
popup window. My problem is I don't see an "Install" command in the

popup
menu. How do I install this thing?

Thanks in advance for you assistance.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveX Control FIles JonZ General 0 March 15th 05 01:11 AM
dos wild card syntax comm barry martin General 0 August 4th 04 02:47 PM
Reformat Windows Ron General 2 July 10th 04 08:26 PM
C Windows profiles user application data LuckyStrike General 24 June 18th 04 12:13 AM
Question about C:\Windows\Temp files JR Berry General 6 June 7th 04 09:32 PM


All times are GMT +1. The time now is 09:56 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.