I met the problem few days ago. i searched the internet and found a very good solution for it.

i found quiet a number of VB users wonder how to do it also, so i would like to share it here, since i got a lot of help in this forum.


Add the fowllowing commands in the SETUP.LST
under [IconGroups] -- [App Name]

""""""""""""""""""""""""""""""""""""""
Icon5=$(WinPath)\ST6UNST.EXE -n "$(AppPath)ST6UNST.LOG"
Title5=Uninstall MyApp
StartIn5=$(WinPath)
"""""""""""""""""""""""""""""""""""""""
5 is the sequence number in my IconGroupsĀC you can change it base on the sequence of your project icongroups.
MyApp is your project name.


Sami.