I have a Windows Forms application needs to update registry values. When I debug the application the values are being saved properly. But when I launch the application after the completion of installer (Visual Studio Setup Project - .vdproj), the application launches properly but it is not saving the registry values properly.
I am not getting any errors but can't seem to find the entries at location.
The values are being saved correctly if I double-click the .exe.
Is it because the installer launches the application as "System" user?
How do I solve this?