Jump to content

nitro322

Patron
  • Posts

    387
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by nitro322

  1. Great utility :) But I tried to install it on another XP Pro SP2 system and though it seemed to install okay, it seems to have uninstalled itself and I ended up with the "HKEY_CLASSES_ROOT\jarfile\shell\uniextract" error (as mentioned here) on subsequent reinstallations.

    Sorry, but I never did find an answer to this. Is this occurring with the 1.6 beta as well?

  2. can the new version incorporate support for updating innounp? this way we can only replace innounp.exe when a new version comes out.

    As BigRandalo suggested, this can be done easily yourself. Just download the new innounp and overwrite the older innounp.exe in the UniExtract bin\ directory. I don't plan on adding any automatic support for this, as new versions may behave differently and as a result break UniExtract if it's not properly tested.

  3. could you add the extension msu? it is the file extension for microsoft updates for vista and server2008. universal extractor can unpack them, but the contect menu is missing.

    Will check it out. Can you please post a link to an example file?

    Uni Extract fails for inno setup v5.1.6, however it can be unpacked fine if you use commandline for innounp.

    Weird. I'll have to investigate. Thanks for reporting it.

    I am looking to do a custom silent install of the Universal Extractor.

    Try running the installer with '/?'. It'll show you a list of all supported command line switches and parameters. Specifically, look for available tasks. I think that should answer your question. If not, please post back.

    Executables compressed with "PECompact 2.x -> Jeremy Collake" don't seem to be able to be extracted with Uniextract 1.5 or the latest 1.6 Beta, but they are able to be extracted with unpecomp2.exe (able to be found via Google or www.pediy.com/tools/unpacker.htm). Will Uniextract be able to extract these in a future version?

    Will check it out. Can you please post a link to an example file?

  4. Request: Slovak Translation Update for UniExtract 1.6

    I'm trying to get in touch with Peter Ž., aka zilabo. If you're reading this, please contact me regarding your Slovak translation. I tried e-mailing you a couple of times, but it appears that the e-mail address I have for you is no longer valid.

    Also, if anyone else is able (and willing) to provide a Slovak translation, feel free to contact me as well. If I don't hear back from zilabo, I'll have to drop the translation going forward unless someone else is willing to maintain it.

    Thanks.

  5. The command windows opens, but it *looks* like it can't be typed in. It just doesn't echo what your typing, so it seems like you are not typing. Possibly contact the UnRar author to see if the password can be shown as * in a future release.

    That's just the way it works. Most console apps that I'm familiar with behave that way, for better or worse.

  6. Version 1.6 Beta don't extract one file from WinAVI 3GP/MP4/PSP/iPod Video Converter from this page:

    http://www.winavi.com/en/download/download.htm

    File is min,2.bmp from extracted folder winavi_ipod_video_converter\{app}\Skins

    Version 1.5 extract whole content correctly.

    Confirmed. This appears to be due to a regression from innounp 0.18 to 0.19, which I just reported it on the innounp forum. The innounp author is currently working on a newer version to add compatibility for the latest versions of Inno Setup (which, as pointed out previously, already works quite well); hopefully he'll be able to address this issue as well.

    Ok, this one's my bad. The author added a '-a' switch to version 0.19, which instructs innounp to extract all duplicate files as well. min,1.bmp and min,2.bmp are the exact same file, so only the first one is extracted by default. I added -a to the command calling innounp and now both are extracted.

    Second time a request this: possibility to unpack password protected rar files.

    This should already be possible. When the console window opens to display the current unrar process, it should prompt you to enter a password to extract the RAR file. Does this not happen for you?

    Another request: can you add the freeware tool TUGZip

    I just checked out TUGZip. While it's license does appear to permit redistribution (which is necessary for UniExtract), it'll increase the size of UniExtract significantly and I'm not sure that we'll get much of a gain from it. Just based on the list you provided, the only formats that I know are not currently supported are SQX and C2D. Additionally there's A, BH, GCA, TAZ, and TZ1, but I don't even know what those are. I'll probably look into this a bit more to be sure, but my initial feeling is that the increased overhead and complexity outweighs the limited benefit of integrating this.

    Hi,, I just want to recommend " ZipScan", you can get it from http://www.zipscan.co.uk/opendownload.htm

    I can't use this. It's a commercial application.

  7. Version 1.6 Beta don't extract one file from WinAVI 3GP/MP4/PSP/iPod Video Converter from this page:

    http://www.winavi.com/en/download/download.htm

    File is min,2.bmp from extracted folder winavi_ipod_video_converter\{app}\Skins

    Version 1.5 extract whole content correctly.

    Confirmed. This appears to be due to a regression from innounp 0.18 to 0.19, which I just reported it on the innounp forum. The innounp author is currently working on a newer version to add compatibility for the latest versions of Inno Setup (which, as pointed out previously, already works quite well); hopefully he'll be able to address this issue as well.

  8. I'm facing a problem with an apllication when I extract it using this useful tool "uniextract". I can extract every thing in the installer except any folder contains spaces like: "Visual C++". I already test it with the latest uniextract v1.6 beta without success.

    This was a bug in my parsing logic. I've corrected it for future versions.

    Thanks for reporting this. Please let me know if you encounter any similar behavior in the final version once it's released.

  9. Its Windows 98SE. Is it the operating system, the cause of problem.

    Yes, Windows 9x does not function correctly with Universal Extractor. Beginning with v1.6, UniExtract will no longer work at all under 9x due to a combination of changes in AutoIt and the continued difficulties involved in trying to make it work under the older and unsupported OS.

    If you need to use it under 9x, please look through the last few pages of this thread. I exchanged posts with another 9x user, and he did some testing of various UniExtract versions to see which worked best. You may want to give that a try.

    @nitro, you should add a check in uniextract : 3 lines of code which should help a lot.

    This will be done beginning with v1.6. In the past, although I didn't officially support 9x, I tried to at least make it mostly functional. That obviously failed. :-) Along with AutoIt's change to Unicode, it just won't run under 9x at all anymore.

    automate using keystrokes is a big no no....i tried but the loction of the gui varies alot in those 5000 installers.I tried USSF to find silent switch for the installer and it says unknown installer type.Even searched the net and the site of the vendor.Am new to silent installations....although i have used WPI but configuring WPI for those 5000 files will still be a big hassel.cud someone give me a general idea in basic steps how can i attempt to install these files silently

    I'll check out the installer when I get some time. Probably over the weekend.

  10. These are seen as .zip files in v1.6b and fail to extract. Tested in v1.5 all unpack correctly.

    Here are my results:

    AI RoboForm v6.9.6 - custom installer; support added

    AutoRun Pro Enterprise - Inno Setup - fixed; improperly identified as a Zip file by TrID, but I was able to add a workaround

    Blubster - Wise Installer - this actually is supported, but you need to disable the "Remove temporary files" preference and use the WUN method; not sure why, but the actual filenames cannot be resolved

    CompuPic Pro v6.23.1364 - not fixed; this is some kind of SFX installer, but I can't figure out any way to just rip out the files

    FilePipe v2.7R (p2p).exe - SetUp Factory - Setup Factory 7.0 files cannot be supported; only older 6.0 files

    Internet Download Manager - not fixed; this is some kind of SFX installer (again), but I can't figure out any way to just rip out the files

    NetstatLive v2.11 - not fixed; I've messed with AnalogX installers in the past and have never been able to get them to work; I can't even figure out what it's using; I think it may be some unique (to AnalogX) installer format

    DropIt v5 and DropIt Pro v5 - not fixed; can't figure these out

    Drive Snapshot - Nullsoft Installer - this works fine for me; it's extracted with cmdTotal + InstallExplorer; what error are you seeing?

    Hard Drive Visulization - Inno Installer

    Zero Assumption Recovery - Inno Installer - fixed; same issue that caused the problem with AutoRun Pro Enterprise

  11. These are seen as .zip files in v1.6b and fail to extract. Tested in v1.5 all unpack correctly.

    Will check them out.

    Do you use Total Commander clients in UniExtractor. Or is that the reason for needing decode/extract tools. Should i first check which ones Total Commander can do now. And concentrate collecting the ones Total Commander hasn't got listed.

    Files for any of the could be easily made up for you to test with. Or Nitro you could get an Amiga emulator running on your pc, using WinUAE or other emulator.

    Yeah, I can use most Total Commander plugins (thanks to cmdTotal), but I still need formats to test with. I need to verify that TrID can properly detect the formats, know which labels it uses for the formats, know what extensions the files use, and then figure out the proper syntax for the extraction tools, including any special workarounds that I may have to add. I can't do any of that without test files. I currently have about 3 GB worth of test files that I use to make sure UniExtract bahaves properly, but not one Amiga format file is included.

    If you could get me, say, two examples of each format that you want supported, that'd be a huge help.

    If it is possible for on the fly looking at installer achive contents. Without unpacking them at all, like how the a/v and other tools do it now for .zip and .rar files. I can at the moment easily check with an a/v software. A 10gb rar file without it being unpacked in memory or hard drive on the fly. Do you know yet how that can be done with UniExtractor or something to look more into, to do it.

    I'll look into adding virus scanning support, but it almost certainly won't be this complex. Probably the best I could do would be to add the option to scan the file as a whole before extraction begins, and/or scan all of the extracted files after extraction is complete. Even that is a big maybe at this point, as I don't use A/V software myself and only have experience with just a couple of engines.

    I'll see what I can do, but don't get your hopes up too high. :-)

  12. I guess the difference is there are valid usable solutions to uncompress each format except shn, w/o opening a cmd prompt or running a batch file, maybe something has changed who knows?

    Usable? I do not know of any shn players. shn ipod?

    For the life of me I have never figured out why the people at winrar or winzip don't just provide a way to add these to their apps w/ appropriate switches. Winzip almost does like arc or lha, but not others. Who needs to extract so many, but everyone has a couple at any given time that they wish had a decent front end.

    I guess I am back on my quest.

    There should definitely be GUI conversion options available for Shorten. Try a few of the links on this search: http://www.google.com/search?q=convert%20shorten%20shn (specifically, http://etree.org/mkw.html

    And while there are no hardware players that I'm aware of, there are plenty of software players that support the format (Winamp being the biggest and obvious choice). If the above link doesn't give you any luck, try installing Foobar2000. It should support SHN files (though you may need to add a plugin to do so), and it includes transcoding functionality so you can pretty easily convert to any other format.

    As a final alternative, you can simply download the CLI decoder and associate it with .SHN files through Windows Explorer. That's not as pretty as a transcoding application, but it'll certainly get the job done.

    XAD, XFD, XPK are Amiga unpackers of many formats on that os. They are similar to Universal extract in useage. And i love each and every one of them. I like to have access and unpack ability for any installer or packed file, no matter what it is. I hope there could never be an installer or packer, that could never be extracted.

    Someone had actually posted a request for Amiga formats on my forum. I'd be happy to add support, but in order to do so I need two things:

    1. a utility to decode/extract the files
    2. sample files to test

    I think I've already found something to do the extracting, but I have no sample files to work with. If you can make some available, I'll test this out and see if I can get it included in the 1.6 final release.

    Is there a way to link Universal Extractor into virus checkers, spy, add and other malware tools in future this would be a bonus. It would that be great for those tools to intergrate with Universal Extractor on the fly.

    That's a very interesting idea. I won't be able to do that for v1.6, but I'll certainly keep it in mind for a future version.

    is that only me or the links are dead?

    Dreamhost (the hosting provider for c1pher.com) has been having network issues over the last couple of days. Unfortunately, there's absolutely nothing I can do about it. Just try again in a few hours.

    CDmage

    <SNIP>

    CDI2nero, BIN2ISO, ISO2MAC, MAC2ISO, ...

    I've looked at CDmage in the past, but it's not suited to my needs very well. It doesn't support CLI arguments for source file and destination directory.

    The other programs you suggested sound interesting. I've tried a couple of them already and ran into issues, but some of them are new. I'll check them out.

  13. 1. I have tested a few Office 2007 files and it worked well

    Awesome. I'll add this to the list of supported formats. Thanks for the heads up.

    Hi nitro322, Just love using, Universal Extractor. Besides others like xfd, xad and more (platform dependant). :D

    I don't follow you here. What are xfd and xad? Are they similar programs to UniExtract? Different formats that you'd like to see supported? Not sure how to respond to this...

    1. Inno and nullsoft installers, possibly more besides. Beta v1.6 tries to extract them wrongly as a zip package, then fails.

    Can you link to any specific installers that behave this way? I've seen this behavior before, but all of my test Inno and NSIS installers behave properly with the beta.

    2. I noticed for a long time, files that are installers, Universal Extractor all versions reports as below....

    As someone stated below, this is basically a generic detection signature. If this signature is returned, UniExtract will try to extract the file using a few generic methods, but for the most part it's blindly guessing. There is no "proper" technique for these types of files, because they are not one single filetype.

    I'll check out the example you posted, though, and see if I can do anything with it.

    I installed Universal Extractor 1.6 beta and then tried to "UniExtract Files..." from the file uniextract16beta.exe itself, but I got an error. It said that it appeared to be an Inno Setup file, but that it was unable to handle it. In the log it sayd "Signature detected: Inno Setup Setup Data (5.1.13)

    This is not directly supported, but i'll try to unpack it as version 5110

    ; Version detected: 5113

    Critical error: The setup files are corrupted. Please obtain a new copy of the program.

    Unpacking failed. This version is not supported.

    ".

    Can You help me?

    It appears that Inno Setup >= 5.1.13 installers are not currently supported by innounp. A few others have reported this as well. UniExtract relies on innounp to extract Inno Setup installers, so until innounp is updated to deal with the new version, I cannot support them.

    The one format I have been trying to add to extractors is SHN Shorten format. Is it possible to add unSHN?

    Are you referring to the lossless Shorten audio compression format? I'm not sure I'd want to go that route. It'd technically be easy to add such support, but it doesn't really align with the original goal of UniExtract to extract, unarchive, and decompress files. Yes, it'd technically involve decompression from a compressed format (SHN) to an uncompressed format (WAV), but the difference is that the compressed version is actually fully usable in its own right. I can't see where adding support for this format to UniExtract would provide much benefit.

    Additionally, if I started including support for audio formats, why should I stop with just SHN? I'd have to add support for FLAC, APE (Monkey's Audio), WV (WavPack), etc. This would greatly increase the package size for UniExtract with, in my opinion, little practical gain.

    I can not extract this file with UE 1.6 BETA.

    this is the setup file from Pstart 2.11

    I've looked at Pstart before. It uses some kind of funky installer that I can't figure out. I think it's actually some kind of SFX installer, but I just don't know what to do with it.

    Ver Universal Extractor relies on PEiD, Trid and possibly others to parse each file for identification. It is these tools that do not know, what the unistaller package is. Though i have tried old and new varieties of this type of installer. Each time report back as v4 v5 or v6. It could say XUYOZ v5.00 or other title. Make no difference, as either identified wrongly or is an unknown install package.

    Well, technically PEiD and TrID are reporting correctly. The installer is a Visual C++ application. The problem is that it's not specific enough. I've actually added quite a few custom signatures to both PEiD and TrID to try to deal with specific installers that I've come across, but there's simply no way I can add support for every possible format out there. As people post examples here I'll check it out and add support (including a new signature if necessary) where possible, but it many cases it just can't be done.

    Maybe then this is the ultimate installer package for now, one that no one can uncompress manualy. This is the coders dream i would have thought, to have an installer secured from public gaze.

    Eh, I have to call bullsh*t on this. This is one of those topics that really gets on my nerves. You can see some of my thoughts on the subject in this 7-Zip forum post.

  14. I'm facing a problem with an apllication when I extract it using this useful tool "uniextract". I can extract every thing in the installer except any folder contains spaces like: "Visual C++". I already test it with the latest uniextract v1.6 beta without success.

    I'll check it out when I get a chance.

    Advice: UniExtract can support Microsoft Office 2007 filetype such as .docx, .xlsx, .pptx... due to they are ZIP file actually.

    Well, I don't have any examples to test with, but assuming they are Zip files then TrID should detect them as such and it should "just work". Can anyone confirm this?

    I find that you added MANY Chinese language files in the tinstaller :rolleyes:

    It seems that Chinese (Simp).ini and Chinese (Simplified).ini are alike, and Chinese (Trad).ini and Chinese (Traditional).ini are the same too.

    And you added my language files in it which makes me happy. But two Simplified Chinese files will make the end users confused :wacko:

    That's weird. They're shouldn't be more than just one of Simplified and one of Traditional. I'll check it out when I get home. I'm not sure what happened.

    I have updated my language file to 1.6. see attachment

    Thanks. I know you've been working on this for a while. Is this Simplified or Traditional? I definitely want to put it on my website as an alternative version and give you credit for it.

  15. I fixed the issue with the standalone/noinst version that a few people have reported. I replaced the file in the original link with the fixed copy. Can someone please download this updated copy and verify that it does indeed work properly?

    Thanks.

  16. Well, I just duplicated that access denied error, though I'll be damned if I know why it's occurring. It has to do with the file and folder permissions on the created directory. To fix the problem (and delete the files/folders that are causing problems):

    1. Right-click on the uniextract16beta_noinst folder and click Properties
    2. select CREATOR OWNER and check "Full Control"
    3. select your username and check "Full Control"
    4. click Advanced
    5. change to the Owner tab
    6. select your username and check "Replace owner on subcontainers"
    7. click Apply
    8. change to the Permissions tab
    9. select your username and click Edit
    10. verify that you have "Full Control" is checked (check it if necessary) and click ok
    11. check "Replace permission entries on all child objects..."
    12. click Ok, then Yes
    13. click Ok again

    This should reset the security permissions on the folder so that you have complete ownership of them. You should be able to now use the program, or delete all of it if you're prefer to use the installer version.

    Now, to try to figure out why this happened in the first place. I haven't changed anything about how that .rar file was created since around the 1.2 release. I just update the filenames each time. :( I'll post back once I figure it out.

    Edit: This is really weird. If I use Universal Extractor to extract that .rar file, it works properly. However, if I extract it with WinRAR, it has the permissions issue described above. WTF? UniExtract uses the official unrar.exe to extract RAR files, so the results should be the exact same. RAR files are capable of store file permissions and resetting them on extraction, but I did not enable that switch when creating the RAR file.

    Edit 2: Well crap. It turns out I had that option enabled in WinRAR after all. Must've done it without realizing it, or at least without realizing the implications. See next post.

  17. But i've got a problem. I unziped the files no install, .exe gimme an error and too i can't remove the unziped files, only i can move to my documents.

    You're the second person to report this issue. I have no idea what's happening, but I'll definitely look into it. In the meantime, try using the installer version. That seems to be more reliable at this time.

    Edit: I just tried downloading and extracting the _noinst.rar package on a separate system and I had no problems with it. Can you (or AgiHammerklau) provide more details about this issue? What OS and SP are you running? Where exactly did you extract the files? Are you running as an administrator or standard (or power) user? Can you post a screenshot or complete textual description of the error message?

  18. Thanks for the beta! Have you had any luck getting those cabs I mentioned earlier to extract? All the cabs that I've had trouble extracting came with InstallShield v12 dlls, and the logs show that UE tries to extract them as v5 cabs

    InstallShield 12.x cab files cannot be supported at this time. See this post for more details.

    As for "version detection", that's really non-existent. I can determine whether it's a MS cab or IS cab using TrID (or 7-Zip, if necessary), and once I know that it's an IS cab i simply try extracting it with i6comp and then, if it fails, i5comp. Since i5comp is run second, that's the one that'll show up in the log file if it fails.

    Just checked out the 1.6 no installer /standalone version and it´s not working for me. When I started the .exe, I got a "no access" error and I can´t remove the folder due to several "in use" errors (7z, simplified chinese,...), even though there are none of those processes shown in the taskmanager.

    That's really weird. Is anyone else seeing this behavior? I've never come across this.

    Unfortunately the Mustek drivers are still unextractable (no valid PE file).

    Have you provided a link to this previously? I don't recall... If not, let me know and I'll test it out.

    Will try again with Win98SE.

    Don't bother. This version will not run under Windows 9x at all. Please see this post for details.

    I'm going to update the changelog file to reflect this.

  19. The beta is ready to go. I'm making it available for everyone, but please keep in mind that when I use the term beta I mean it - the program should work fine, but it has not been tested on anything but my own two systems, and I have a far-from-normal setup. Please download this if you're willing to test and provide feedback on some of the new features. In particular, this includes:

    • Vista support
    • Individual vs. Global preferences (see ChangeLog for details)
    • Preferences GUI functionality
    • Menu bar functionality
    • Code execution warnings
    • Optional component support in installer
    • Installer Admin user restriction

    I haven't actually tested all of these changes on Vista, but assuming I did my job correctly it should just work. Please let me know if you come across any issues at all, but especially from the above major changes. Also, please be aware that language support will be incomplete in the beta. Updated translations will be included in the final release.

    One other note: I'm heading out of town in a couple days. I'll be around tomorrow, so if there are any major issues please report them by tomorrow (Thursday) night. Otherwise, it'll be a few days before I can reply.

    Here are the download links. I'd appreciate feedback on both the installer and standalone versions if possible, as they behave differently.

    Edit 10/11/2008: Please download the 1.6 release candidate instead:

    http://www.msfn.org/board/index.php?s=&amp...st&p=803082

    For reference, here's the complete ChangeLog for the beta.

      Added support for individual user preferences for better Vista support;
    by default, this is enabled for standalone, disabled for installed
    when enabled, UniExtract uses single .ini file as with previous version
    when disabled, individual prefs/history are saved to registry in HKCU
    this can be changed by modifying globalprefs setting in .ini file
    Added menu bar to main GUI;
    includes options to quit, edit preferences, and visit UniExtract website
    Added separate preferences GUI to provide easy access to all options;
    can be invoked through Edit menu or through '/prefs' argument
    Added support for FEAD Optimizer packages (eg, Adobe Reader installers)
    Added support for LZMA compressed files
    Added support for Nero NRG CD-ROM images (data only) via nrg2iso
    Added support for Reflexive Arcade installer wrapper via RAIU
    Added support for WIM (Windows Imaging Format) images via 7-Zip
    Added "Not an InstallShield installer" option to InstallShield method select
    dialog to force UniExtract to handle TrID false positives
    Added components section to installer; makes installation of
    docs, languages, and certain (large) binaries optional
    Added SendTo icon option to installer
    Added internationalization support for decompressed ASPack and UPX files
    Added Hungarian, Portuguese, Romanian, Turkish, and Valencian (Catalan)
    translations
    Added return codes to indicated status of extraction (actually added in 1.5):
    0 = successful exit or user-initiated cancel
    1 = supposedly supported file, but extraction failed
    2 = debug file is not writable, aborted
    3 = unknown executable - cannot be extracted
    4 = unknown filetype - cannot be extracted
    5 = invalid output directory specified
    Fixed bug that displayed debugging message box during Inno Setup extraction
    Fixed support for Microsoft hotfixes (again)
    Fixed support for relative paths
    Fixed support for UNC paths
    Fixed missing Spanish language option during installation
    Removed support for Windows 9x due to new Unicode version of AutoIt;
    9x was never officially supported, but it will not even execute now
    Removed Adobe-specific report (now handled by generic FEAD support)
    Updated UniExtract to prompt user before executing files for extraction;
    can be disabled via warnexecute option
    Updated UniExtract to make ACE, KGB, Pea, and StuffIt support optional
    Updated UniExtract to read English.ini from root install directory
    Updated UniExtract to output debug files to %temp% by default
    Updated UniExtract to verify that debug file location can be written to;
    user's temp directory will be used if selected dir fails test
    Updated UniExtract to disable appendext option by default
    Updated UniExtract changelog to add notice of Vietnamese translation in 1.5
    Updated TrID detection of MS Self-Extracting CAB (Type 1) archives
    Updated TrID detection of Windows Installer (MSI) packages
    Updated TrID detection of Zip Self-Extracting archives
    Updated CD-ROM image support to bypass TrID detection and rely on extensions
    Updated Windows Install patch (.msp) to include pure 7-zip option
    Updated installer to use Start Menu icons page and include uninstall icon
    Updated installer language initialization code for simplicity
    Updated installer to require administrative privileges;
    non-admin users should use binary archive (portable) version,
    or use a copy installed by the system administrator
    Updated installer to prevent association with CHM files under Vista
    Updated installer to support new /nowarnexecute paramater
    Updated installer to support reversed appendext default preference;
    now use /appendext to enable instead of /noappendext to disable
    Updated installer to add {app} in addition to {app}\bin to %PATH% if enabled;
    restores ability easily to call UniExtract.exe from command line
    Updated 7-Zip to 4.52 beta
    Updated innounp to 0.19
    Updated Inno Setup to 5.1.13
    Updated Pea to 1.6 (cannot use newer version due to broken GUI controls)
    Updated UnRAR to 3.70
    Updated UPX to 3.01

  20. Unfortunately, I can't even get to the MSP file. I'm unable to extract the main installer, which tells me that, "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing..." It won't even let me extract the files using the command you provided.

    Sorry, I forgot to tell you that you need the latest .NET framework installed in order to use that parameter.

    <SNIP>

    And the resulting .MSP file is what gives UniExtract some problems with the filenames.

    Ok, I finally got around to testing this again. I was able to get to the MSP and extract it, and as you mentioned there are problems with the filenames. Unfortunately, there isn't much I can do about it. The actual filenames ARE there, but they're scrambled in with the version information and other crap in the filenames. Eg:

    FL_atl71_dll_____X86.3643236F_FC70_11D3_A536_0090278A1BB8
    FL_atl71_dll_1_____X86.3643236F_FC70_11D3_A536_0090278A1BB8
    FL_atl71_dll_6_____X86.3643236F_FC70_11D3_A536_0090278A1BB8

    Here are 3 different versions of atl71.dll. Which one gets installed depends on what kind of system you're running. It's inconvenient, but technically it's accurate. :-) This is an issue with both MSI and MSP files - ripping our the embedded files by brute force like this tends to produce incomplete results. It's almost always better to go with the "administrative installation" option for MSI packages (when possible) rather than either of the other two extraction options, but unfortunately there's no such option for MSP files.

  21. dmg2iso converts compressed (z-lib) dmg images to iso images

    I tried adding support for this in the past, but it didn't work. I downloaded several .dmg files for testing, and dmg2iso could not convert a single one of them. I'd definitely like to add support for the format, but this particular program just doesn't work.

    MDF2ISO is a very simple utility to convert an Alcohol 120% bin image to the standard ISO-9660 format.

    I tried adding support for this as well, but I had similar experiences as above. I could at least get this to convert some of the images I tried, but nowhere near enough to be considered reliable.

    nrg2iso program converts Nero CD images into ISO-9660 CD images.

    This one is already included in 1.6. :-)

    xbiso is an iso extraction utillity for xdvdfs images

    Extract-xiso is the premier backup tool for creating and extracting disc image .iso's of XBox games.

    I'm not opposed to either of these, but I don't have an XBOX and therefore no such ISO images to test.

    WinMount

    This seems to be a commercial program, and as far as I can tell it's not redistributable. Even if it was, I'm not sure if it'd be useful to UniExtract as it seems to mount images rather than extract them. Looks like kind of an interesting app, though, and I've never heard up it before. Thanks for the heads up.

  22. Dunno if this has been mentioned yet, but as I'm using the updated unofficial 1.5.0.1, here's an archive where the data1.cab can't be extracted.

    I finally had a chance to check this out. Unfortunately, it's one of the newer IS 12.x packages, which cannot be extracted with any freely redistributable programs (that I'm aware of). See this previous post for more details.

  23. Thanks! That's exactly what I was looking for.

    For anyone interested, I just finished the download page (complete with the 1.4 installer, thanks to jaclaz). You can find it here:

    http://uniextract.c1pher.com/archive/

    I highly encourage you to use the latest available version, but in the event that you need an older version for some reason you should be able to always download a copy from the above link. It includes all official binary and source code releases.

  24. Random request: does anyone happen to have a copy of the Universal Extract 1.4 installer? I'm uploading all of the older versions to an archive page, but I seem to be missing that file. It was released on 11/18/2006. If anyone still has a copy of this, I'd greatly appreciate it if you could send it to me or post a download link.

    Thanks.

×
×
  • Create New...