Hi Experts
We have a PowerPoint 365 addin (.ppam) that needs to be distributed to 100+ users and loaded when PowerPoint starts. Pushing the file out to the users is simple but, short of going around each user and manually loading the addin, is there a way of doing this so that it is loaded automatically when PowerPoint starts?
The .ppam contains a custom Ribbon and macro code. The default presentation template is a .potx file and contains only the slide layouts.
Things I have tried so far:
1. I have tried adding a Registry entry as follows: Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\PowerPoint\Addins\MSAL
I have tried the above path with both single and double backslashes.
2. I tried using a macro in another application (Word) to load the addin in Powerpoint. I thought that, once it had been loaded and PowerPoint closed, it would then be loaded automatically the next time PowerPoint is started. The macro in Word successfully loads the .ppam but, when PowerPoint is closed and re-opened, the .ppam addin is not loaded.
3. I've looked at various ideas around running an auto macro when PowerPoint starts. However, I do not *think* these work in 365 and we do not really want to have presentations based on a .potm file because of the security issues, especially if these are shared in that form outside the company (e.g. drafting a joint presentation).
4. I do not think there is a way to do this via GPO, but tell me I'm wrong!
I have reached the point where I am going around in circles and thinking perhaps I could run a macro, but I don't want a presentation based on a ,potm file. I cannot help feeling I am missing something straightforward here. Please tell me what it is.
Thank you so much for any help you can give me.