Results 1 to 7 of 7

Thread: Add/Remove Programs

  1. #1

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Lightbulb Add/Remove Programs

    Hi,

    Settings -> ControlPanel -> Add/Remove Programs

    how can i add my program to that list?

    thanks

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    If you use an install program I think it does it for you.


    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    Member
    Join Date
    Mar 2004
    Location
    Texas
    Posts
    53
    Originally posted by manavo11
    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.
    Good programming site:
    *http://www.planet-source-code.com

    Our CS Clan Page:
    *http://h2p.inter-gamer.com/index.html

  4. #4
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Originally posted by Insane_Magician
    Hehehe. *I thinks* hes referring to using vb api code to do it
    Probably Anyway, I searched the registry and I found these :
    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


    Has someone helped you? Then you can Rate their helpful post.

  5. #5

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Thanks

    Thanks everybody !

  6. #6
    Member
    Join Date
    Mar 2004
    Location
    Texas
    Posts
    53
    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!
    Good programming site:
    *http://www.planet-source-code.com

    Our CS Clan Page:
    *http://h2p.inter-gamer.com/index.html

  7. #7

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Thumbs up

    Thanks man!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width