Unable to Install AddIn Express for AllUsers on client

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

Unable to Install AddIn Express for AllUsers on client
Custom made installation does not install our add-in for all users. 
Roland Smeets




Posts: 12
Joined: 2005-10-07
Hi,

We made a custom setup for our add-in with VST2008 en adx version 5.1.2022.

We added the output from our add-in project to the custom setup, excluded all 'tlb' dependencies and added the AddInExpress files: 'adxloader.dll', 'adxlauncher.exe' and the 'adxloader.dll.manifest' file, furthermore the setup is set to 'AllUsers' and requires admin priviliges to install.

Our manifest file looks like this:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<assemblyIdentity name="Organice.Office.Integration, PublicKeyToken=9809048fcdbfea5f" />
<loaderSettings generateLogFile="true" shadowCopyEnabled="false" privileges="administrator" configFileName="app.config" />
</configuration>

After installation the AddIn is available for the Admin who installed the AddIn and the entries for the addin are present in the HKCU, but no entries are made in the HKLM....where did we go wrong what did we miss.

Thnx for your help,


Roland.
Posted 28 Jan, 2010 06:58:55 Top
Andrei Smolin


Add-in Express team


Posts: 19138
Joined: 2006-05-11
Hi Roland,

Make sure that the RegisterForAllUsers property of the add-in module is set to true. To find that property in the Properties window, you need to open the designer of AddinModule.cs (or AddinModule.vb) and click the designer surface.


Andrei Smolin
Add-in Express Team Leader
Posted 28 Jan, 2010 07:20:13 Top
Roland Smeets




Posts: 12
Joined: 2005-10-07
Installed the latest version and rebuild the install manifest and added it to our custom setup, this works.
Posted 28 Jan, 2010 10:20:26 Top
Andrei Smolin


Add-in Express team


Posts: 19138
Joined: 2006-05-11
Hi Roland,

Thank you for letting me know.


Andrei Smolin
Add-in Express Team Leader
Posted 28 Jan, 2010 11:09:56 Top