Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.



pepemosca wrote:How does the UltraEdit Portable edition knows where the UltraCompare Professional Portable edition is?
Will the Portable edition solve my problem of not being Administrator and being able to use the UC integration with UE?



Compare EXE = "fully qualified path of EXE"



Compare EXE="C:\Program Files (x86)\IDM Computer Solutions\UltraCompare\UC.exe"
REGEDIT4
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\uc.exe]
@="C:\\Program Files\\IDM Computer Solutions\\UltraCompare\\uc.exe"
"Path"="C:\\Program Files\\IDM Computer Solutions\\UltraCompare\\"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\uedit32.exe]
@="C:\\Program Files\\IDM Computer Solutions\\UltraEdit\\uedit32.exe"
"Path"="C:\\Program Files\\IDM Computer Solutions\\UltraEdit\\"
pepemosca wrote:Are you sure is the same code for Windows Vista 64?

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\uedit32.exe]
"Path"="C:\\Archivos de programa\\UltraEdit\\"
@="C:\\Archivos de programa\\UltraEdit\\uedit32.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\uc.exe]
"Path"="C:\\Archivos de programa\\UltraCompare\\"
@="C:\\Archivos de programa\\UltraCompare\\uc.exe"Compare EXE="fully qualified path of EXE"