Registry key that contains the folder for the local user’s Programs folder on Vista

registrywindows-vista

I'm troubleshooting a problem with creating Vista shortcuts.

I want to make sure that our Installer is reading the Programs folder from the right registry key.

It's reading it from:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Programs

And it's showing this directory for Programs:

C:\Users\NonAdmin2 UAC OFF\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

From what I've read, this seems correct, but I wanted to double check.

Best Answer

use windows installer properties. will probably be easier.

http://msdn.microsoft.com/en-us/library/aa370905(VS.85).aspx#system_folder_properties

Related Topic