This question probably have been asked many times, I checked all the previous discussions but couldn't find anything useful.
I want to delete some registry keys when I uninstall my app, but its not deleting.
I have RequestExecutionLevel adminDeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\MyCompanyName\MyAppName\IsAlreadyInstalled"
SetRegView 32
How to make it work ?