Universal Extractor Feature Requests Post all requests for new features here
#41
Posted 18 April 2010 - 07:46 AM
Brian
#42
Posted 25 April 2010 - 08:12 PM
frmariam, on 12 July 2009 - 02:31 PM, said:
The best MSI unpacker I know is LessMSIerables which is open source but .NET... If someone could learn from the source and implement this (or port it to C/C++ and integrate it with Universal Extractor) it would be perfect... I'm not a coder so I can't be of any more help...
No. Not LessMSIerables... But MsiX.exe would be a great addition. It is able to extract files from .msi, .msm and .msp installation files, and it is a command-line console program, so I guess it'll be easy to integrate. Do give it a try!
Find it here: Heath Stewart's Patch Files Extractor
#43
Posted 08 May 2010 - 01:45 AM
#44
Posted 08 May 2010 - 01:50 AM
LordQuackstar, on 09 January 2009 - 11:51 PM, said:
Their are times when i only want to extract certain files, or want to preview the archive before extracting. This feature would make it a complete replacement for the WinRAR program that i have.
I'm up for this, though it'll more likely than not consist of just a text listing (as in, you can select individual files for extracting, etc.). I can explore this idea in the next major version.
LordQuackstar, on 09 January 2009 - 11:51 PM, said:
This already exists. It's called 7-Zip. :-) Seriously, this is way beyond the scope of my project, and 7-Zip already does a fantastic job of supporting the most common open formats. The only major formats that it doesn't support are proprietary formats such as RAR, etc., and I wouldn't be able to support that either even if I were to try to create a Universal Compressor or whatever. Not enough gain, and far, far too much work for this one.
#45
Posted 08 May 2010 - 02:22 AM
nitro322, on 30 November 2008 - 03:21 AM, said:
Dumpy Dooby, on Nov 27 2008, 09:37 PM, said:
I'll check it out. Thanks for the suggestion, sample, AND extraction utility. :-)
Added in 1.6.1.
This post has been edited by nitro322: 08 May 2010 - 02:22 AM
#46
Posted 08 May 2010 - 02:25 AM
Dumpy Dooby, on 18 January 2009 - 11:04 AM, said:
http://7zsfx.solta.r....html#sfxconfig
Sounds reasonable. Will check it out for the next major update.
#47
Posted 08 May 2010 - 02:27 AM
#48
Posted 08 May 2010 - 02:29 AM
red death68, on 28 January 2009 - 10:09 PM, said:
I'm afraid I don't understand what you're asking for here. Can you please clarify?
gdv, on 02 February 2009 - 06:09 PM, said:
That should be doable. Will explore options for the next major release.
#49
Posted 08 May 2010 - 01:17 PM
voorhees, on 03 February 2009 - 09:43 PM, said:
info: http://en.wikipedia....ownload_Cabinet
unpacker: http://imagi.pl/?p=7
I'm fine with this, but need sample files.
red death68, on 06 February 2009 - 09:05 PM, said:
I don't know what you're requesting here. If you're referring to the helper binaries, they are all included, both with the installer and noinst versions. If you're referring to something else, please clarify.
Ascii2, on 11 February 2009 - 12:14 AM, said:
http://www.microsoft.com/downloads/details...;displaylang=en
Fixed in 1.6.1. Support for this was already included, but I needed to update the PEiD signature to properly detect this file.
#50
Posted 08 May 2010 - 01:51 PM
red death68, on 25 March 2009 - 08:31 PM, said:
Will look into it for next major version.
kfjhfbf, on 16 September 2009 - 04:24 PM, said:
thinstall
upolyx <<extremely high wanted
pecompact << high wanted
I've looked into all of these before, but was not able to find any freely-redistributable unpackers for them. If you know of any, please suggest here, otherwise this will need to stay on the unsupported list.
kfjhfbf, on 16 September 2009 - 04:24 PM, said:
Not sure what you're looking for here. Can you elaborate?
DarkBlood, on Jul 23 2009, 01:31 PM, said:
DanielCollinet, on 24 October 2009 - 04:34 AM, said:
Would love to add support for both of these, but as Dumpy Dooby pointed out, it requires an external DLL to implement, and yes, it's more difficult than you might imagine. The main problem, though, is that I cannot (or could not - it's been a while since I looked into this) find any free way to do this. All of the examples I found required the commercial version of Visual Studio to create an appropriate DLL; even the free/express versions wouldn't work because MFC is required. I'm not interesting in buying Visual Studio for this, and even more importantly I'm not interested in writing/providing code that requires a non-free product to compile.
If anyone can provide examples of how to do this with a free solution, I'll try my best to add support for it, but otherwise this won't happen.
#51
Posted 08 May 2010 - 01:57 PM
radix, on 01 November 2009 - 04:24 AM, said:
Will check it out for the next major release, but unless there are very clear and significant advantages I'll probably stick with PEiD. I've added quite a number of custom signatures to PEiD for recognizing new file types, and it'd be difficult to reliably recreate them for another utility, not to mention update all of the UniExtract bits that look for specific PEiD output.
radix, on 11 November 2009 - 04:01 PM, said:
I can use WinZip because it can't be freely redistributed. If you can provide some example files, though, I'll look for an alternative way to support the files.
radix, on 23 November 2009 - 05:50 AM, said:
This is already supported, but requires accurate PEiD detection. If you can provide examples that fail I should be able to update the PEiD custom signature for better detection.
radix, on 23 November 2009 - 05:50 AM, said:
This is also supported, but again, it requires accurate filetype detection, this time using TrID rather than PEiD. Ditto on the examples part.
#52
Posted 08 May 2010 - 02:19 PM
MarinoIZK, on 26 November 2009 - 09:01 AM, said:
This will kind of work in 1.6.1. 7-Zip added support for generic .exe resource unpacking, which works here. Unfortunately, the output is kind of ugly at this time. I can maybe clean it up a bit with UniExtract, but that won't be done for 1.6.1. In order to extract this file with 1.6.1, select the 'not installshield' option and 7-zip should unpack a few poorly named (and hidden) files. Fine the file named [0], rename it to 0.exe, then run that through UniExtract. This should be seen and extracted as an InstallShield2 installer.
koltron, on 10 December 2009 - 12:26 PM, said:
I can see some limited usefulness for this, but honestly not much. I don't want to risk accidentally deleting files that are still needed or wanted, and it usually isn't too tough to hit the delete key after extraction is complete. For the batch processing part, again, it shouldn't be too difficult to add a follow up line to delete the source files after UniExtract is done (after, of course, verifying that the files were properly extracted).
I'm not ruling this out, though. Will give it some thought. If anyone else has feedback on this, please let me know.
xpclient, on 22 December 2009 - 07:31 AM, said:
I'm not "refusing" anything. I've thoroughly explained, on multiple occasions, why this currently can't and won't be done. Please search the forum for additional information.
xpclient, on 22 December 2009 - 07:31 AM, said:
This is good news. I'll look into it for the next major release.
frmariam, on 23 January 2010 - 09:33 AM, said:
This is most likely another detection issue - if you can provide examples, I'll see what I can do.
frmariam, on 23 January 2010 - 09:33 AM, said:
Please check out the new MsiX support in 1.6.1 and let me know if that works for you. MsiX makes four methods for MSI extraction and three for MSP extraction... I really don't want to add more if possible, but then again I'm always open to better solutions. Please compare and let me know how it works.
#53
Posted 08 May 2010 - 02:44 PM
macrat, on 06 March 2010 - 05:30 AM, said:
Dude, don't take it personally. I haven't been doing any UniExtract development at all for a while, so it's not like I'm singling you out.
macrat, on 06 March 2010 - 05:30 AM, said:
This is how uudeview chooses to output the decoded file:
> uudeview -p . -i Dancing_Dog_.wmv.b64
Loaded from Dancing_Dog_.wmv.b64: '' (UNKNOWN.001): part -1 Base64
Found 'UNKNOWN.001' State 16 Base64 Parts 1 OK
File successfully written to ./UNKNOWN.001
1 file decoded from 1 input file, 0 failed
I don't know where it gets the name from, but I'm assuming it's choosing that because whatever encoded the file did not specify a filename in the encoding.
If I could assume that only one file would ever be decoded by uudeview, then I'm sure I could have UniExtract rename the file back to the original filename after decoding was complete. However, I can't make that assumption. uudeview is used for a number of encoding formats, some of which can include multiple files. I can't just arbitrarily rename some files and not others. I could maybe have it check to see if only one file was output and that filename was unknown.001 and then rename it, but I'm not sure how beneficial that would be.
Anyone else have thoughts on this?
#54
Posted 08 May 2010 - 03:02 PM
CBrianA, on 18 April 2010 - 07:46 AM, said:
I've mentioned this a few other times already, but it's worth repeating - support for this already exists, but it's dependent on accurate detection by PEiD. In order to add support for newer files I need to refine the PEiD signature, and in order to do that I need files to test myself. If you can provide download links to the installers you're having trouble with, I'll check them out and see if I can generate better PEiD signatures.
#55
Posted 08 May 2010 - 03:03 PM
dencorso, on 25 April 2010 - 08:12 PM, said:
Added in 1.6.1 for MSI and MSP. MSM untested because I don't have sample files.
Edit: MSM support added as well
This post has been edited by nitro322: 09 May 2010 - 11:17 PM
#56
Posted 09 May 2010 - 03:50 PM
nitro322, on 08 May 2010 - 03:02 PM, said:
CBrianA, on 18 April 2010 - 07:46 AM, said:
I've mentioned this a few other times already, but it's worth repeating - support for this already exists, but it's dependent on accurate detection by PEiD. In order to add support for newer files I need to refine the PEiD signature, and in order to do that I need files to test myself. If you can provide download links to the installers you're having trouble with, I'll check them out and see if I can generate better PEiD signatures.
I thought I had added it to my original message. I can't add the link, because I had to log in to get to it. It was simply by going to the Microsoft website: http://www.microsoft.com/office and followed the link for the Office trial.
#57
Posted 09 May 2010 - 10:29 PM
CBrianA, on 09 May 2010 - 03:50 PM, said:
You did mention the Office 2007 trial, but I was looking for a direct link. I don't mean to sound rude, but with all the requests I get here, on my forum, and even through e-mail for troubleshooting specific files, I simply can't spend time hunting download links, signing up for trial offers, etc. If you run into any other similar files that I can easily download, please let me know, but I'm going to have to pass on this one.
#58
Posted 14 May 2010 - 06:27 AM
nitro322, on 08 May 2010 - 01:57 PM, said:
WinZIP sfx example: http://download.winz...om/wzipse40.exe
Tried already with winrar, 7-zip and Universal Extractor 1.6.1.
Thanks for the update.
Edit: 7-Zip 9.13 beta works with winzip sfx archives.
This post has been edited by radix: 14 May 2010 - 06:39 AM
#59
#60
Posted 19 May 2010 - 06:30 PM
radix, on 14 May 2010 - 06:27 AM, said:
Tried already with winrar, 7-zip and Universal Extractor 1.6.1.
This is two bugs in one:
1. It [em]should[/em] work in 1.6.1. To be honest, I'm not sure why it's failing. It should attempt to extract with unzip first (which it's doing), then, if it fails, attempt to extract with 7-zip (which it's not). I don't know why that's failing at the moment; the condition logic looks correct.
2. I (thought I) modified that same condition logic to try 7-zip if unzip's exit code was anything other than a 0 or 1. I even added this change to the changelog. However, I must have inadvertently undid that change at some point and didn't catch it, as the release version is only looking for an exit code of 0. Don't know what happened there, but I'll need to fix it. This is a more general problem, though - unzip reports and exit code of 9 for the winzip file you posted, which should trigger 7-zip regardless.
Thanks for the report. Adding these issues to my todo file.



Help
Back to top










