I wish to run an application via Winflector which needs to support local printing, document scanning, COM port communication and saving files to disk. How can I make the application look and behave as if it were running locally?
Ideally I would like only USB and COM port devices attached to the client machine to be visible and available. I would also like the file system of the client only to be visible when saving files to disk. The application automatically exports certain reports and saves them to a local C drive folder. With the testing I have done, they are saved to the relevant path on the server. How can I make it so that files save to the same path on the client machine?