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


i'm troubleshooting problem creating vista shortcuts.

i want make sure our installer reading programs folder right registry key.

it's reading from:

hkey_current_user\software\microsoft\windows\currentversion\explorer\shell folders\programs 

and it's showing directory programs:

c:\users\nonadmin2 uac off\appdata\roaming\microsoft\windows\start menu\programs 

from i've read, seems correct, wanted double check.

use windows installer properties. easier.

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


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -