CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Adding into "Add/Remove Progams"

    Adding program group into Start Menu is piece of cake, I don't think that I used proper way but it works fine!!!! Now I need to know how to add uninstall into Add/Remove Programs....


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Adding into "Add/Remove Progams"

    It will be there by default if you use an installation program like Installshield, Wise or even the Package and Deployment Wizard. You might be able to find it if you take a look at one of the samples that comes with VB located at "C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\Setup1". That appears to be some of the source code for the PDW.

    Good luck,

    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Adding into "Add/Remove Progams"

    There is.....actually there's whole PDW code, but to get the source for how to add to Start Menu it's like going through hell, because all those APIs and stuff, it's a mess!!!! So I was wondering if someone could help me and take it apart, because I tried twice and i can't get it to work, for some weird reason.......


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

Featured