How do I disable the Check for Updates on the Help Menu

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

How do I disable the Check for Updates on the Help Menu

Postby jam62m » Wed Dec 19, 2007 3:53 pm

How can I disable the Check for Updates located on the Help Menu on the toolbar? We are going to deploy UltraEdit-32 through an automated process. I repackaged the software in an MSI. Is there a special registry entry I can create in the package that will grey out this menu item? Users will not have local admin rights to their computer and we do not want them to make any attempt to install updates. I did find the registry entry HKCU\Software\IDM Computer Solutions\UltraEdit String: Display Ad. The value is set to 1 by default. Is this the registry string that turns off any display message informing the user that there is an update?

Regards,
jmac
User avatar
jam62m
Newbie
 
Posts: 2
Joined: Wed Dec 19, 2007 12:00 am

Re: How do I disable the Check for Updates on the Help Menu

Postby maryv » Wed Dec 19, 2007 7:52 pm

Try a search on the UltraEdit website, jmac. Failing that, I'd contact IDM directly. Sounds like you're doing a full site, and I'm sure someone at IDM can handled situations like yours.
User avatar
maryv
Basic User
Basic User
 
Posts: 26
Joined: Wed Mar 21, 2007 11:00 pm

Re: How do I disable the Check for Updates on the Help Menu

Postby Mofi » Thu Dec 20, 2007 9:31 am

You should set Display Ad and Query User For Updates to 1. If these 2 settings are stored in the registry under [Settings] or in the INI file depends on your version of UltraEdit. Since v13.20 they are stored in the INI. If you still see it in the registry although you use v13.20 or later than they are from a previous version and you can delete it from registry.

Note: There are 3 other versions in the INI which are important on updates:

[Settings]
Version=


is the version for the INI file itself. If this version does not match with the INI version in the EXE (must not be identical with the EXE version), UltraEdit shows on first start some dialogs like the file association dialog. With this version UltraEdit detects down- and upgrades.

[Version]
Menu=
Toolbar=


in the INI are the versions of the 2 standard menu and toolbar profiles Advanced and Basic. If one of these 2 versions does not match with the internal versions for the menu and toolbar profiles, UltraEdit shows on first start the dialog for updating (= replacing) Advanced.* and Basic.* in the directory of uedit32.ini.

The only possibility I know to make it more difficult for the user to check for an update is to customize the Advanced and Basic menu and remove the "Check for Updates" menu item. But an experienced user could add it back to the menu with using the menu customization dialog.

I don't know if there are special settings for companies to restrict some functions. I recommend also to ask IDM support per email for help.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4066
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: How do I disable the Check for Updates on the Help Menu

Postby jam62m » Thu Dec 20, 2007 5:09 pm

To All,

Thanks for replies. I receive a response from IDM Tech support on this subject.
They said you can do the following to disable Check for Updates.

By default the locks are not set. UltraEdit reads the settings first from the INI file.

You will need to copy and paste the following into your INI file to set this lock:

[Locks]
Updates=1

If anyone needs to do lock this feature down in their environment, this is how to do it.
User avatar
jam62m
Newbie
 
Posts: 2
Joined: Wed Dec 19, 2007 12:00 am


Return to UltraEdit General Discussion