Archive: I want change icon default on destop,in add and remove programs


I want change icon default on destop,in add and remove programs
Hello Everybody !

I am using NSIS 2.3. I want change icon of shortcut default but i can't. my command line:

CreateShortCut "$DESKTOP\Tinh Lai.lnk" "$INSTDIR\TinhLai7.mdb"

I want change icon default, how i do ? because the icon default of microsoft office



I want change icon default at Add and Remove programs(enter Start->Setting->Control panel->Add and Remove progrmas).My command line:

WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\TinhLai" "DisplayName" "Tinh Lai"

Can't you help me ?


Check CreateShortCut in the documentation.
I believe you need to create a DisplayIcon key to set the Add/Remove icon. Also, I hope you aren't missing the UninstallString key...

Stu