-----Original Message-----
From: Michael A. Covington [mailto:
[email protected]]
Posted At: Friday, October 27, 2006 9:03 AM
Posted To: microsoft.public.windows.vista.general
Conversation: File locations documented where?
Subject: File locations documented where?
(1) Is there a handy comparison chart anywhere that compares
the new system
to the old one?
(2) If an installation package tries to write in, say, Documents and
Settings\Start Menu, is Vista smart enough to redirect it to
where Start
Menu really is?
1) %USEREPROFILE% has been changed from "%systemdrive%\Documents and
Settings\username" to c:\Users\username.
From the Scott Hanselman's blog that has been quoted several times
already in this NG, comes following comparsion table (all paths relative
to %userprofile%):
Was Now
Application Data \AppData\Roaming
Cookies \AppData\Roaming\Microsoft\Windows\Cookies
Local Settings \AppData\Local
My Documents \Documents
NetHood \AppData\Roaming\Microsoft\Windows\Network Shortcuts
PrintHood \AppData\Roaming\Microsoft\Windows\Printer
Shortcuts
Recent \AppData\Roaming\Microsoft\Windows\Recent
SendTo \AppData\Roaming\Microsoft\Windows\SendTo
Start Menu \AppData\Roaming\Microsoft\Windows\Start Menu
Templates \AppData\Roaming\Microsoft\Windows\Templates
2) If insatller is using environment variables (which it should) don't
see any problem here. If it has folder names hardcoded, most probably no
problem either since Vista has several hidden symlincs under
%userprofile% to handle exactly this scenario.
Read more on reparce points, junctions and symlinks here:
http://www.hanselman.com/blog/MoreOnVistaReparsePoints.aspx
http://www.hanselman.com/blog/WindowsVistaJunctionsAndMovingMyDocumentsT
oAnotherDrive.aspx
I'm sure it is documented by Microsoft somewhere in SDK or Technet or
MSDN or WHDC too.