Feb 18, 2021 10:07 AM
Hi,
We would like to deploy the HubSpot Sales add-in for Outlook silently for multiple users. We are aware of the central deployment via Office but this is not possible in our environment.
The setup.exe unfortunately does not contain any parameters like /s /qn to achieve this.
Could we get a different .EXE or .MSI file to be able to deploy the add-in silenty to our users?
Kind regards,
Netflex
Dec 20, 2022 10:14 PM
Need to upvote this request
Feb 18, 2021 11:33 AM
Hello @netflex ,
I do not think you'll be able to deploy the add-in silently to your users. You'd need to run the setup.exe for every user.
| |||||||||||
| |||||||||||
|
Feb 23, 2021 9:20 AM - edited Feb 23, 2021 9:21 AM
@Bruno_Teixeira Thanks for your reply. We installed the add-in silently with the following steps:
1. Install Visual Studio Tools for Office; vstor_redist.exe /q /n
2. Install the HubSpot certificate; certutil -addstore TRUSTEDPUBLISHER "c:\temp\hubspot\hubspot.cer"
3. Install the Click Once package; C:\Program Files\Common Files\microsoft shared\VSTO\10.0\VSTOInstaller.exe /install https://dl.getsidekick.com/outlook/vsto/Sidekick.vsto /silent
You need to run the .exe first to retrieve the certificate, the certificate needs to exist before you install the add-in.
Jun 4, 2021 11:58 AM
How did you extract the certificate from the EXE?