Paid_Peanuts Posted May 13, 2010 Posted May 13, 2010 Can anyone suggest a good application to extract EXE files? This is my scenario: I have downloaded all the Dell drivers i need to inject into SCCM - however they all come from Dell as EXE files. I have dozens which i need to extract and inject. I dont really want to be running each EXE on a machine then trying to locate the files which it extracts. Help!
Guest TheLibrarian Posted May 13, 2010 Posted May 13, 2010 Don't they extract to a C:\DELL\XXXXXX folder anyway?
plexer Posted May 13, 2010 Posted May 13, 2010 I use uniextract for this type of thing. also works on most setup programs to get msi's Ben
Arthur Posted May 13, 2010 Posted May 13, 2010 7-Zip or WinRAR will extract drivers from the Dell EXEs. Since they are just self-extracting ZIP files, you could even change the extension to ZIP and extract the contents using Windows itself - although this will be much slower. As you are using SCCM, you might want to take a look at the webpage below. Dell have created CAB files containing drivers for all their latest desktops and laptops that can be used with both SCCM, MDT and Windows PE. http://www.delltechcenter.com/page/dell+business+client+operating+system+deployment+-+the+.cab+files
mac_shinobi Posted May 14, 2010 Posted May 14, 2010 What about UPX ?? UPX: the Ultimate Packer for eXecutables - Homepage
Arthur Posted May 14, 2010 Posted May 14, 2010 UPX is for making EXEs smaller, so you would still be stuck with the drivers inside.
mac_shinobi Posted May 14, 2010 Posted May 14, 2010 UPX is for making EXEs smaller, so you would still be stuck with the drivers inside. hence the question marks after the post as I saw one of the bullet points under overview safe: you can list, test and unpack your executables. Also, a checksum of both the compressed and uncompressed file is maintained internally. So was not sure if this was the case or not.
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