Results 1 to 7 of 7

Thread: how to add uninstall in packaging and deployment

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    2

    how to add uninstall in packaging and deployment

    how to add unistall menu in creating the packaing and deployment wizard in vb

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to add uninstall in packaging and deployment

    Moved to Application Deployment

  3. #3
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: how to add uninstall in packaging and deployment

    in p and d unistall menu not appear u can use set up factroty for making set up of ur vb project......
    and using control pannel add or remove programme u are able to unistall ur programme

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: how to add uninstall in packaging and deployment

    Quote Originally Posted by ebrajesh
    how to add unistall menu in creating the packaing and deployment wizard in vb
    You can't uninstall a program using that program - the exe file is open when the program is running (that's how computers work - you can't close it while it's running), and you can't delete an open file.

    You CAN run one program's ST6UNST.EXE from another program.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: how to add uninstall in packaging and deployment

    You would have to modify the code that came with PDW in order to do that.

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: how to add uninstall in packaging and deployment

    To shell to an exe file?
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  7. #7
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: how to add uninstall in packaging and deployment

    No, to create an uninstall menu item by code.

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