duup
Posts: 6
Joined: Wed Jun 12, 2013 11:22 am

office addin for all users

Hi,
where can i find some in the documentation on creating an installer for an office vsto addin, specifically on the 'only for me/for all' option?
I get the installer to work fine on the 'only for me', but it is failing on the 'for all' option.
I think the problem is related to the restricted user path in the APPDIR setting.

Thanks for your guidance!
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: office addin for all users

Hello,

Indeed this may happens if the related Add-in is creating registry entrance under the Current user. You should create the registry entrance under the HKEY_LOCAL_MACHINE registry.

In order to achieve that you can go in the Registry page and create the entrance for the related add-in so it can be registered under the local machine. This should allow the Add-in to be available for all users.

Also, can you please make sure that you have the Per-machine only(fails if user is not administrator) option for the Installation type from the Install Parameters page.

Please let us know if that helped.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
duup
Posts: 6
Joined: Wed Jun 12, 2013 11:22 am

Re: office addin for all users

OK thanks. Will experiment with it.
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: office addin for all users

You're welcome.

Please let us know if you need any help.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”