Reputation: 1272
I am creating registry keys and values when I install my c# program. When I uninstall my proogram, these keys get deleted. I want them to stay there and be persistent. How can I do this. I have tried a few things including setting DeletAtUninstall to be false. Any ideas? I am using visual studio 2010.
Upvotes: 4
Views: 1044
Reputation: 2198
try this as shown in trail image
Upvotes: 1