Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
open .exe file
Name: dunpealx4 Date: September 13, 2008 at 17:32:28 Pacific OS: winxp CPU/Ram: 2gb ddr 800 Product: custom
Comment:
i have an exe file. it's a small game about 300 MB. there are some WAV sounds that i want to extract. is there any way to open exe file without installing it?
Name: Judago Date: September 13, 2008 at 18:49:48 Pacific
Reply:
That depends on what kind of .exe file it is. The main variations I know of are 16bit(dos) executables, 32bit (console and gui) windows executables and self extracting archives. There are probably other types I have no experience with(64bit exe's??) as well.
If it is a self extracting archive then you *may* be able to extract it using a third party archive program to a directory without installing it. Sometimes there is a cabnet or other archive within the self extractor you would also need to extract.
Even if it self extracting you may find the music may be in any number of formats, unreadable by most media players.
You may be able to just view and extract the files with some archive programs. It would depend on the compression used. I'd say say 7-zip and tugzip are two programs worth a try and their both free.
0
Response Number 2
Name: dunpealx4 Date: September 13, 2008 at 21:14:21 Pacific
Summary: Heres the situation. I want to put my VB6 program onto a CD and have it autorun(I know how to do that) but certain buttons in my program have to open EXE files. The program works great from my c: bu...
Summary: Hi All ! I have an .exe file I created several years ago and I lost the original code files. Is it possible to open an .exe file to view the C code? THANK YOU . . . ...
Summary: Hello, ive made a program which ive compiled into an .exe program, i then made another program which uses the shell command to run the exe file. the problem is if i press the open button more than onc...