Page 1 of 1

Web Client- Remote App Download- Redirect Printers

Posted: Thu May 04, 2017 10:57 pm
by torquenstein
Hello.

Is there a method of setting the remoteapp downloaded through the web portal to use redirected printers? I can set it in the client generator when creating a remote app exe, but not the web portal?

This is holding us back from moving past the trial as the current printing through Universal Printer is not working for us.

Thanks

Re: Web Client- Remote App Download- Redirect Printers

Posted: Mon May 08, 2017 11:46 am
by admin
Hello,

You do so by locating the remoteapp2.js file in C:\Program Files (x86)\TSplus\Clients\www\software
Edit this file with notepad and find the following line :

// Printing
var remoteapp2_printer = 'off';

replace with

// Printing
var remoteapp2_printer = 'on';

Save the file and refresh your client browser, if it is not enough clear your browser's cache with ctrl + F5.