wangchung Posted August 22, 2004 Posted August 22, 2004 Peek is a handy context menu extension that is similar to the unix strings command. You can download it at http://members.ping.at/mlubich/peek11.zipIt only comes with in INF and a DLL. How do you automate the install of this INF?
mazin Posted August 22, 2004 Posted August 22, 2004 WOW! So, I'm not the only person on earth who uses this utility.Thank you man. Now, I'm not alone anymore. B)
benners Posted August 23, 2004 Posted August 23, 2004 I think there is a command with the rundll32 rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\setup.inf where .\setup.inf is the path to your inf file, or you could use Infstaller I have had some success with this, you can run it semi silently, a file copy box flashes up.
mazin Posted August 23, 2004 Posted August 23, 2004 Perfect! Thanks, benners!rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\PEEK.INFI ran it via a CMD. Is there another way to run it? Just curious!
benners Posted August 23, 2004 Posted August 23, 2004 Maybe via WinRAR, creating a SFX & using the "Run after extraction" option in SFX options, but cmd is prolly the easiest.
big poppa pump Posted August 23, 2004 Posted August 23, 2004 Perfect! Thanks, benners!rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\PEEK.INFI ran it via a CMD. Is there another way to run it? Just curious! In what manner? Which way?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now