Mark Williams
Posts: 26
Joined: 2010-09-30
|
I am trying to install my browser add-on to a Windows XP test machine. The setup automatically installs .NET 3.5 SP1 and runs the add-on install just fine. However, my toolbar isn’t registered in IE. Here is the adxregistrator log file. Any ideas what the problem is?
One important note: I am using a custom build of AddInExpress.IE.dll using the source code from the Premium edition. I’m compiling it with the Release configuration – Premium configuration does not work.
Add-in Express Registrator Log File: 01/10/2011 11:58:15
Installation directory: C:\Program Files\Press System\ClipsMaster IE AddOn\
Registrator version: 6.2.3049.0
-------------------------------
11:58:15 Starting the add-in registration process.
11:58:15 Loading mscoree.dll
11:58:15 Success.
11:58:15 .NET Framework installation directory:
11:58:15 The latest version of .NET Framework: 'v4.0.30319'
11:58:15 Loading CLR: v4.0.30319.
11:58:15 Calling CLRCreateInstance method.
11:58:15 Success.
11:58:15 Calling GetRuntime method.
11:58:15 Success.
11:58:15 Calling GetInterface method.
11:58:16 Calling GetInterface method for the CorRuntimeHost interface.
11:58:16 Success.
11:58:16 Starting CLR...
11:58:16 Success.
11:58:16 The CLR v4.0.30319 has been initialized successfully.
11:58:16 Creating a new domain setup.
11:58:16 Success.
11:58:16 Getting the add-in directory.
11:58:16 Success. The directory is 'C:\Program Files\Press System\ClipsMaster IE AddOn\'
11:58:16 The 'shadow copy' is disabled.
11:58:16 Creating a new application domain.
11:58:16 Success.
11:58:16 Getting the base directory for the domain.
11:58:16 Success. The directory is 'C:\Program Files\Press System\ClipsMaster IE AddOn\'.
11:58:16 Searching for the Add-in Express core library.
11:58:16 Success. The 'AddinExpress.IE.dll' file is found.
11:58:16 Creating an instance of the 'AddinExpress.Deployment.ADXRegistrator' class.
11:58:16 Assembly identity is 'AddinExpress.IE'.
11:58:16 The add-in registration process is completed with HRESULT = -2146233054. |
|
Mark Williams
Posts: 26
Joined: 2010-09-30
|
Oh one note - I can register the add-on just fine within Visual Studio 2010. |
|
Sergey Grischenko
Add-in Express team
Posts: 7228
Joined: 2004-07-05
|
Hi Mark.
I have just sent you the ADXRegistrator.cs file. You need to include it in the Add-in Express source code. |
|