Re: Retrieve a .Exe driver
Is the EXE file a self-extracting archive of some sort? You might be able to run it using WINE. If it's an actual install program though, you might be out of luck.
Re: Retrieve a .Exe driver
I know HP's drivers you can go to cmd prompt and type spXXX.exe -e and it will allow you to extract the files to a folder you want. Or you can use the HP SSM download manager and it will allow you to extract them.
Now other exe you can try in a cmd prompt name.exe /? To see if it will give you a list of commands that will allow you to extract the files. You can also try WinZip and see if the EXE will allow you to extract it.
The other option is to use an application like driver magician that will give the list of drivers on that machine and let you extract the inf files. This is very hand if you have new models in your environment and are unsure of what inf files you need for SATA HD, NIC, and Video.
Re: Retrieve a .Exe driver
If the .exe file is a self-extracting pkzip archive, it looks like the "unzip" app can unzip them.
http://linuxgazette.net/issue82/tag/1.html
Quote:
Some .exe files are "self-extracting archives" which are basically a small MS-DOS PKZIP extractor and a PKZIP (".zip") file packaged together as one file. Under MS-DOS or compatible environments, you can run the .exe file to extract the contents of the zip file.
Under Linux, the "unzip" utility can extract the contents of the .exe file's PKZIP archive while ignoring the MS-DOS program. See man unzip.
If you don't have an unzip program on your Linux system, install your distribution's zip package or see:
http://www.info-zip.org/pub/infozip [/b]