preserving registry key after uninstall
my understanding from the windows installer sdk is that in order to keep an application registry key from being removed on uninstall, one should put a + for the name and some dummy value for the value as a name value pair under that key. i'm doing this thru the registry table in my msi file and the key i'm doing it for is still getting deleted on uninstall. I'm stumped by this and would appreciate info on it. Thanks.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
yageroy
20 years ago
i see what the problem is. the key has to be added in some way other then thru the registry table of the installer, when i add that key manually, after installing without it, on uninstall, the key i want preserved is preserved. so now i have to figure out how i want to add the key since i can't use the registry table as i was doing.
Posted by:
Fishy
20 years ago
Posted by:
yageroy
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.