Skip to content
⌘ NSIS Forum Archive

location of icons on windows seven

3 posts

hanenjom#

location of icons on windows seven

hi,

can you help me please,

I have a problem with location of icons on windows seven,.

my icons are installed under "C:\Users\xxx.xxx\AppData\Roaming\Microsoft\Windows\Start Menu\Programs",

and I would like it either "C:\ProgramData\Microsoft\Windows\Start Menu\ Programs".

how can I do that please ?

Thinks.
Hanen.
Anders#
RequestExectionLevel admin

Function .onInit
#TODO: Use userinfo plugin to check admin rights
SetShellVarContext all
MessageBox mb_ok $SMPROGRAMS
FunctionEnd