|
-
August 14th, 2000, 03:35 AM
#1
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??
-
August 14th, 2000, 03:39 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|