Prerequisites
Before deploying the Coreza Print client, you must ensure that the Microsoft Visual C++ Redistributable (VC++ 2015–2022 x64) is installed on all target devices. This is required for the Coreza Print client to run correctly.
First before installing the Coreza Print client you need to make sure vcrestubutile is installed
You will need to save this script below as a .ps1 file for intune.
# Download and silently install the VC++ 2015-2022 x64 runtime $exe = "$env:TEMP\vc_redist.x64.exe" Invoke-WebRequest "https://aka.ms/vs/17/release/vc_redist.x64.exe" -OutFile $exe Start-Process $exe -ArgumentList "/install /quiet /norestart" -Wait Remove-Item $exe -Force exit $LASTEXITCODE # lets Intune report success/failure
Deploying the VC++ Redistributable Script via Intune
To ensure the Coreza Print Client installs successfully, you must first deploy the VC++ 2015–2022 x64 Redistributable to all target devices. This is accomplished using a PowerShell script in Microsoft Intune.
Please follow the guide below to add the script to Intune.
Add the Coreza Print Client to Intune
This guide outlines how to deploy the Coreza Print client using Microsoft Intune.