For Centinela, please download the attached file.
Download the attached Print Service. Extract all the files. Then on the target machine, the current Touch Connect Server, go into services.msc, scroll down to "Plexus Print Service" and stop the service.
Copy the entire "PDFiumPrintService" folder to: "C:\Program Files\PlexusTG\"
Open PowerShell(PS) as an administrator and navigate to the PDFiumPrintService folder.
cd "C:\Program Files\PlexusTG\PDFiumPrintService"
You may need to enable Script Execution to install the new service. First, see what the setting is currently set to with:
Get-ExecutionPolicy
Make note of what it returns exactly.
If it is anything other than Unrestricted, run this command:
Set-ExecutionPolicy Unrestricted
After that is done, you will need to unblock all of the files so that the batch script can run them. You can either, right click each file, in each directory, and choose Properties, in the properties window check the box next to Unblock, click Apply & OK. Repeat until done. Or, if you would like to do it more quickly, run this Powershell command:
Get-ChildItem -Path "C:\Program Files\PlexusTG\PDFiumPrintService\" -Recurse | Unblock-File
If you changed the name of any folders, be sure to change it in the path above as well. Then to install the new service, type:
./install.bat
After the installation completes, open services.msc again (or refresh if it is still open). Scroll down to PDFium Print Service and start it. You are encouraged to open the services properties, and in the Recovery tab, change each dropdown to "Restart the Service" then click Apply and OK.
Once the service is running, in PS, run the following command:
Set-ExecutionPolicy XXXXXX
where you replace XXXXXX with what you recorded when you ran Get-ExecutionPolicy previously. If you have trouble, let us know and we will setup a screensharing session to troubleshoot it.
Comments
0 comments
Please sign in to leave a comment.