cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mt16in
Level 3

Registry entries are not getting deleted after un-installation

Hi,

I have an installshield 2008 project where i'm creating registry entries through some component and Registry values and keys are user defined Properties which i'm setting in OnFirstUIBefore after user gives all user information.

all registry entries are getting created properly but after un-installation of the product registry entries are not getting deleted.???

The same entries get deleted after removal if i do not change the properties through code??

Please help me on this..

Thanks,
mt16in
Labels (1)
0 Kudos
(3) Replies
thepeter
Level 7

As far as I know, if you mark the registry tree "Install if absent, Uninstall if present (*)" the registry keys are deleted during uninstall.
0 Kudos
mt16in
Level 3

Registry entries are getting remove even if it is set to Automatic but if i change properties at runtime then it does not..
0 Kudos
Kyle_Gibson
Level 3

Make sure you don't have LOGGING disabled via Disable. You may need to Enable() it.
0 Kudos