How to avoid UltraEdit file association dialog after update?

General and specific configuration/INI settings

How to avoid UltraEdit file association dialog after update?

Postby uelx » Wed Aug 18, 2004 9:26 pm

What registry keys do I have to add to my UltraEdit installation to make sure that the file association window will not appear after a user runs UltraEdit for the first time.

Setting "HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraEdit\Settings\CheckAssociations" to 0 does not work.

Thanks,
Lex Jansen
User avatar
uelx
Newbie
 
Posts: 3
Joined: Tue Aug 17, 2004 11:00 pm

Re: How to avoid UltraEdit file association dialog after update?

Postby Mofi » Thu Aug 19, 2004 1:25 am

Don't know, what must be set in the registry, because I have set in the INI file to store everything in the INI file and nothing in the registry. In the INI file two settings must be set correctly to not show the file association dialog.

[Settings]
Version=V??.??
CheckAssociations=0

where V??.?? is the actual version of UE, for example V10.10 for 10.10 - 10.10c of UE or V10.20 for 10.20 - 10.20d of UE.

After an upgrade of a new version with different version number, UE detects the version conflict and shows the file association dialog again, independent of the CheckAssociations entry.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4062
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: How to avoid UltraEdit file association dialog after update?

Postby uelx » Thu Aug 19, 2004 7:48 am

Thanks!
It works with this REG file:

Code: Select all
REGEDIT4

[HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraEdit\Settings]
"CheckAssociations"=dword:00000000
"Version"="V9.20"

Lex Jansen
User avatar
uelx
Newbie
 
Posts: 3
Joined: Tue Aug 17, 2004 11:00 pm


Return to Configuration/INI Settings