chelseatech
Instructor
I'm a software developer with users running a range of windows. One of my apps is a dot Net windows service and a user management form. The two share files in the program folder, but as they could be running under different accounts, those files are relocated into different user folders by that virtual store redirection feature in Vista.
One solution was for my application to install itself in an c:\App folder, but that's not the way other version of windows want applications to install.
The best solution was to have a config file in to redirect all the data files to a c:\Data folder. The MS apps like NotePad and File Manager don't have any problem with these folders, but the MS guys are saying they don't trust us developers to maintain the ini and config files from within our own applications.
Anyone got any thoughts or solutions on this?
Editor and Publisher of Crystal Clear
One solution was for my application to install itself in an c:\App folder, but that's not the way other version of windows want applications to install.
The best solution was to have a config file in to redirect all the data files to a c:\Data folder. The MS apps like NotePad and File Manager don't have any problem with these folders, but the MS guys are saying they don't trust us developers to maintain the ini and config files from within our own applications.
Anyone got any thoughts or solutions on this?
Editor and Publisher of Crystal Clear