CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    76

    Uninstallation of VB application

    Problem 1)Is VB provide any way for Uninstallation of program(reverse of package and deployment wizard),if not, any suggestion to provide an uninstallation program
    2)When I use package and deployment wizard to install program,
    it require the machine to install twice(first time,setup .dll
    ,while the second time, with graphical interface)
    the problem is, it require RESTART the machine.Can it be solve??


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Uninstallation of VB application

    >1)Is VB provide any way for Uninstallation of program(reverse of package and deployment wizard),if not, any suggestion to provide an uninstallation program

    the PDWizard does create the files for uninstalling your app.
    You uninstall your VB app via Control Panel/Software

    >When I use package and deployment wizard to install program,
    it require the machine to install twice(first time,setup .dll
    ,while the second time, with graphical interface)
    the problem is, it require RESTART the machine.Can it be solve??

    you should be able to create a SINGLE setup for your application AND your DLL.
    You can manually edit the setup.lst files in notepad and create a single setup.




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