Deploying Print Audit IUM
Deploying Print Audit IUM
To deploy Print Audit IUM version 7.2.7 save the msi file in shared apps folder.
Create a batch file to deploy the Print Audit IUM software
**PLEASENOTE - Replace the SERVER-URL with the server url for your specific instance
@ECHO OFF
mkdir c:\tmps
xcopy /Y \\192.168.200.37\apps\printaudit-ium\paiclientinstall.msi c:\tmps
msiexec /i c:\tmps\paiclientinstall.msi SERVICESURL="https://SERVER-URL/Services" /qn
rd c:\tmps /S /Q
exit
Create a 3rd Party Template to run the batch file