CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Uninstall

  1. #1
    Join Date
    Dec 2003
    Location
    Syracuse, NY
    Posts
    400

    Uninstall

    I need to know how to make an unstalling program or where I could get one
    "Windows programming is like going to the dentist: You know it's good for you, but no one likes doing it."
    - Andre LaMothe

    DLL For Beginners(UPDATED)
    Please use CODE tags
    Rate me if I've helped.

  2. #2
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210
    If you use the package and deployment wizard to create the package .. the setup program will create an uninstall program for you..also your program will be added to the Add/remove programs in the control panel.

    also you can use MS Visual studio installer 1.1 to create MSI packages that will make the application un-installable

  3. #3
    Join Date
    Oct 2003
    Location
    Philadelphia, PA
    Posts
    167
    Most installer packages, whether MSI, Intallshield, or Wise have everything you need and handle the uninstall automatically.
    Mike Dershowitz
    [email protected]
    www.lexientcorp.com

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