I want to make an installer that will set desktop icons for all users. I use the following code:
[Icons]
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
commondektop
is said to provide me with Public user desktop icon, but it creates one on my user desktop! Just as userdesktop
does.
What is wrong here? I tried running it as administrator with the same result. Icon is truly on my desktop, I checked it via general properties of .lnk file.
Please let me know if some other piece of code is required.