Help - Search - Members - Calendar
Full Version: how to install only a single .inf file
MSFN Forums > Customizing Windows and Graphics > Customizing Windows

   
Google Internet Forums Unattended CD/DVD Guide
kmaheshkumar
i want to install a .inf file it contains some registry keys that can help those people who has effected with virus and their taskmanager, regeditor, folderoptions has disable permenantly so i made an inf file but i want to run it silently how it is possible

please answer for me
ricktendo64
If you are using winrar SFX just use

CODE
Setup=InfName.inf


keep in mind that the AddReg= should be under a section named [DefaultInstall] like this

CODE
[DefaultInstall]
AddReg=BlaBla
hannubys
You can also do it like this :
example:
CODE
pnputil -i -a Drivers\x64\S213*.inf
kmaheshkumar
where can i get pnputil to download the above command is not working for me
Innocent Devil

CODE
rundll32 advpack.dll,LaunchINFSection <inf_file>,DefaultInstall

or

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 <inf_file>


where DefaultInstall is the section of the inf to be installed
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.