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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -