Add-In not getting installed for All Users on PC

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

Add-In not getting installed for All Users on PC
Add-In not getting installed for All Users on PC 
kamalkishore mandhane




Posts: 3
Joined: 2008-11-05
I am using Add-In Express 2008 for .NET, Standard.

I have developed one Add-In for MS Excel, which I want to deploy now.

But the set up project which is created is installing Add-In for user specific.

For example, if I install it using Administrator and log in to same m/c using Test user then the Add-In is not available for Test User.

What we can do on this issue.

I have set the InsatlllAllUsers property to true, still facing same problem.

I read on the forum saying set the property RegisterForAllUsers . But I am not able to find this property.

My requirement is, once I install Add-In on one machine, then it should be available for all users on that machine.
Posted 05 Nov, 2008 02:31:49 Top
Eugene Astafiev


Guest


Hello Kamalkishore,

I have answered you, please check up your Inbox. You need to set the RegisterForAllUsers property of the add-in module.
Posted 05 Nov, 2008 07:26:12 Top
kamalkishore mandhane




Posts: 3
Joined: 2008-11-05
i am again getting another error now.
if build the project and right click on project in project explorer and say Register ADX Project, its giving me following error
previously it was working fine

Error 1 The assembly 'AddinExpress.MSO.2005, Version=4.2.1907.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965' is not registered for COM Interop. Please register it with regasm.exe /tlb. ExcelQuarterUpdate


Error 2 The assembly "E:\ExcelQuarterUpdate\ExcelQuarterUpdate\bin\Debug\ExcelQuarterUpdate.dll" could not be converted to a type library. Type library exporter encountered an error while processing 'MyTestAddin.AddinModule, ExcelQuarterUpdate'. Error: Error loading type library/DLL. ExcelQuarterUpdate

what should i do?
i have registered AddinExpress.MSO.2005 using RegAsm.exe tool, still facing the problem.
Posted 11 Nov, 2008 08:31:51 Top
Eugene Astafiev


Guest


Hello Kamalkishore,

Please try reinstalling Add-in Express.
Posted 11 Nov, 2008 09:09:50 Top
kamalkishore mandhane




Posts: 3
Joined: 2008-11-05
Hello Eugene,
can i create an installer which does not need admin rights for installation

Following are the files in my dependency list folder:

AddinExpress.MSO.2005.dll
AddinExpress.MSO.2005.tlb
AddinExpress.ToolbarControls.2005.dll
Interop.Excel.dll
Interop.Office.dll
Interop.VBIDE.dll
VBE6EXT.OLB

also there is extensibility.dll file in the file sysytem.

do i have to remove any of the above files
Posted 14 Nov, 2008 02:56:44 Top
Eugene Astafiev


Guest


Hello Kamalkishore,

Please exclude any tlb or olb files from your setup package.

You need administrator permissions to install the add-in for all users.
Posted 14 Nov, 2008 11:40:11 Top