Windows 7 64bit support

Add-in Express™ Support Service
That's what is more important than anything else

Windows 7 64bit support
Does Addin Express 2009 support Windows 7 64bit? 
Amit Bansal


Guest


Hi Experts,

I just deployed my addin application and it is working fine for all the users except windows 7 64bit.

In the Event viewer it is showing following message

Activation context generation failed for "C:\Program Files (x86)\abc\xyz\adxloader.dll.Manifest".Error in manifest or policy file "C:\Program Files (x86)\abc\xyz\adxloader.dll.Manifest" on line 2. The manifest file root element must be assembly.

Thanks in advance.
Amit
Posted 17 Dec, 2009 06:40:08 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Amit,

Do you have Offiec 2010 64-bit on that machine? If so, it isn't supported currently.

If this isn't the case, then how do you register the add-in? if you use regsvr32, then the correct version of it is located in .\Windows\SysWOW64. The correct cmd.exe is located in the same folder.

Does this help?


Andrei Smolin
Add-in Express Team Leader
Posted 17 Dec, 2009 06:50:41 Top
Amit Bansal


Guest


No, I have Office 2007 on that machine (windows7 64bit).

I am using regasm to register COM Add-in on the target machine, it is working fine for all the other machines (XP, Vista etc).

Am I doing something wrong?
Please help me as it is very crucial for me.

Thanks
Amit
Posted 17 Dec, 2009 23:10:22 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Amit.

Please try to use the following command line to register the add-in:
.\Windows\SysWOW64\regsvr32.exe "<the full path to the loader>\adxloader.dll"
Posted 18 Dec, 2009 10:37:30 Top
Carlos Gonzalez




Posts: 25
Joined: 2009-12-22
We have mostly Windows 7 x64 computers now and our Add-In Express for .NET Outlook 2007 addin is installing and working fine on those.
But we developed it on a Windows Server 2003 x86 on Visual Studio 2008. I don't know if that makes a difference.
Posted 22 Dec, 2009 23:22:01 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Carlos,

This doesn't make a difference if you register/unregister the add-in using the custom actions provided by Add-in Express; if you use regsvr32 then you must use its 32-bit version when registering/unregistering 32-bit add-ins. Office 2000-2007 is 32-bit and add-ins for these Office versions are 32-bit.


Andrei Smolin
Add-in Express Team Leader
Posted 23 Dec, 2009 06:34:10 Top
Amit Bansal


Guest


Hi Team,

Is there any difference between regasm and regsvr32?

Regards,
Amit
Posted 23 Dec, 2009 23:31:48 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Amit,

As far as I know, using regasm to register the add-in requires administratice permissions. Therefore, you can use regasm to register a per-machine (HKLM) add-in; to register a per-user (HKCU) add-in you must use regsvr32.


Andrei Smolin
Add-in Express Team Leader
Posted 24 Dec, 2009 07:45:16 Top
Amit Bansal


Guest


But we want to install it on the machine level not on the user level.
Posted 30 Dec, 2009 01:10:33 Top
Eugene Astafiev


Guest


Hello Amit,

But we want to install it on the machine level not on the user level.


In that case you need to use the regsvr32 utility.
Posted 05 Jan, 2010 08:18:34 Top