Link to home
Start Free TrialLog in
Avatar of Wells Anderson
Wells AndersonFlag for United States of America

asked on

XenApp - Redirecting each user's ProgramData folder

We have a database application that reads an .INI file in a subfolder:  C:\ProgramData\NameOfAppHere\settings.ini

The problem is that there are 3 users groups. Each group accesses a different database file. We need 3 different settings.ini files, one for each user group.

Is it possible for each group to have a different folder that is accessed when the database application looks for C:\ProgramData\NameOfAppHere\settings.ini ? That would solve the problem, since we could have 3 different settings.ini files in 3 different folders. If that cannot be done, is there another solution?

Users from different groups will be logged into the same Citrix XenApp server at the same time. Fortunately, each user has a desktop shortcut specific to his or her group's database so that each user can open the correct database. The problem arises when, after opening the database, the database application needs to read settings.ini. We do not have a way within the database application to tell it to look anywhere other than
C:\ProgramData\NameOfAppHere\settings.ini

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Ayman Bakr
Ayman Bakr
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Wells Anderson

ASKER

If anyone has any other possible solutions, please comment. Based on my research and Mutawadi expert advice, I doubt we can work around the issue, but if by chance anyone does have a way to serve up different C:\ProgramData contents to different users on the same Citrix XenApp server, I would love to hear about it!
Thank you, Mutawadi, for the fast and high quality answer.