I have a setup project in Visual Studio 2010 that needs to be modified in the post-build event to change a registry value. I can create a MSI transform to do that, but when I run it through msitran after the build, it fails because the Registry table entry corresponding to that key has a different Registry field value. I need a way to modify a specific registry key.
Can I create a transform that searches for a specific key? What about creating a new entry that overwrites the registry key?
What is the correct approach?