Jump to content

Possibilities installing Nitro PDF with Intune?


Frank Ramaker

Recommended Posts

Frank Ramaker

Hello,

I would like to know what the possibilities are to install/deploy Nitro PDF with Intune/Autopilot?

We have it configured that it installs the Nitro PDF .MSI but it doesn't add the .MST file to active Nitro PDF. (So i have to manually active the license on each workstation)

Is there anyway i can create a .MSI with the License in it?

Link to comment
Share on other sites

  • 7 months later...

Hi Frank
 

You've probably sorted this by now, but fwiw here's how we do it

We create and install.ps1 script with the following :

$PSScriptRoot = Split-Path -Path $MyInvocation.MyCommand.Path
msiexec  /i "$PSScriptRoot\nitro_pro13_x64.msi" "TRANSFORMS=$PSScriptRoot\nitro_pro13_x64.mst" /qn | Out-Null

This is compiled as a win32app with intunewinapputil with the assiociated msi and transform file

 

Our install command is 

powershell.exe -executionpolicy bypass -file Install.ps1

 

Best wiishes 

 

Paul

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.