In my shop we redirect most of the users profile to a separate partition (we're going to revisit that soon) and we're seeing an issue with our Windows 7 with SP 1 machines.
Using MS's Standard User Analyzer we discovered that the app looks for:
%systemdrive%\\user\\\\AppData\\Roaming
Our folder is redirected to:
D:\\users\\\\AppData\\Roaming
We looked in the registry, and everywhere else we could and did not see anywhere to change where the app was looking.
What I'm curious about is if there are any plans or any possibility of changing it to not look at %systemdrive% and instead just look for %appdata%?