Hi,
Settings -> ControlPanel -> Add/Remove Programs
how can i add my program to that list?
thanks
Printable View
Hi,
Settings -> ControlPanel -> Add/Remove Programs
how can i add my program to that list?
thanks
If you use an install program I think it does it for you.
Hehehe. *I thinks* hes referring to using vb api code to do it ;) Ill take a look into it, but as of now I don't know off the top of my head, but you may want to look into where those values are stored, where in the registry, then using registery commands to add a program, OR you could make a program that automates adding a program, via "add", isntead of remove.Quote:
Originally posted by manavo11
If you use an install program I think it does it for you.
Probably :rolleyes: Anyway, I searched the registry and I found these :Quote:
Originally posted by Insane_Magician
Hehehe. *I thinks* hes referring to using vb api code to do it ;)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\Program Name
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Program Name
Following the data in these keys you might be able to make it ;)
Thanks everybody !
:D
Hey! It's me again. I stumbled upon the solution for this problem by chance and I remembered this post, so here it is:
http://internettrash.com/users/fdb/addand.htm
Hope you get this! :wave:
Thanks man!:cool: