|
-
Aug 9th, 2006, 07:18 AM
#1
Thread Starter
New Member
how to add uninstall in packaging and deployment
how to add unistall menu in creating the packaing and deployment wizard in vb
-
Aug 9th, 2006, 07:23 AM
#2
Re: how to add uninstall in packaging and deployment
Moved to Application Deployment
-
Aug 9th, 2006, 07:24 AM
#3
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
-
Aug 9th, 2006, 01:46 PM
#4
Re: how to add uninstall in packaging and deployment
 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
-
Aug 10th, 2006, 05:16 AM
#5
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.
-
Aug 10th, 2006, 11:46 AM
#6
Re: how to add uninstall in packaging and deployment
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
-
Aug 10th, 2006, 05:12 PM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|