"Нет доступа к файлу c:\ProgramData\ABBYY\Lingvo\12.0\Licenses\Licensing.bin"
Проблему можно решить, если выдать права на "Полный доступ" на указанный файл группе "Пользователи" (по умолчанию эта группа имеет доступ только на чтение).
Hi! My name is Leonid, I live in Kharkov, Ukraine and work as a software engineer. Here I record notes on programming, system administration and other, completely unrelated, topics. Some posts here are in English and some are in Russian.
"Нет доступа к файлу c:\ProgramData\ABBYY\Lingvo\12.0\Licenses\Licensing.bin"
Проблему можно решить, если выдать права на "Полный доступ" на указанный файл группе "Пользователи" (по умолчанию эта группа имеет доступ только на чтение).
c:\Program Files\Microsoft Office\Office12\CLVIEW.EXE OUTLOOK.DEV Outlook
CLVIEW.EXE
is Office 2007 help viewer. The path to it may need to be adjusted depending on the location of your Office 2007 installation.
1. Delphi fails to compile a project with a type library (*.tlb file) with the following error:
[Error] RLINK32: Error opening file: "...tlb"The message is in fact misleading, since the TLB file itself is perfectly accessible. Monitoring the compilation process with Sysinternal's Process Monitor revelead that Delphi tries to write a temporary file named dfwtemp.tlb to its
bin
folder (under Program Files), which under Windows 7 is not permitted unless you run Delphi as administrator.
To resolve the problem, grant full access on Delphi bin folder to the Users local group.
2. Windows 7 no longer opens old help files (hlp extension). For some reason Microsoft decided not to include WinHlp32.exe anymore, even though the one from Windows XP works perfectly. To be precise, there IS a file named WinHlp32.exe in Windows directory, but it DOES NOT open HLP files; instead it shows a message that this functionality is no longer available.
To read Deplhi's HLP files (or any other HLP files), copy winhlp32.exe from an XP computer to Windows directory. This is not going to be easy though, since Windows 7 is very fussy about overwriting anything in Windows directory. To overwrite the existing dummy file (which is owned by a pseudo-user TrustedInstaller), first take ownership of it, then grant yourself full access, then copy the file "as administrator".
1. Windows Server 2003 admin pack no longer works, need to download Remote Server Administration Tools for Windows 7 from here.
2. Even then, Dial-in tab is not available. There is an old workaround from Windows XP time that still works though. Its descrption can be found in many places, including here, but here's brief recap:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt] @="" [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt\CLSID] @="{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}" [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt.1] @="" [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt.1\CLSID] @="{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes\{19195a5b-6da0-11d0-afd3-00c04fd930c9}\Extensions\NameSpace] "{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"="RAS Dialin - User Node Extension"
CD /D %SystemRoot%\System32 copy \\ServerName\Admin$\System32\mprsnap.dll *.* copy \\ServerName\Admin$\System32\rasuser.dll *.* copy \\ServerName\Admin$\System32\rtrfiltr.dll *.* regsvr32 rasuser.dll
3. There's no Exchange System Manager for Windows 7 (at least for Exchange 2003). The one from Exchange 2003 doesn't work. The ESM for Vista works, but its installer fails to install it on Windows 7 (it strictly checks for Vista). Some generous soul has hacked the install to work on Windows 7 and made it available for download from this page: http://nwcalc.web44.net/Win7/. See the discussion here