In the course of the installation of trados, I have the runtime of the installshield ISProbe.tlb failing with error 2 (not found), although it's correctly there as well as dao2535.tlb of microsoft shared (not there but I could get it from the XP installation). Questions are: Why is the first seen as not found although it's there - is this a registry problem? Are these files important (DAO) and is it enough for me to copy them from the windows installation (which would maybe bring me back to first issue)
a .tbl file needs a key in the registry under \HKEY_CLASS_ROOT\Typelib\{CLSID of the component}. You can make a serach with regedit for "ISProbe.tlb". If no occurence is found, then your error is normal. A tlb file is very important for COM object to be used in a out-of-process way. And just copy it will not solve the problem because you need to register it into the registry. And if you register the tbl file, you'll need to register the component itself. In other word, try to install the application which provides the wanted component.
In which registry file? Looks like there is something more to add then because the only occurrence of HKEY is with the .NET and Java. There is no registry entry simply starting with HKEY and probably I will have to know the path to the .NET application like here: [Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v2.0.50727.00000\\winword.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}\\Registry Keys\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1216821126 "Key Name"="HKEY_CLASSES_ROOT\\Interface\\{000C0601-0000-0000-C000-000000000046}" "Key Presence"=dword:00000000 Please however note that on this test MS office is not installed, this patch on winword.exe is only for Trados. The HKEY is also not the same number as the number on the first line.
OK, all data here: The entry is there where you told me. On the main section (after the number): Name: standard REG_SZ data: value not set 1.0 standard REG_SZ Installshield DevStudio Setup kernel win32 standard REG_SZ Path of the file (up to the file) flags standard REG_SZ 0 helpdir same path as win32 to the directory containing the file (path not to the file itself) Is there a reason that the software cant find it? Should I complete helpdir?
Timeout: I was able to import .tlb files from .NET 1.1. I'll have to go back and see what I did at a later time. Can this wait until this weekend for me to look at it? James McKenzie -----Original Message----->From: Timeout <wineforum-user at winehq.org> >Sent: Jul 24, 2008 8:46 AM >To: wine-users at winehq.org >Subject: [Wine] Re: Is Wine supporting .tlb files > >If I launch the installation, I have to know which debug channel to activate, otherwise I will end up with a log of 400MB. > >I can't launch the installation without the installshield (components independently one from another) because otherwise I get a weird message that the service pack of this installer can not be applied to this version and the installation is aborting. > >Furthermore I have to know exactly when to cut it because it looks like this installshield component is installed with trados (where the first time this error is occuring) which is crashing at the registration. Then synergy installs fine (but is never working in a trial mode) and then on SDLX you get back to the error (in the past regasm.exe had exacly the same crash as with Trados but now the component is being launched again and it goes through after waiting approx. 10 mn for wine to debug a page fault and it ends with this error). > > > > >