|
-
May 31st, 2000, 06:41 AM
#1
Thread Starter
Hyperactive Member
How could i launch Add/Remove programs from VB??
I would run the app, but its not an app...
Also, if there is a way to automatically uninstall a program by using the .log file or something that wont cause a lot of trouble for the user could you explain on it?
-Sac
-
May 31st, 2000, 07:03 AM
#2
I think that you can uninstall it by using the uninstall program that the VB Setup Wizard has.
-
May 31st, 2000, 07:10 AM
#3
Thread Starter
Hyperactive Member
but
But im not trying to uninstall my software...its another program.
-
May 31st, 2000, 07:19 AM
#4
Code:
'Launch Windows Add/Remove Programs Dialog
Dim dblReturn As Double
dblReturn = Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1", 5)
-
May 31st, 2000, 07:22 AM
#5
Thread Starter
Hyperactive Member
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
|