|
-
Jul 6th, 2000, 02:41 AM
#1
Thread Starter
Member
A VB app by default writes it's settings to HKEY_CURRENT_USER\Software\VB and VBA Program Settings\[App-Name]. Apps distributed by the package and deployment wizard do not clear this down on an uninstall. Is there a way of appending a routine to the package and deployment wizard so that the registry entry for the application is deleted on uninstall ????
-
Jul 6th, 2000, 06:31 AM
#2
Hyperactive Member
If you know what needs installing & therefore uninstalling (I think this includes the registry) then you can right a custom install/uninstall app. I'm pretty sure that all the necessary code for registery messing is in VB-WORLD.
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
|