how to add unistall menu in creating the packaing and deployment wizard in vb
Printable View
how to add unistall menu in creating the packaing and deployment wizard in vb
Moved to Application 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
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.Quote:
Originally Posted by ebrajesh
You CAN run one program's ST6UNST.EXE from another program.
You would have to modify the code that came with PDW in order to do that.
To shell to an exe file?
No, to create an uninstall menu item by code.