Universal Extractor Extract files from any type of archive or application installer
#762
Posted 07 November 2007 - 03:44 AM
#763
Posted 07 November 2007 - 07:52 AM
Quote
#764
Posted 09 November 2007 - 11:15 PM
ladiko, on Oct 13 2007, 05:35 AM, said:
Will check it out. Can you please post a link to an example file?
KyotoMint, on Oct 29 2007, 07:06 PM, said:
Weird. I'll have to investigate. Thanks for reporting it.
radigast, on Oct 31 2007, 11:36 AM, said:
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.
Techie9, on Nov 1 2007, 10:41 PM, said:
Will check it out. Can you please post a link to an example file?
#765
Posted 09 November 2007 - 11:18 PM
elajua, on Nov 7 2007, 04:44 AM, said:
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.
#766
Posted 11 November 2007 - 03:52 AM
maf, on Nov 3 2007, 02:33 AM, said:
Sorry, but I never did find an answer to this. Is this occurring with the 1.6 beta as well?
#767
Posted 11 November 2007 - 06:52 AM
http://download.microsoft.com/download/b/c...f31/w95gray.exe
Also, whenever the /x switch is used on a file (Microsoft Hotfix), is there any way the description can be changed from a cab archive to a hotfix?
the_guy
#768
Posted 11 November 2007 - 04:00 PM
nitro322, on Nov 10 2007, 06:18 AM, said:
elajua, on Nov 7 2007, 04:44 AM, said:
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.
Hi nitro322
New version of innounp (0.20) works well with new version of inno setup but in uniextract no, it uses cmdtotal and files are bad.
cause:
peid internal scan not recognize new version of inno setup (show Borland Delphi 2.0 overlay)
My solution:
1) I add external signature to peid and modify this line $scantypes = _ArrayCreate('deep','hard','ext') to $scantypes = _ArrayCreate('ext', 'deep','hard')
2) modify this line case stringinstr($filetype, "Inno Setup Installer", 0) to case stringinstr($filetype, "Inno Setup", 0)
3) modify this line if (stringinstr(filereadline($debugfile, 1), "Version detected:", 0) _ to if (stringinstr(filereadline($debugfile, 1), " Version detected:", 0) _
All now works.
Old bug: if folder already exist uniextract shows error but it extracts anyway.
#769
Posted 12 November 2007 - 01:05 AM
the_guy, on Nov 11 2007, 07:52 AM, said:
Thanks, will check it out.
the_guy, on Nov 11 2007, 07:52 AM, said:
Shouldn't be too hard. Will look into it.
centurion999, on Nov 11 2007, 05:00 PM, said:
cause: peid internal scan not recognize new version of inno setup (show Borland Delphi 2.0 overlay)
My solution:
Cool, thanks for the detailed report. I'll definitely check it out.
#770
Posted 16 November 2007 - 12:22 PM
I have tried to extract Rocket Dock v.1.3.5, and it comes up with this error:
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.
I updated to the latest version off of the sourceforge site, 1.9. it still does not work.
thanks.
The Program is the best i have ever used for extracting, by the way.
#771
Posted 16 November 2007 - 02:42 PM
j8048188, on Nov 16 2007, 07:22 PM, said:
I have tried to extract Rocket Dock v.1.3.5, and it comes up with this error:
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.
I updated to the latest version off of the sourceforge site, 1.9. it still does not work.
thanks.
The Program is the best i have ever used for extracting, by the way.
Try this version h**p://innounp.sourceforge.net/test020.rar
#772
Posted 23 November 2007 - 11:47 AM
Context menu entries for Universal Extractor have disappeared(for .zip, .msi & .exe), on Vista Home Premium Sp1(btw no such issues on Win XP SP3). I've tried reinstalling, w/ all possible context entries enabled and .zip associated w/ it, of course-- to no avail. Send To shortcut remains in place.
Of note-- may help you-- re related programs:
Those with issues--
PeaZip: identical situation-- all entries disappeared as well + all Send To entries still in place.
ZipInstaller: context entry ONLY appears after archive is opened & listed in Explorer 'Folder' Pane-- ALTHOUGH ONLY if right-clicked from that side, NOT if right-clicked in File pane.
ExtractNow context entries have disappeared for .exe files, but for .zip have NOT disappeared.
7Zip main context 'name' entry is still there, BUT its command submenu NEVER LOADS.
Other related programs "with no such issues(each/all the very latest release, even if beta/rc/etc.)": #7Z, AlZip, IzArc, GSplit.
BTW
A. Universal Extractor, even before reinstall, was the last program of its kind installed.
B. SP1 for Vista was only installed 2 days ago.
C. Universal Extractor was upgraded to present Beta 1.6, w/ no issues, from the day it was released to the public.
Dollars to Doughnuts this is a Vista change issue--
1. NO such issues on WinXP SP3, &
2. Going by MS deadline to programmers to comply with all Vista OS changes: something along the lines that 'initially' older programs could still run normally w/ some older behaviors allowed & expected folder locations still in place... until xx date.
One other possibility:
some critical windows services "may need to be set to Automatic" for Universal Extractor to function properly??? i constantly weed out unnecessary ones-- although rarely Disable, usually set to Manual.
For instance: i had slsvc & SLUINotify set to Manual(after subsequent restart one Started, the other did not-- btw one depends on the other: cannot be started / stopped if the other one is stopped / started)... and lost Control Panel functionality... they both MUST be set to Auto.
And... i DON"T have MS Update set to auto.
Again, fantastic work on your part... thank you.
This post has been edited by horsecharles: 23 November 2007 - 11:49 AM
#773
Posted 23 November 2007 - 10:10 PM
#774
Posted 24 November 2007 - 10:56 AM
7-Zip 4.56 beta - http://downloads.sou...enzip/7z456.exe
ARJ32 3.14a - http://mysite.verizo.../arj32v314a.exe
StuffIt Expander 12.0.0.3 - http://www.stuffit.c...-downloadv.html
maybe there are other updates too but i dont find the most files
#775
Posted 27 November 2007 - 01:19 AM
Can you fully automate the command line by adding the following switches?
- Rename extracted files automatically if file with the same name already exists. Renamed file will get the name like 'filename(N).txt', where 'filename.txt' is the original file name and 'N' is a number starting from 1 and incrementing if file exists.
- Set a password to decrypt files during extraction.
- Disable error and/or prompt messages.
- Recurse subfolders for archives
- Specify another log file name instead of the default UniExtract.txt in the switch, for example, -ilogc:\log\backup.log
- Specify default extraction tools to avoid user intervention (maybe put this one in the INI)
Thanks!
#776
Posted 27 November 2007 - 06:17 AM
Just want to give my thanks for this fantastic little program. I use it all the time and my system is so much cleaner because of it. Extremely well done.
turrethead
#778
Posted 11 December 2007 - 09:28 PM
http://www.msfn.org/board/Tool-Hide-consol...ows-t49184.html
Or at least an option some how, say a registry setting or something. After all you already have that night progress window so why show ugly cmd windows.
Thanks!
#779
Posted 22 December 2007 - 07:29 PM
Thanks for all your work on Universal Extractor nitro322 and Merry Christmas.
#780
Posted 23 December 2007 - 02:50 AM



Help
This topic is locked
Back to top









