MSFN Forum: Universal Extractor - MSFN Forum

Jump to content



  • 44 Pages +
  • « First
  • 22
  • 23
  • 24
  • 25
  • 26
  • Last »
  • You cannot start a new topic
  • This topic is locked

Universal Extractor Extract files from any type of archive or application installer

#451 User is offline   rehack 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 31-January 06

Posted 13 February 2007 - 09:46 AM

this looks pretty straightforward for the cascading menu:

http://www.codeguru.com/cpp/com-tech/shell...icle.php/c4505/

and i don't believe it'll require any libraries you either can't get from ms through free sdks, or include from lcc-win32's/mingw's free set.


#452 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 13 February 2007 - 09:57 AM

I took a quick peek and look at this:

Quote

With ATL this is really a snap.

Now, go here : I don't know any compiler other than VS that handles ATL so we'll need something else. Or maybe someone can do compile it for you.

#453 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 February 2007 - 05:21 PM

Will UniExtract add the extract to subdir context for .Gadget files?

This would be awesome for VAIO and the Vista Sidebar users on XP and 2k3

#454 User is offline   nitro322 

  • Advanced Member
  • Group: Developers
  • Posts: 387
  • Joined: 05-November 04

Posted 13 February 2007 - 08:53 PM

View Postricktendo64, on Feb 13 2007, 05:21 PM, said:

Will UniExtract add the extract to subdir context for .Gadget files?

What are .Gadget files? If it's something that requires Vista, then I won't be able to add support for it anytime soon. If it's something I can test out under XP, then I'll at least give it a shot.

#455 User is offline   rehack 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 31-January 06

Posted 14 February 2007 - 08:56 AM

View PostCamarade_Tux, on Feb 13 2007, 10:57 AM, said:

I took a quick peek and look at this:

Quote

With ATL this is really a snap.

Now, go here : I don't know any compiler other than VS that handles ATL so we'll need something else. Or maybe someone can do compile it for you.


the atl is confined to 2 header files that just prototype the com exports - everything else is pure win32 (hmenus and all).

but i don't know how annoying it might be to export the com interfaces without that atl header :(

#456 User is offline   phkninja 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 466
  • Joined: 28-February 05

Posted 14 February 2007 - 10:00 AM

are you sure its only 2 header files?

All i can see is 2 ATL classes (dont see header definitions). This could mean over 20 headers, as knowing microsoft the classes in question refrence info from a load of other classes. which would mean reading through all the ATL just to rewrite the required info.

#457 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 February 2007 - 11:06 AM

View Postnitro322, on Feb 13 2007, 10:53 PM, said:

View Postricktendo64, on Feb 13 2007, 05:21 PM, said:

Will UniExtract add the extract to subdir context for .Gadget files?

What are .Gadget files? If it's something that requires Vista, then I won't be able to add support for it anytime soon. If it's something I can test out under XP, then I'll at least give it a shot.
Nope you dont need vista... .Gadget files are nothing but renamed .zip or .cab files that contain gadget files for the windows sidebar

More Info on how to get them on XP http://www.wincert.n...p?showtopic=485

#458 User is offline   Drugwash 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 869
  • Joined: 21-June 06
  • OS:98SE
  • Country: Country Flag

Posted 14 February 2007 - 12:18 PM

I needed to perform some tests so I downloaded the Office XP update (KB920816) from here and tried to unpack it with UniExtract 1.5 beta.
Unpacking went fine, apparently - got 4 files in the destination folder, no errors from UniExtract. Then, I tried to unpack the resulting RICHED20.MSP. This time I got an AutoIt error (see screenshot). I'm using Win98SE. The log follows:
TrID/32 - File Identifier v2.02 - © 2003-06 By M.Pontello
Definitions found: 2359
Analyzing...

Collecting data from file: C:\Downloads\oxpp\RICHED20.msp
61.4% (.MST) Windows SDK Setup Transform Script (63019/2/6)
30.7% (.PPT) Microsoft PowerPoint document (31500/1/2)
7.8% (.) Generic OLE2 / Multistream Compound File (8000/1)


