A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
If each MSI is built on the fly then it will be impssible for us to validate this download by its hash value. Therefore this will have to either be done via Custom Apps, or by the XML/script method suggested below.
Here's the PowerShell I've added as a post-install script for Jabra Direct to enroll the clients in Jabra Xpress. Just be sure to put your package token in the <packageToken> tag (which you can obtain from the installx64.cmd file in the Jabra Xpress package you download from the Jabra Xpress admin portal):
Fun fact: Jabra Xpress is just Jabra Direct packaged up in an MSI, with a step added in the installer to create the C:\Programdata\Jabra Direct\jabradirect.xml file. Just deploy Jabra Direct instead and add a post-install script to create the XML file.
It appears that this is a service to build your own custom MSI online:
https://jabraxpress.jabra.com/windows-desktop
If each MSI is built on the fly then it will be impssible for us to validate this download by its hash value. Therefore this will have to either be done via Custom Apps, or by the XML/script method suggested below.
Here's the PowerShell I've added as a post-install script for Jabra Direct to enroll the clients in Jabra Xpress. Just be sure to put your package token in the
<packageToken>
tag (which you can obtain from theinstallx64.cmd
file in the Jabra Xpress package you download from the Jabra Xpress admin portal):+1
Fun fact: Jabra Xpress is just Jabra Direct packaged up in an MSI, with a step added in the installer to create the
C:\Programdata\Jabra Direct\jabradirect.xml
file. Just deploy Jabra Direct instead and add a post-install script to create the XML file.