![]() ![]() |
Oct 7 2008, 02:13 PM Post
#861 | |
| Group: Members Posts: 2 Joined: 4-October 08 Member No.: 212878 OS: XP Pro x86 |
Freeko, Thanks for the info. As I understand Smith Micro's statement, Expander is freeware but is not available separately, only as part of the Expander 2009 package which is a 30 day trial. I had already downloaded the package but then discovered that it required .NET and I refuse to allow that bloatware on my system. I used UE to extract the expander archive (I think), but it apparently needs to be installed as the exe would not initialize. So I gave up and will rely on UE and Expander v7. |
| | |
Oct 9 2008, 08:15 AM Post
#862 | |
| Newbie Group: Members Posts: 21 Joined: 11-July 05 Member No.: 63995 |
i my self don't like "stuffit" package but you have to support it.. if not v2009 then v12 which does not use .net this only for "sitx" format but for "sit" you can use sit-sfx-stub and bind it to "sit" file then run it silently it would be the minimum unpacker i can think of..
|
| | |
Oct 11 2008, 03:23 PM Post
#863 | |
| Advanced Member Group: Software Developers Posts: 316 Joined: 5-November 04 From: USA Member No.: 35763 OS: none |
Sorry I've been away for so long - other things keep coming up, and I haven't been able to spend any time on Universal Extractor. However, like all of you, I'm also tired of waiting for the 1.6 release. :-) I just uploaded a release candidate for version 1.6. Please download, test, and report back what you find out. If everything looks good, then I'll repackage with the proper artwork, update the main page for the final release, and call it done. If you find any problems, please report them here (or in the separate "bugs" thread that I'm going to create) and I'll try to knock them out ASAP. At this point I have two goals - find/fix any bugs, release final version. That's it. No new features, no new formats, etc. I really need to get the final version of 1.6 out as-is, and everything else can added in the next version. I'd greatly appreciate any and all help in testing this. I haven't messed with this too much myself lately, so having some other eyes on it is essential at this point. Please test the following, in particular:
Aside from miscellaneous bug fixes or tweaks, here are the changes from the 1.6 beta release: CODE Added support for DiscJuggler CDI CD-ROM images via cdirip.exe Added support for LZX compressed files via unlzx Added support for RoboForm installers Added Croatian, Dutch, and Taiwanese translations Fixed bug in InstallShield CAB file support; now properly extracts files with spaces in the filename Fixed support for (non-tar) gzip files Updated Inno Setup support for increased detection reliability Updated Inno Setup support to extract all files, including renamed duplicates Updated UHARC support to detect and extract SFX files Updated installer to require Windows NT-based systems; 9x will not work Updated 7-Zip to 4.57 Updated AutoIt to 3.2.10.0 Updated innounp to 0.20 Updated Inno Setup to 5.2.2 Updated UnRAR to 3.80 Updated UPX to 3.03 Updated bin2iso to 1.95 And finally, download links: Installer: http://uniextract.c1pher.com/uniextract16rc.exe Standalone: http://uniextract.c1pher.com/uniextract16rc_noinst.rar Please let me know how it works for you. |
| | |
Oct 11 2008, 05:32 PM Post
#864 | |
| Newbie Group: Members Posts: 13 Joined: 10-April 07 From: USA Member No.: 135007 OS: XP Pro x86 | CODE Added support for DiscJuggler CDI CD-ROM images via cdirip.exe Added support for LZX compressed files via unlzx Added support for RoboForm installers Added Croatian, Dutch, and Taiwanese translations Fixed bug in InstallShield CAB file support; now properly extracts files with spaces in the filename Fixed support for (non-tar) gzip files Updated Inno Setup support for increased detection reliability Updated Inno Setup support to extract all files, including renamed duplicates Updated UHARC support to detect and extract SFX files Updated installer to require Windows NT-based systems; 9x will not work Updated 7-Zip to 4.57 Updated AutoIt to 3.2.10.0 Updated innounp to 0.20 Updated Inno Setup to 5.2.2 Updated UnRAR to 3.80 Updated UPX to 3.03 Updated bin2iso to 1.95 Working fine so far on XPSP3 (using the installer). I notice you've updated msi2xml to 2.2.1.957, although it's not in the release notes. Thanks for that; it removes the dependency on the deprecated/insecure MSXML4. |
| | |
Oct 11 2008, 06:07 PM Post
#865 | |
| Advanced Member Group: Software Developers Posts: 316 Joined: 5-November 04 From: USA Member No.: 35763 OS: none | |
| | |
Oct 11 2008, 06:19 PM Post
#866 | |
| Advanced Member Group: Software Developers Posts: 316 Joined: 5-November 04 From: USA Member No.: 35763 OS: none | Strange thing is 1.6 failed and 1.5 succeeded (even if using the same version of 7z.exe and 7z.dll)... http://hddguru.com/content/en/software/200...-HDD-Wipe-Tool/ http://hddguru.com/content/en/software/200...el-Format-Tool/ Both of those files are successfully extracted with v1.6rc. They appear to be Inno Setup installers. Try again with the RC version and let me know if you still have any trouble. 1- How about LesMSIerables for MSI extraction I tried using this in the past, but I could never get it to work quite right for me. I'm not even talking about integrating it into UniExtract - even manual attempts failed. I gave up on it and moved to the other three options that we now have, which, so far, can unpack everything I've thrown at it. Or as an alternative (the unpakers seem to work fine): http://www.jsware.net/jsware/msicode.php3 Looks useful. Will check it out. IAT can supposedlly convert BIN, MDF, PDI, CDI, NRG, and B5I into ISO-9660 (I wasn't abble to use it though...) http://iat.berlios.de/ Also looks useful. Will check it out. I agree with DAA2ISO. Add UIF2ISO to the list: http://aluigi.altervista.org/mytoolz/uif2iso.zip The problem with supporting formats like this is that I can't add support for something unless I have sample files to work with, and it's difficult to find or create files that require proprietary applications to create. If someone can point me to some sample files (I typically require two separate samples of each format), then I'll be happy to look into adding support. Thanks for the suggestions. |
| | |
Oct 11 2008, 06:29 PM Post
#867 | |
| Advanced Member Group: Software Developers Posts: 316 Joined: 5-November 04 From: USA Member No.: 35763 OS: none | been playing with it a bit, when i try compiled the installer package i get an error because InitializeWizard is defined both in clihelp iss and the uniextract iss , could you tell me the proper way to handle this error ? Do you mean you get this error when you try to compile your own installer for Universal Extractor? Assuming you're using the sources available in the *_source.rar package, you shouldn't have any problem. You do also need to grab a copy of clihelp.iss from my website, which it sounds like you've already done. Make sure you have the latest version. I compile the official installer using the exact same files, so I know it should work. btw, i haven't searched hard to see if it was mentioned, but thought it worth mentioning just in case innounp.exe in 1.6 beta isn't the latest version (i.e. it has problems extracting uniextract16beta.exe which 0.2 final handles fine) I'm sorry, but what? I didn't follow you at all? Can you add nrg2iso too? NRG images are already supported in 1.6. can anyone help me please i have tried to extract an exe file but universal exctractor can't extract it i get this message : impossible to extract this file is returned as Microsoft Visual C++ v6.0 DLL [Overlay] Can you provide a download link? |
| | |
Oct 11 2008, 06:50 PM Post
#868 | |
| Advanced Member Group: Software Developers Posts: 316 Joined: 5-November 04 From: USA Member No.: 35763 OS: none | Could you make a version supported by Windows 9x, even if it had not all the features of the main one? It would be useful & very appreciated by several people. You can actually try this yourself. AutoIt includes two compiler versions - the default (which I use) compiles as unicode and only supports NT+. The other compiles as ANSI and support 9x. All you would need to do to try this is download the noinst and source packages and compile using the ANSI compiler. To be honest, though, I'm really not interested in creating separate releases for 9x, particularly since support for that platform was never very good to begin with. what is about 1.6? dead mushu13 already answered this (very accurately in fact, but for the record I'd like to state that if I ever have to completely abandon UniExtract, I'll make sure it's known. Unless you see an official statement stating that UniExtract development has ceased, just assume that I got busy with something else. :-) Also, should that ever happen, I'll be more than happy to turn over development and maintenance to someone else. I wish to translate a hebrew lang. file, for the Hebrew readers community, does such a translation already exist? , (if not, how does translation can made?) No, Hebrew has not been previously contributed. If you'd like to create this, just following the English.ini file. expander.exe 6.0.0.49 vs. 7.0.1.1 Where did you find this version, and is it freely redistributable? All other utilities have already been updated. I used SUMo (a tool to get latest versions of your installed programs) and it told me that there are newer versions available. So I searched a bit and found these newer versions. Looks interesting. Will check it out. regarding expander v2009 (13.0.0.8) is freeware (refer to its help file attached) and it expand the support to formats supported by stuffit deluxe (including "sitx,sit,sea,zip,7z,rar,cab,lzh,...plus others) no like v12 which supports "sitx" and "zip" only One thing that you need to keep in mind is that freeware != freely redistributable. StuffitExpander may be free to download and use on your own computer, but I can't rip out certain components, embed it in my own (competing) application, and redistribute it to anyone that wants it. Unless they've changed their license recently, no version past 6.x can be freely redistributed. Of course, I'd love to be proven wrong on this. If anyone can find proof that these newer versions are freely redistributable, please let me know. so plugins have improved version like the wcx_MhtUnPack-0.4.1.rar Thanks, I hadn't noticed this. Will get it included. This post has been edited by nitro322: Oct 11 2008, 06:59 PM |
| | |
Oct 12 2008, 11:53 PM Post
#869 | |
| after Windows 7 GA still Vista lover :) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1519 Joined: 28-August 05 From: Germany Member No.: 70718 OS: Vista Ultimate x86 |
thanks so much for the new version |
| | |
Oct 13 2008, 01:29 PM Post
#870 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 623 Joined: 8-February 07 Member No.: 125681 OS: XP Pro x86 | I agree with DAA2ISO. Add UIF2ISO to the list: http://aluigi.altervista.org/mytoolz/uif2iso.zip The problem with supporting formats like this is that I can't add support for something unless I have sample files to work with, and it's difficult to find or create files that require proprietary applications to create. If someone can point me to some sample files (I typically require two separate samples of each format), then I'll be happy to look into adding support. I have uploaded samples for .daa (PowerISO) and .uif (MagicISO) formats: http://rapidshare.com/files/153690751/Sample1.daa http://rapidshare.com/files/153691199/Sample2.daa http://rapidshare.com/files/153690975/Sample1.uif http://rapidshare.com/files/153691431/Sample2.uif |
| | |
Oct 13 2008, 01:43 PM Post
#871 | |
| Advanced Member Group: Software Developers Posts: 316 Joined: 5-November 04 From: USA Member No.: 35763 OS: none | |
| | |
Oct 17 2008, 05:20 AM Post
#872 | |
| Group: Members Posts: 2 Joined: 17-August 08 Member No.: 205784 OS: XP Pro x86 | Sorry I've been away for so long - other things keep coming up, and I haven't been able to spend any time on Universal Extractor. However, like all of you, I'm also tired of waiting for the 1.6 release. :-) I just uploaded a release candidate for version 1.6. Please download, test, and report back what you find out. If everything looks good, then I'll repackage with the proper artwork, update the main page for the final release, and call it done. If you find any problems, please report them here (or in the separate "bugs" thread that I'm going to create) and I'll try to knock them out ASAP. At this point I have two goals - find/fix any bugs, release final version. That's it. No new features, no new formats, etc. I really need to get the final version of 1.6 out as-is, and everything else can added in the next version. I'd greatly appreciate any and all help in testing this. I haven't messed with this too much myself lately, so having some other eyes on it is essential at this point. Please test the following, in particular:
Aside from miscellaneous bug fixes or tweaks, here are the changes from the 1.6 beta release: CODE Added support for DiscJuggler CDI CD-ROM images via cdirip.exe Added support for LZX compressed files via unlzx Added support for RoboForm installers Added Croatian, Dutch, and Taiwanese translations Fixed bug in InstallShield CAB file support; now properly extracts files with spaces in the filename Fixed support for (non-tar) gzip files Updated Inno Setup support for increased detection reliability Updated Inno Setup support to extract all files, including renamed duplicates Updated UHARC support to detect and extract SFX files Updated installer to require Windows NT-based systems; 9x will not work Updated 7-Zip to 4.57 Updated AutoIt to 3.2.10.0 Updated innounp to 0.20 Updated Inno Setup to 5.2.2 Updated UnRAR to 3.80 Updated UPX to 3.03 Updated bin2iso to 1.95 And finally, download links: Installer: http://uniextract.c1pher.com/uniextract16rc.exe Standalone: http://uniextract.c1pher.com/uniextract16rc_noinst.rar Please let me know how it works for you. thank you so much for the new version ! It's very useful! I will test, and report back what I find out! thanks for your Great work!! |
| | |
Oct 17 2008, 05:42 PM Post
#873 | |
| Advanced Member Group: Software Developers Posts: 316 Joined: 5-November 04 From: USA Member No.: 35763 OS: none |
I just released the final version of Universal Extractor 1.6. You can find more info and download links in the Universal Extractor Latest Version thread. I'm also locking this thread. It's been a hell of a ride, but after 3 years and 872 posts, I figure it's time to let it rest. :-) Now that we have our own subforum, let's take advantage of it. Bug reports and features requests should go into the pinned threads, and feel free to start a new thread for anything else. Enjoy the new version. |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 10:45 PM |