|
-
February 28th, 2000, 07:57 PM
#1
How to know when my program is uninstalled?
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!
-
February 29th, 2000, 12:17 AM
#2
Re: How to know when my program is uninstalled?
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!!!
-
February 29th, 2000, 02:34 AM
#3
Re: How to know when my program is uninstalled?
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"
-
February 29th, 2000, 02:38 AM
#4
Re: How to know when my program is uninstalled?
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.
-
February 29th, 2000, 10:20 PM
#5
Could you tell me which installer is better than PDW?
Give me several good installers , would you?
-
February 29th, 2000, 10:21 PM
#6
Could you tell me the detailed directory/file?
'cause I can't find any install directory,thank you!
-
March 1st, 2000, 03:11 AM
#7
Re: Could you tell me the detailed directory/file?
in my German installation of VB 6 it is in:
C:\Programme\Microsoft Visual Studio\VB98\Wizards\PDWizard\Setup1
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
|