Hi,
I am looking to extract a file from an EXE file using C#. More Specifically "ImgBurn.exe" from its installer. http://download.imgburn.com/SetupImgBurn_2.5.6.0.exe
Most of the extraction samples I find are for extracting from zip files and dont work. I can extract it with 7-Zip but I cannot get it to extract using any C# library that I have tried.
Whats the best way for me to achieve this?
Thanks
Jay
Loading
Roy SPosted Oct 9, 2011, 5:17 PM
Universal Extractor
That should be able to extract all the files from the installer.
Sam HobbsPosted Oct 9, 2011, 8:50 PM
Jay WebsterPosted Oct 9, 2011, 8:39 PM
I looked into Universal Extract and found out that it used cmdTotal to extract the exe, so I have just cut out the middle man so to speak and am using cmdTotal.
Thanks for the suggestion :)