Posted Image

#459 User is offline   nitro322 

  • Advanced Member
  • Group: Developers
  • Posts: 387
  • Joined: 05-November 04

Posted 14 February 2007 - 11:21 PM

View Postricktendo64, on Feb 14 2007, 11:06 AM, said:

Nope you dont need vista... .Gadget files are nothing but renamed .zip or .cab files that contain gadget files for the windows sidebar

More Info on how to get them on XP http://www.wincert.n...p?showtopic=485

If they're just renamed Zip files, then they should work just fine with version 1.5. TrID should detect the fact that it's a Zip file, regardless of the extension. I still wasn't able to test it, though, because I still couldn't find an example to work with. I tried downloading "Vista RTM Sidebar for Windows XP" from the link you provided, but it didn't include any actual .gadget files, nor could I find any other obvious link in that thread (of course, I don't know what I'm looking for). If you can give me a direct link to something, I'll test it out to be sure.

View PostDrugwash, on Feb 14 2007, 12:18 PM, said:

Then, I tried to unpack the resulting RICHED20.MSP. This time I got an AutoIt error (see screenshot). I'm using Win98SE.

I just tested this file under XP and it seems to work fine. I have not tested any cmdTotal functionality under Windows 9x, so that's likely the cause of the problem. I'll take a look at it when I get a chance and see what I can do, but as a reminder I don't officially support Windows 9x for the reasons listed here.

#460 User is offline   nitro322 

  • Advanced Member
  • Group: Developers
  • Posts: 387
  • Joined: 05-November 04

Posted 14 February 2007 - 11:28 PM

View Postnitro322, on Feb 14 2007, 11:21 PM, said:

I still wasn't able to test it, though, because I still couldn't find an example to work with.

Is this what you're talking about? Check out the "download the code / gadget from OdeToCode" in the second paragraph of the article. I tested that file and it does indeed work fine.

#461 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 February 2007 - 11:41 PM

Yep thats a sidebar gadget :)

Heres another if you want to give it another go Attached File  AlbumArt.rar (32.23K)
Number of downloads: 20 (its inside the rar file)

#462 User is offline   nitro322 

  • Advanced Member
  • Group: Developers
  • Posts: 387
  • Joined: 05-November 04

Posted 15 February 2007 - 01:13 AM

View Postricktendo64, on Feb 14 2007, 11:41 PM, said:

Heres another if you want to give it another go Attachment AlbumArt.rar (its inside the rar file)

Confirmed, works fine.

#463 User is offline   Surfer 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 09-July 06

  Posted 15 February 2007 - 08:03 AM

nitro322

We can't wait. When its done ? :hello: :rolleyes:

#464 User is offline   Drugwash 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 869
  • Joined: 21-June 06
  • OS:98SE
  • Country: Country Flag

Posted 15 February 2007 - 08:03 AM

I don't think the problem is in cmdTotal, because I just tested it standalone and it loaded the plug-in fine, it performed everything correctly, the destination folder was created but there was no file in that folder, so it actually didn't extract anything.
(Snippet from KaKeeware site: Requirements Windows 9x/2000/XP or newer)
Posted Image

Maybe there's some other unpacker that wouldn't play nice. Is there any possibility to create a very detailed and verbose log during the (attempted) unpacking, so one could find the reason for such errors? I'm willing to perform some tests here, time allowing.

This post has been edited by Drugwash: 15 February 2007 - 08:07 AM


#465 User is offline   nitro322 

  • Advanced Member
  • Group: Developers
  • Posts: 387
  • Joined: 05-November 04

Posted 15 February 2007 - 01:58 PM

View PostSurfer, on Feb 15 2007, 08:03 AM, said:

We can't wait. When its done ? :hello: :rolleyes:

Yeah, I know it's been a long time coming. Believe me, I'm quite ready to be done with this version. As for the actual release date, I'm thinking it should be ready on Monday. Two reasons:

