Universal Extractor Extract files from any type of archive or application installer
#641
Posted 07 July 2007 - 09:38 AM
#642
Posted 10 July 2007 - 02:00 PM
nitro322, on Jul 1 2007, 11:44 AM, said:
Damnit.
Sorry, I forgot to tell you that you need the latest .NET framework installed in order to use that parameter.
To recap:
.net framework 3 here:
http://www.microsoft.com/downloads/details...;DisplayLang=en
The executable is here:
http://www.microsoft.com/downloads/details...;displaylang=en
The command line is this one:
VS7.1sp1-KB927696-X86.exe /Xp:c:\destinationfoldername\
And the resulting .MSP file is what gives UniExtract some problems with the filenames.
PS: Thanks for the tips regarding the new installshield files. I'll use those tools in the meantime. Let's hope that UniExtract will be able to support them in the near future
Kind regards.
#643
Posted 11 July 2007 - 11:30 AM
Quote
- 7-Zip now can unpack WIM archives
- 7-Zip now replaces incorrect characters in filenames during extracting.
http://sourceforge.net/project/showfiles.p...ackage_id=29413
#644
Posted 11 July 2007 - 01:31 PM
xnguard, on Jun 27 2007, 09:55 PM, said:
you compile a software that is supposed to extract everything and it can't extract it's host EXE.
I tried to extract your EXE with the version I've installed from you EXE and it gave me an error.
Please try to make an zip file or use something else to compile it.
#645
Posted 12 July 2007 - 08:40 PM
nitro322, on Jul 2 2007, 02:07 PM, said:
Added support for LZMA compressed files
Thanks!
And LZMA SDK is 4.49 now.
http://sourceforge.net/project/showfiles.p...lease_id=521029
#646
Posted 14 July 2007 - 10:52 AM
Leolo, on Jul 10 2007, 03:00 PM, said:
Ok, looking into this again.
DigeratiPrime, on Jul 11 2007, 12:30 PM, said:
Awesome. I added WIM support in UniExtract, thanks to the new support in 7-Zip. Thanks for the heads up.
roytam1, on Jul 12 2007, 09:40 PM, said:
And LZMA SDK is 4.49 now.
Updated. Thanks.
#647
Posted 14 July 2007 - 10:58 AM
I'm wondering how will you manage nsis installer in the future since all dll files have been merged in the same on and therefore it won't be possible to use 7zip 4.40's nsis.dll with newer release.
Will you compile your own modifier version of 7zip?
#648
Posted 14 July 2007 - 11:00 AM
Just for those interested, here's a list of the latest developments. The biggest changes here are the new preferences dialog (with corrosponding UI changes to the main GUI) and multi-user preference support. This should resolve the vast majority of Vista issues (I hope). These two items will need heavy testing during the beta period, so I'd really appreciate any feedback on this once the beta is released.
Added support for individual user preferences for better Vista support; by default, globalprefs is enabled for portable, 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 WIM (Windows Imaging Format) images via 7-Zip Updated UniExtract to prompt user before executing files for extraction; can be disabled via warnexecute option 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 TrID detection of Windows Installer (MSI) packages 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
#649
Posted 14 July 2007 - 11:04 AM
Camarade_Tux, on Jul 14 2007, 11:58 AM, said:
Will you compile your own modifier version of 7zip?
No, unfortunately I just had to change over to using the current NSIS extraction support in 7-Zip. It dropped the ability to create an .nsi file, but to be honest the files that were created by 4.40 really weren't that useful anyway. I tried to use them as reference a few times to figure out what an installer is doing, and it's just a major pain in the rear to try to read through and follow. I'd still like to have the feature there if it was possible, but I don't feel it's worth a lot of extra effort to bring it back.
#650
Posted 14 July 2007 - 12:40 PM
Ex:
UniExtract.exe /sub "c:\whatever.zip"
Why?
I dislike adding more entries to the context menu. I try to use a SendTo shortcut if possible, and the way shortcuts work it is not possible to have switches after a dropped file. (That I know of)
This post has been edited by mushu13: 14 July 2007 - 12:48 PM
#651
Posted 14 July 2007 - 01:17 PM
nitro322, on Jul 14 2007, 06:04 PM, said:
Camarade_Tux, on Jul 14 2007, 11:58 AM, said:
Will you compile your own modifier version of 7zip?
No, unfortunately I just had to change over to using the current NSIS extraction support in 7-Zip. It dropped the ability to create an .nsi file, but to be honest the files that were created by 4.40 really weren't that useful anyway. I tried to use them as reference a few times to figure out what an installer is doing, and it's just a major pain in the rear to try to read through and follow. I'd still like to have the feature there if it was possible, but I don't feel it's worth a lot of extra effort to bring it back.
This quite annoys me because I sometimes repackage apps and having the .nsi file was a lot more than handy.
One solution would be to find whether the file is a NSIS file and use a different version of 7zip to extract it but that's not very sexy.
I'll try to mod 7zip and provide a version which is able to extract .nsi files.
Btw, unshield compiles under mingw and with default optimizations, it takes 109+47.8KB (dll+main executable). With size optimizations, it takes 100+45.8KB. Not that bad. =)
#652
Posted 14 July 2007 - 03:09 PM
mushu13, on Jul 14 2007, 01:40 PM, said:
Ex:
UniExtract.exe /sub "c:\whatever.zip"
You can create a SendTo shortcut that opens the file in the UniExtract GUI and by default will extract to the '/sub' directory if you just hit enter. This will actually be included as an option in the 1.6 installer. Does that work for you, or are you just really wanting to skip that "hit Enter" step?
Camarade_Tux, on Jul 14 2007, 02:17 PM, said:
Sorry man, I didn't know anyone was utilizing that functionality. I'd strongly prefer to not include two versions of 7-Zip as that would significantly increase the package size, and it's already becoming bloated enough (with all the new format support it's now 11 MB uncompressed). I wouldn't necessarily be opposed to a modified .dll that restores the previous functionality, though I can't say I'm really a fan of the idea of including a non-official build of 7-Zip. Have you asked about this on the 7-Zip forum? Maybe since the whining over on the NSIS forum has died down Igor would be willing to restore that functionality in current builds?
Camarade_Tux, on Jul 14 2007, 02:17 PM, said:
Very cool. Question, though - do you know of any InstallShield packages that are not supported by UniExtract that will work with unshield? I haven't been able to find any in my test collection, and so I haven't yet found a need to add unshield to the mix.
#653
Posted 14 July 2007 - 03:44 PM
nitro322, on Jul 14 2007, 04:09 PM, said:
So after my previous post I poked around in the source an came up with a way to have UniExtract to accept the /sub in either the first or second positions.
ReadPrefs()
if $cmdline[0] = 0 then
$prompt = 1
else
if $cmdline[1] == "/help" OR $cmdline[1] == "/h" OR $cmdline[1] == "/?" _
OR $cmdline[1] == "-h" OR $cmdline[1] == "-?" then
terminate("syntax", "", "")
else
$prompt = 1;GUI on
if fileexists($cmdline[1]) then ;Check for file in first spot
$file = $cmdline[1]
elseif $cmdline[1] = "/sub" then ;Check for /sub in first spot
if fileexists($cmdline[2]) then ;Check for file in second spot
$file = $cmdline[2]
$outdir = $cmdline[1]
$prompt = 0 ;GUI off
else
terminate("syntax", "", "")
endif
else
terminate("syntax", "", "")
endif
if $cmdline[0] > 1 and $cmdline[1] <> "/sub" then
$outdir = $cmdline[2]
$prompt = 0 ;GUI off
endif
endif
endif
; If no file passed, display GUI to select file and set options
Is is kind of sloppy (In my mind at least) but basically its a replacement for the beginning of the current ReadPrefs() section. I realize your source is probably very different from the current public source, but maybe this could inspire you to find a way to implement this in the next version.
#655
Posted 17 July 2007 - 12:06 AM
mushu13, on Jul 14 2007, 04:44 PM, said:
I gave this a little more thought, and I agree that this will be a useful change, but I'm going to hold off until the next version before I implement this. Here's why: one long-standing item on my todo list is proper support for multiple files. In order to do this I'll have to change up how UniExtract deals with the CLI arguments, which means I'm going to have to implement your idea (or something similar) anyway at that time. It'll be a fairly big change, though, and I've already implemented a number of new features in the current dev version, so I'd prefer to get this out as is (just with bug fixes at this point) and then tackle multiple file support in version 1.7.
It'll get done, but it'll take some time. In the meantime, you're of course welcome to just use your modified binary. That section of the code should be very pretty similar between version 1.5 and 1.6, so even when the new version is released it should be pretty easy to merge in your changes and recompile.
Hanschke, on Jul 15 2007, 09:11 AM, said:
Absolutely, as soon as I finish some more testing, resolving whatever bugs I'm able to find myself, and begin communicating with the translators for language file updates. It's coming, just not quite there yet. :-)
#657
Posted 18 July 2007 - 06:05 AM
I have some Visual Studio 2005 CDs MS graciously sent me but I couldn't import the project file.
Also, I wasn't able to install the 2005 Express Edition, my copy of windows not being validated; can't I run a compiler inside a virtual machine? =/
Anyway, I'll ask Igor by mail later today because I fear posting such a thing on the forum might wake up some NSIS dangerous guys.
This post has been edited by Camarade_Tux: 18 July 2007 - 06:08 AM
#658
Posted 20 July 2007 - 08:40 AM
#660
Posted 20 July 2007 - 02:08 PM



Help
This topic is locked
Back to top









