Click to See Complete Forum and Search --> : How to know when my program is uninstalled?
smn
February 28th, 2000, 06:57 PM
in vb6, I use Package & Deloyment to install my program, then add some keys in system registry.
now I want to clear that key in registry when my program is uninstalled, where my code to be placed? Thank you!
AndyK
February 28th, 2000, 11:17 PM
Hmm, I'm not sure if they have this option in PDW (I'm not a fan of this setup maker), but a lot of other setup makers let developer to input registry strings, and when unistalled they get removed automatically, plus, some of these setup-makers are FREE, which are almost as good as leading InstallShield or WiseInstaller, and they make really small setup programs when InstallShield makes 60KB into 700KB!!!
Crazy D
February 29th, 2000, 01:34 AM
But a VB program setup will always be big, since you need the runtime dll's which are more then 1 mb.. can be compressed, but will still be 1mb....
Crazy D :-)
"One ring rules them all"
Lothar Haensler
February 29th, 2000, 01:38 AM
you can modify the source code for the setup program. It is in the VB installation directory.
If you do that, you will be able to add the registry keys within your setup program.
This will also allow you to remove those keys upon deinstallation.
smn
February 29th, 2000, 09:20 PM
Give me several good installers , would you?
smn
February 29th, 2000, 09:21 PM
'cause I can't find any install directory,thank you!
Lothar Haensler
March 1st, 2000, 02:11 AM
in my German installation of VB 6 it is in:
C:\Programme\Microsoft Visual Studio\VB98\Wizards\PDWizard\Setup1
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.