Click to See Complete Forum and Search --> : how to add uninstall in packaging and deployment
ebrajesh
Aug 9th, 2006, 07:18 AM
how to add unistall menu in creating the packaing and deployment wizard in vb
Hack
Aug 9th, 2006, 07:23 AM
Moved to Application Deployment
shakti5385
Aug 9th, 2006, 07:24 AM
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
Al42
Aug 9th, 2006, 01:46 PM
how to add unistall menu in creating the packaing and deployment wizard in vbYou 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.
randem
Aug 10th, 2006, 05:16 AM
You would have to modify the code that came with PDW in order to do that.
Al42
Aug 10th, 2006, 11:46 AM
To shell to an exe file?
randem
Aug 10th, 2006, 05:12 PM
No, to create an uninstall menu item by code.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.