Hello- I have an application that requires config files to be kept in the program files directory. How can we re-direct this so each user gets their own unique files? Thanks in advance.
This depends largely upon the application. So first I'd check with the vendor. If they "don't know" or "don't support Citrix" try placing the config files in the user's profile. You'd probably also have to remove\rename the one in the program files folder to avoid having 2 sets per user. And you'd probably want to change the "START IN" path of the application shortcut or published app properties to %USER%. If this works you can place the default config files in the default user profile. This may or may not work, so I'd test this after hours or on a test server to avoid causing problems.
If the config files are *.ini files, then these can be copied to the users' home directories or anywhere on the users' unique path, and the users should pick up their own copies.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.