I have a VB Program installed on a customer's TS. (but I don't have access to a Server here to test on).
This program is started from a client workstation and uses the older Shell32 SHGetFolderPath wrapper to get the paths for special folders.
So, when it askes for AppData, it gets the Users' Roaming folder from the TS.
My question is, if the program saves to CommanAppData, will it save to the TS CommonAppData folder, or to the local machines' CommonAppData folder?
Thank you!