commit | f6b27673b0aa851214fa21733bccec87604ee314 | [log] [tgz] |
---|---|---|
author | James Hawkins <truiken@gmail.com> | Tue Nov 13 00:47:21 2007 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 13 13:35:01 2007 +0100 |
tree | fa76a8f91244385651b501af1af110ef746bf338 | |
parent | 6840049f2f2b74537ce152196249075c4cdd1ea9 [diff] [blame] |
msi: Delete the uninstall key when the product is removed.
diff --git a/dlls/msi/action.c b/dlls/msi/action.c index ec2bbea..3066308 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c
@@ -4039,6 +4039,7 @@ MSIREG_DeleteUserProductKey(package->ProductCode); MSIREG_DeleteUserDataProductKey(package->ProductCode); MSIREG_DeleteUserFeaturesKey(package->ProductCode); + MSIREG_DeleteUninstallKey(package->ProductCode); done: msi_free(remove);