InstallAllUsers property not found

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

InstallAllUsers property not found
 
Mike VE




Posts: 168
Joined: 2007-09-09
I am investigating a client installation problem and am building a new test add-in project with an ADX Setup Project for Visual Studio 17 Installer. I have noticed that this now creates a per-user install and I cannot find the InstallAllUsers property on the Add-in designer where it always used to be. Has it been move. How else do I make a per-machine install? Just changing the property on the Setup project does not seem to work.

Thanks

Mike VE
Posted 19 Apr, 2018 03:31:33 Top
Andrei Smolin


Add-in Express team


Posts: 18828
Joined: 2006-05-11
Hello Mike,

InstallAllUsers is a property available on .VBProj projects. You look for RegisterForAllUsers. But simply changing it isn't enough. Find a check list in section Deploying a per-machine Office extension via an MSI installer, see the PDF file in the folder {Add-in Express}\Docs on your development PC.


Andrei Smolin
Add-in Express Team Leader
Posted 19 Apr, 2018 03:47:51 Top
Mike VE




Posts: 168
Joined: 2007-09-09
Thanks Andrei

What had me fooled was that it apparently disappears when the add-in is registered. Once I in-registered there it was.
Posted 20 Apr, 2018 03:20:38 Top
Andrei Smolin


Add-in Express team


Posts: 18828
Joined: 2006-05-11
No problem.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Apr, 2018 04:58:23 Top