First of I know little of TS and am trying to advise a client who wants to deploy our app via TS. If anyone can point me in the right direction would greatly appreciate it.
Our App, which is self contained in it's own directory (no tmp files or ini's in home directories, etc...), has an auto updating capability per user and files within the program directory need to be writable per user, so the program directory can't be "shared" by each TS session (this is an assumption).
My question is how to have each TS session have it's own copy of a program directory which also contains the app .exe?
Thanks,