我创建了一个 msi 来安装我的 Windows 窗体应用程序,当我尝试运行 msi 时出现以下错误:
"This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic"
我知道这是一个权限问题,您实际上需要成为管理员,而不仅仅是拥有管理员权限。
有没有办法解决?将包更改为基本?
谢谢