AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Zip Thumbnails (Updated:version 4.0.1.6, February 10th 2010)
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
deucengine



Joined: 26 Jan 2010
Posts: 4

PostPosted: Thu Jan 28, 2010 1:20 am    Post subject: Reply with quote

Ok so magically after doing it for the 3rd time it's working. However I still got the error below when running the bat. Thought I'd share it in case others get it as well.

Back to top
View user's profile Send private message
Meganubis



Joined: 29 Dec 2009
Posts: 6

PostPosted: Thu Jan 28, 2010 1:36 am    Post subject: Reply with quote

run as admin, from the top of my head.
Back to top
View user's profile Send private message
T800



Joined: 15 Oct 2006
Posts: 56
Location: Croatia

PostPosted: Thu Jan 28, 2010 5:25 pm    Post subject: Reply with quote

OMG, you're all so impatient Shocked , hold on, I'm putting together a small help/FAQ file to make it a little more 'complete' installer package.
("...prepare for salvation..." \m/ )

Yes, error code 0x80070005 means you are not running under admin account (http://support.microsoft.com/kb/827659). You can open 'Start->All Programs->Accessories' and right click 'Command Prompt' to choose 'Run as administrator', then type 'regsvr32 <full path to dll>'.
Back to top
View user's profile Send private message Visit poster's website
deucengine



Joined: 26 Jan 2010
Posts: 4

PostPosted: Thu Jan 28, 2010 6:06 pm    Post subject: Reply with quote

LOL can't help but be impatient when you have such a useful tool.

I had tried running the batch file as admin but it didn't like it that way. Had to run CMD Prompt as admin to get it to link it. (Gotta love UAC in Windows 7 - My account is admin but Regsvr32 seems to need the UAC athuenication and doesn't work till you run it from an admin CMD Prompt).

Thanks you so very much!!
Back to top
View user's profile Send private message
T800



Joined: 15 Oct 2006
Posts: 56
Location: Croatia

PostPosted: Sun Jan 31, 2010 3:16 am    Post subject: New version released (edited) Reply with quote

The wait is over...

I give you version 4.0.1.6
http://free-sk.t-com.hr/T800/software/cbxShell.htm


Last edited by T800 on Thu Feb 04, 2010 5:54 pm; edited 3 times in total
Back to top
View user's profile Send private message Visit poster's website
noboy
Guest





PostPosted: Sun Jan 31, 2010 12:22 pm    Post subject: Reply with quote

T800: Is it normal for zip not to have the associated icon which is supposed to be in the lower right of the thumbnail or is it just me? My rars have icon.

Will you be putting this in lifehacker.com? Then again, doing this will crash the site... Sad
Back to top
T800



Joined: 15 Oct 2006
Posts: 56
Location: Croatia

PostPosted: Sun Jan 31, 2010 9:20 pm    Post subject: Reply with quote

It seems you will need to disable Zip Folders (aka Compressed Folders).
I googled a bit and it looks like XdN Tweaker (freeware) can do this with one click.

Alternative possibilities:

If you have ZIP associated with some archiver like WinRAR or 7-Zip, rename registry key
HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID
to anything else, eg. _CLSID, it should do the trick.

If you open zip with Explorer, I think this will provide some information:
http://www.annoyances.org/exec/show/article03-202
Beware!
Don't delete registry keys (that can be very bad), just rename them (has same effect as deleting).
You'll maybe need to take ownership of registry key to do that.
Back to top
View user's profile Send private message Visit poster's website
noboy
Guest





PostPosted: Mon Feb 01, 2010 11:39 am    Post subject: Reply with quote

T800: Thanks, the registry trick worked - and it's quite easy to do too.

The XdN Tweaker software didn't work for me (it's a great utility for Win7 tho), so other should just do the registry trick (T800, maybe you can add this trick to the next version maybe?)
Back to top
T800



Joined: 15 Oct 2006
Posts: 56
Location: Croatia

PostPosted: Mon Feb 01, 2010 5:35 pm    Post subject: Reply with quote

Generally, this goes beyond simple registry trick (like installer deletes just one registry key to fix CDisplayEx-related thumbnail problem), so I think it's a job for some other utility.
To disable zipped folders means to possibly mess with registry keys that can't be manipulated from installer because normally only system core has permissions/privileges to change them and/or it gets complicated to make it work in a clean way.

P.S.
All you questions are potentially good FAQ material (I included this one a few minutes ago and updated links).
Back to top
View user's profile Send private message Visit poster's website
raulci



Joined: 09 Feb 2010
Posts: 2

PostPosted: Tue Feb 09, 2010 6:43 pm    Post subject: Reply with quote

Thanks for the app, T800!
But I have some problems to make it work.
I have Win7 x64, and trying to install version 4.0.1.6.

When installed (even using Admin), there is no CBXManager.exe orr CBXShell.dll (neither x64 versions of these files). Only files unins000.dat and unins000.exe are in the installed directory.

Anyway, I downloaded file cbx4002p.zip from previous posts, and put files in the installed directory. I can run CBXManager.exe and CBXManager64.exe, and also register CBXShell.dll BUT can't register CBXShell64.dll. It says can't load file, but i have double checked the path and it is correct. Here is an image (in spanish sorry):



So, thumbs are not generated.

Waiting for your help! Thanks!
Back to top
View user's profile Send private message
T800



Joined: 15 Oct 2006
Posts: 56
Location: Croatia

PostPosted: Wed Feb 10, 2010 6:48 pm    Post subject: Fixed installer Reply with quote

There was a problem with the installer and custom paths (I totally overlooked it, your screenshot pointed me to the error), fixed now.
Arrow Download new installer (file version 4.0.1.6002 and zip comment says February 10th 2010).
Make shore to uninstall old version first, so it doesn't leave files behind.

Here are zipped binaries only (need unrar.dll/unrar64.dll), for those who like to DIY.
Back to top
View user's profile Send private message Visit poster's website
raulci



Joined: 09 Feb 2010
Posts: 2

PostPosted: Wed Feb 10, 2010 7:06 pm    Post subject: Re: Fixed installer Reply with quote

T800 wrote:
There was a problem with the installer and custom paths (I totally overlooked it, your screenshot pointed me to the error), fixed now.


Ok, thanks for the fix!
I have tried and now it installs and works perfect!
Thanks again!
Back to top
View user's profile Send private message
Foolish



Joined: 21 Feb 2010
Posts: 2

PostPosted: Sun Feb 21, 2010 8:25 am    Post subject: Reply with quote

Awesome work T800.

Would it be hard to also apply this to the Window 7's Preview Pane?
Back to top
View user's profile Send private message
Guest






PostPosted: Sun Feb 21, 2010 8:59 am    Post subject: Reply with quote

it already does
Back to top
Foolish



Joined: 21 Feb 2010
Posts: 2

PostPosted: Sun Feb 21, 2010 12:41 pm    Post subject: Reply with quote

Anonymous wrote:
it already does


I'm running Win7 x64 and I don't see anything. Crying or Very sad
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group