- Start the installation process by double-clicking the installation file empower_VERSION.pkg
- If this window pops up you need to trust the certificate.
- To avoid this message, you need to click on the lock in the top right corner and trust the certificate
- This will open the installer.
- Accept the license terms in the next step.
- Select the installation location.
- Confirm the installation.
- Enter your password to install empower©.
- If empower was already installed, the following message must be confirmed to allow the installer to access PowerPoint.
- If empower cannot find a configuration file from a previous installation, you will be prompted to provide the RemoteServiceConfig.xml.
- To be able to register the Add-In in PowerPoint, you must give the application the required rights by entering your password.
- The installation is now complete. The initial sync starts directly after the installation.
=9.1)" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 400; margin-top: 0px; font-size: 22px; color: rgb(47, 57, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgba(255, 255, 255, 0.89); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"Silent Install (for Version >= 9.1)
The registration of the addin in PowerPoint is already done during the installation without user intervention.
The silent install can be done from the command line:
sudo installer -pkg /path/to/empower .pkg -target /Applications
|
The RemoteServiceConfig.xml should already be inserted under /Users/<USER>/Library/Group Containers/UBF8T346G9.Office/empower
should be inserted.
For this purpose there is also the possibility to use a JAMF Configuration Profile.
The empowerProfile.mobileconfig file can be executed by JAMF.
This will install the empower certificate on the computer.
The path /path/to/empower.pkg must be replaced with the correct path,
e.g. /Users/<USER>/Desktop/empower_8.4.2.x_enterprise.pkg.
=8.4.2,Version<9.1)">Silent Install (for Version >= 8.4.2, Version < 9.1)</9.1)">
It is possible to run the installer "silently".
This means that during the installation
- No installation window appears.
- empower is not started.
- The addin is not registered in PowerPoint.
(This happens only when you start empower manually).
Silent Install can be done from the command line:
Console command
sudo -u $(stat -f%Su /dev/console ) /usr/bin/defaults write com.madeinoffice.empower SILENT_INSTALL -bool TRUE && \
sudo -u $(stat -f%Su /dev/console ) /usr/bin/defaults write com.madeinoffice.empower FRAMEWORK_COPY -bool TRUE && \
sudo -u $(stat -f%Su /dev/console ) /usr/bin/defaults write com.madeinoffice.empower REGISTER_ADDIN -bool TRUE && \
sudo installer -pkg /path/to/empower .pkg -target /Applications
|
The RemoteServiceConfig.xml should already be inserted under /Users/<USER>/Library/Group Containers/UBF8T346G9.Office/empower
should be inserted.
The path /path/to/empower.pkg must be replaced with the correct path,
e.g. /Users/<USER>/Desktop/empower_8.4.2.x_enterprise.pkg.
ATTENTION: After the silent install, empower must be started manually once afterwards, otherwise PowerPoint will never start empower by itself.
This can result in you having empower installed but never using it.
The default flag REGISTER_ADDIN only works in conjunction with FRAMEWORK_COPY.
Under the following link you can also find our Youtube video: https://www.youtube.com/watch?v=RZEuGAEPAbM
The problem still exists?
If the problem still exists, please do not hesitate to contact us.
Comments
0 comments
Article is closed for comments.