我在visual studio 10中编写了一个.NET 4 win表单应用程序。在使用innosetup安装后,它在Windows 7和Windows Server 2008上运行得非常好。然而,当我在Windows 10上安装它时,它无法写入注册表" CurrentUser"。
The error is Exception Info: System.UnauthorizedAccessException at Microsoft.Win32.RegistryKey.Win32Error(Int32, System.String)
如果我只是将exe和支持文件复制到Windows 10机器上,它运行完全正常,无需以管理员身份运行。
安装后,我需要做些什么才能让Windows 10信任该应用程序?