Add / Remove Programs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • markstaylor
    Indigo Rose Customer
    • Oct 2003
    • 296

    Add / Remove Programs

    Does any one know how to get your program to be listed in the Add / Remove programs utility in Windows when installing it to a harddrive.

    Thanks
    SELECT * FROM Users WHERE IQ > 0;
    o rows Returned
  • markstaylor
    Indigo Rose Customer
    • Oct 2003
    • 296

    #2
    I found out how as no sooner than I posted SORRY!
    SELECT * FROM Users WHERE IQ > 0;
    o rows Returned

    Comment

    • Worm
      Indigo Rose Customer
      • Jul 2002
      • 3967

      #3
      here's a post from Brett that might come have some useful info too

      Comment

      • rhosk
        Indigo Rose Customer
        • Aug 2003
        • 1698

        #4
        I was going to recommend the same thing Mark. Nice little mock installer you had there
        Regards,

        -Ron

        Music | Video | Pictures

        Comment

        • tricky1979
          Forum Member
          • Dec 2004
          • 12

          #5
          I know exactly

          If you use Setupfactory to create an installation wizard, it will add it to the add/remove. BUt if you want ot add it by hand use the registries...add a key to this directory for example...
          Windows Registry Editor Version 5.00

          [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\MyApps]


          But you must add sub keys to the registries like this...
          "DisplayName"="My Apps"
          "NoModify"=dword:00000001
          "NoRepair"=dword:00000001
          "Publisher"="Your Publisher"
          "Contact"="Your contact"
          "DisplayVersion"="2.3"
          "DisplayIcon"="\"C:\\WINDOWS\\My Apps\\uninstall.exe\""


          just change My Apps, publisher and contact name to your Name of the product you would like to have...and don't forget the directory for your icon. Good luck...

          Comment

          • markstaylor
            Indigo Rose Customer
            • Oct 2003
            • 296

            #6
            Thanks alot everyone, you have offered alot more information than I had. It help alot.

            Thanks for all the help keep it up.
            SELECT * FROM Users WHERE IQ > 0;
            o rows Returned

            Comment

            Working...
            X