Jump to content

mushu13

Member
  • Posts

    41
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About mushu13

mushu13's Achievements

0

Reputation

  1. Multiple File Support is the major change coming in 1.7, last I knew, and will require major restructuring of the code. However, I'm confident nitro will figure it out, he always does.Visible progress bars would be nice, but I think it would be difficult because many of the extraction programs used do not supply much progress information. It could be added to those that do supply progress. A compromise could be to have the output from the command windows piped directly into a single UniExtract dialog, thus simplifying it to only one visible window with all the relevant extraction information. (I believe this was mentioned somewhere in the UE 1.5 thread.)
  2. I am using the newest version, 3.2.12.1. Rolled back and compiled with 3.2.10.0 and it had no problems.Thanks for the clarification! Also, to make it compatible with the newest version, it also needs: #include <ComboConstants.au3>and possibly: #include <StaticConstants.au3>
  3. Good catch, but Nitro seems to already know. It's not as easy to just update the 7z files, new detection and extraction routines must be added and tested. But I'm sure Nitro will get around to it. Keep on the lookout for improvements!
  4. There seems to be an error in the source archive, more specifically I am unable to compile a working binary. Even when starting with the unmodified source, I get this error: A quick Google search for WS_EX_ACCEPTFILES, tells me to insert: #include <WindowsConstants.au3>in with the other #include entries. After that I get a working source, and can then enter my own tweaks (thanks to your new /prefs code I have my /sub code down to 11 lines!). PS. Your link to the "Latest Version" thread, in the UE 1.5 thread, is broken.
  5. In posts 3-5 of this thread we discussed the addition of an option to completely disable the debug file. Mainly to prevent unneeded reads/writes to solid state devices in the NoInst version.
  6. Maybe a dirty little trick would be to add an empty text label at the bottom? Also, I found a bug with with the main program. If the /prefs switch is used, and the user closes the window without pressing 'OK', UniExtract sets idle in the system tray until the user manually closes it.
  7. Vista Home Premium SP1, default Aero theme, default font size. It looks like the separator line is covering up the box and part of the text. Maybe just add some extra buffer space? Well, I'm used to thinking to the extreme, a 'truly portable' program leaves no remnants on the host computer. Making debug files optional would be great, have an option in the preferences to enable/disable debug files?
  8. As you requested in the 'main' thread: Installer: On the 5th screen, "Set Program Options", the bottom row of pixels on the "Warn before executing files" check box has been cut off. Vista: No problems here, installed without issue! NoInst: In order for it to be considered 'truly portable' it should place debug files inside the UniExtract directory by default. General: I went through a handful of archives and it had no problem extracting them all. I'll add more as I find them. Can't wait for the final!
  9. It's back up, turns out the server was unexpectedly taken offline and moved to Texas. LegRoom News Post
  10. Welcome to the forum Ethernety! I would suggest that you reinstall UniExtract and pay close attention to the 4th page of the installer "Select Additional Tasks", it may be necessary that you select "Force association with all supported archive formats" (In French: "Forcer l'association avec tous les formats d'archives")
  11. What file are you trying to extract? Is trid.exe in the bin directory? Have you tried reinstalling UE?
  12. @Hanschke 1.6 is not dead, Nitro has his own stuff to do and will release it whenever he it satisfied with it. @eladkarako You should not update the TrIDDefs file. In an earlier post Nitro said he had heavily modified it and advised against replacing it. It should be okay to update the PEiD executable, as long as you do not replace userdb.txt (custom PEiD signatures). A quick search finds no Hebrew translation yet. To make one, open the English.ini in the UniExtract folder and follow the instructions in the top section.
  13. The installers in question must be password protected to prevent extraction. The extraction can only be finished if you enter the correct password.
  14. VTP is so complicated they had to make their own custom installer, so it cannot be extracted. In my experience, installers that show as Microsoft Visual C++ v6.0 DLL [Overlay] are usually custom.
  15. Probably not, but what is the program you are trying to extract?
×
×
  • Create New...