vista right click

General and specific configuration/INI settings

vista right click

Postby mycamel » Wed Nov 29, 2006 7:10 pm

Hi. I'm running 12.20a on Vista and I don't have the right-click open with Ultraedit functionality. Does anyone know how to make that work on Vista?

Thanks,
Mike
User avatar
mycamel
Newbie
 
Posts: 3
Joined: Wed Nov 29, 2006 12:00 am

Re: vista right click

Postby Mofi » Thu Nov 30, 2006 7:40 am

Have you integrated UltraEdit to the Explorer shell at Advanced - Configuration - File Associations?
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4066
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: vista right click

Postby mycamel » Thu Nov 30, 2006 3:58 pm

Yes, I checked that. I also specified to do so during the install.
User avatar
mycamel
Newbie
 
Posts: 3
Joined: Wed Nov 29, 2006 12:00 am

A workaround to the context menu issue

Postby darrel » Sat Dec 09, 2006 11:03 am

I'm using UltraEdit v12 in Vista and the context menu "Edit with UltraEdit" is missing, which I've seen also occurred to others. This is what you can do to get around the problem:

[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="Edit with UltraEdit"

[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="\"
C:\\Program Files\\UltraEdit\\uedit32\" %1"

This is by no means a fix since it's step backwards, but it will do the trick until a solution is found.
User avatar
darrel
Newbie
 
Posts: 1
Joined: Sat Dec 09, 2006 12:00 am

Re: vista right click

Postby mycamel » Fri Dec 15, 2006 1:43 pm

Thank you for the temp fix. I did report the problem to IDM, so by the time vista goes public it will most likely be resolved. I told myself I wouldn't run vista until at least SP1, but when I got a hold of the non-beta I couldn't resist. I actually am really enjoying it. It's been a little rough, but none of the problems I've run into so far have been show stoppers.
User avatar
mycamel
Newbie
 
Posts: 3
Joined: Wed Nov 29, 2006 12:00 am

Re: vista right click

Postby |3ugger » Mon Mar 05, 2007 10:27 pm

I don't mean to sound like a complete noob but...

Can somebody please explain how to enter the entries into the Registry.

I have found the "UltraEdit" key but what exactly am I adding here. Is there something missing from the instructions?

Thanks
User avatar
|3ugger
Newbie
 
Posts: 2
Joined: Mon Mar 05, 2007 12:00 am

Re: vista right click

Postby Mofi » Tue Mar 06, 2007 8:48 am

Okay, here is the same for guys who don't know how to work with Regedit. Open a new file in UltraEdit and copy following lines to it:

REGEDIT4

[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="Edit with UltraEdit"

[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="\"
C:\\Program Files\\UltraEdit\\uedit32.exe\" %1"

Modify the red highlighted part to your environment. Instead of a single backslash you must type in this string always 2 backslashes (like in C/C++ and many other programming languages).

Save the file with the extension reg, for example UE_To_Context_Menu_For_Vista.reg

Now double click in Explorer on this file and Regedit will ask you if you really want to import this file into the registry. Click twice OK.

@= is in the exported registry file what is shown in Regedit at top in the right panel as (Default). The default value always exists for a key and is by default always a string value. If you want to enter the string with Regedit directly by double clicking on the default value, you must know that in this dialog the string must be entered without the escape character \ which means only a single backslash and only " instead of \".
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4066
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: vista right click

Postby |3ugger » Tue Mar 06, 2007 7:37 pm

Once I imported the data into the registry it was obvious what I needed to have done.

Basicly the "UltraEdit" and "command" are new keys with the Default value set to what was in @=""

I was trying to add command as a string with the value of what was in @=""

No wonder it wasn't working!

Thanks for that! Much appreciated!
User avatar
|3ugger
Newbie
 
Posts: 2
Joined: Mon Mar 05, 2007 12:00 am

Re: vista right click

Postby dcfly » Wed Mar 07, 2007 2:08 am

I'm running retail Vista Business x64 for a week and my UltraEdit (12.20a) right-click option is working well. It shows up in the context menu as simply "UltraEdit."
User avatar
dcfly
Newbie
 
Posts: 2
Joined: Sun Mar 04, 2007 12:00 am

Re: vista right click

Postby dcfly » Sun Mar 25, 2007 9:13 am

I've noticed that disabling User Account Control has made my right-click UltraEdit option go away. I know how to fix this but thought I should note it here.

Vista x64 Business
UE 12.20a
User avatar
dcfly
Newbie
 
Posts: 2
Joined: Sun Mar 04, 2007 12:00 am

Re: vista right click

Postby MagFly » Wed Aug 22, 2007 12:38 pm

I have UAC disabled in Vista x64 and I dont get the context menu to work.
I get an error when trying to register "ue64ctmm.dll", so my guess is that ue64ctmm.dll has some UAC handling bugs that kicks in if UAC is disabled that prevents the dll from work or even register at all.

If this is the case, my guess is that IDM isnt using the "TOKEN_ELEVATION_TYPE" as they should to check if the splitted token is missing due to UAC being off or becuase the user really is a simple standard user.

I beleive that they are ONLY checking "TOKEN_ELEVATION" at this moment when they detect Windows Vista is the host OS.
User avatar
MagFly
Newbie
 
Posts: 2
Joined: Tue Aug 21, 2007 11:00 pm

Re: vista right click

Postby davidwwatts » Fri Aug 15, 2008 1:58 pm

I got this REG file to work by modifying the path where UltraEdit is installed:

Code: Select all
REGEDIT4

[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="Edit with UltraEdit"

[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="\"C:\\Program Files (x86)\\UltraEdit\\uedit32.exe\" %1"

By default, UltraEdit gets installed in C:\Program Files (x86)\UltraEdit
David.
davidwwatts
Newbie
 
Posts: 1
Joined: Fri Aug 15, 2008 1:55 pm


Return to Configuration/INI Settings