First, I'm still waiting for one language file. Getting the updated language files has been the main delay, but at this point I'm ready to just drop the missing language and then add it back later once I do finally get the updated version.

Second, I may be away from the computer for the next few days, so I want to hold off on the next release. The last time I rushed out a release before leaving town (Thanksgiving) proved to be a rather bad experience. I don't want to repeat that.

So, check back here next Monday.

View PostDrugwash, on Feb 15 2007, 08:03 AM, said:

I don't think the problem is in cmdTotal, because I just tested it standalone and it loaded the plug-in fine, it performed everything correctly, the destination folder was created but there was no file in that folder, so it actually didn't extract anything.

After playing around with it for a few minutes, I think this is yet another path-related issue, which has been the root cause of almost every problem found in Windows 9x so far. <rant>What a complete and total piece of crap.</rant>

I have not yet been able to duplicate your exact error, as extracting the MSP file works fine for me even under Windows 9x. However, I did come across some other weird problems which may or may not occur depending on how Universal Extract is used, how it was installed, which options were selected, whether Bill Gates is currently in a good mood, the alignment of the stars and planets, etc.; basically, a whole lot of dumb crap that makes no sense whatsoever.

I'll keep playing with it and see if I can get something workable, but I'm pretty close to losing my patience with it.

By the way, I also found out that the new "append missing file extensions" option doesn't work under Windows 9x. UniExtract just freezes up, and I have no idea why. I'm not in the mood to debug it, though, so I just disabled the function call if run from Windows 9x. This is an FYI, in case you're wondering why it's not doing anything different when enabled.

#466 User is offline   Drugwash 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 869
  • Joined: 21-June 06
  • OS:98SE
  • Country: Country Flag

Posted 15 February 2007 - 03:13 PM

OK, fine, I got it. Thanks.

#467 User is offline   nitro322 

  • Advanced Member
  • Group: Developers
  • Posts: 387
  • Joined: 05-November 04

Posted 16 February 2007 - 01:26 AM

View PostDrugwash, on Feb 15 2007, 03:13 PM, said:

OK, fine, I got it. Thanks.

You got it working? What'd you do?

Edit: I haven't had a chance to mess with it anymore since my last post.

This post has been edited by nitro322: 16 February 2007 - 01:26 AM


#468 User is offline   Drugwash 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 869
  • Joined: 21-June 06
  • OS:98SE
  • Country: Country Flag

Posted 16 February 2007 - 04:19 AM

No. I mean I got the "message". I'm done here. Good luck.

#469 User is offline   nitro322 

  • Advanced Member
  • Group: Developers
  • Posts: 387
  • Joined: 05-November 04

Posted 16 February 2007 - 09:30 AM

View PostDrugwash, on Feb 16 2007, 04:19 AM, said:

No. I mean I got the "message". I'm done here. Good luck.

Oh. Sorry man, I wasn't really trying to send a message. I was just in a rather bad mood that day and Windows' lack of cooperation just wasn't helping. :) I would certainly welcome your continued feedback, as I've been able to fix quite a few issues in the past that I wouldn't have otherwise known about. True, Windows 9x is not a supported OS, as I've mentioned a couple of times, but I still want UniExtract to at least be usable for users of that OS. Obviously all of the features may not work, but there's no reason why the core functionality of selecting a package and extracting its contents should fail.

Anyway, I'd hate to see you go, but I understand I probably came across as an a** in that last post. Just don't take it personally, please.

#470 User is offline   anonymous_user 

  • ͏͏͏
  • PipPipPipPipPip
  • Group: Banned
  • Posts: 963
  • Joined: 25-December 05
  • OS:none specified
  • Country: Country Flag

Posted 18 February 2007 - 10:13 AM

neither release nor beta can extract this hp deskjet driver.

Share this topic:


  • 44 Pages +
  • « First
  • 22
  • 23
  • 24
  • 25
  • 26
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy