Is it possible to remove a string key value from the registry on uninstall using InstallShield installer. As much as I have searched, I wasn’t able to find an answer.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe a little late, but I think you’ll want to add a row to the Registry table (you can find this under the Direct Editor view in InstallShield). This will allow you to specify registries which will be deleted during the RemoveRegistryValues action.
For more information about this table, you can look here:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa371168(v=vs.85).aspx
Alternatively, you could write a custom action to run on uninstall and use InstallScript to delete it. You can find an example of this here:
http://helpnet.flexerasoftware.com/installshield18helplib/mergedProjects/installshield18langref/LangrefRegDBDeleteKey_example.htm
Hope this helps!
Andy