当前位置:网站首页>ClickOnce 不支持请求执行级别“requireAdministrator”
ClickOnce 不支持请求执行级别“requireAdministrator”
2022-07-06 01:19:00 【_oP_i】
<PropertyGroup>
<PublishWizardCompleted>true</PublishWizardCompleted></PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>xxx (some value) xxx </ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>SomeFile_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<ItemGroup>
<None Include="SomeFile_TemporaryKey.pfx" />
</ItemGroup>删除 项目文件.csproj ,不要点击发布
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC 清单选项
如果想要更改 Windows 用户帐户控制级别,请使用
以下节点之一替换 requestedExecutionLevel 节点。n
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
指定 requestedExecutionLevel 元素将禁用文件和注册表虚拟化。
如果你的应用程序需要此虚拟化来实现向后兼容性,则删除此
元素。
-->
最关键的一句
<requestedPrivileges>
<requestedExecutionLevel
level="highestAvailable"
uiAccess="true" />
</requestedPrivileges>
</requestedPrivileges>
<applicationRequestMinimum>
<defaultAssemblyRequest permissionSetReference="Custom" />
<PermissionSet ID="Custom" SameSite="site" Unrestricted="true" />
</applicationRequestMinimum>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- 设计此应用程序与其一起工作且已针对此应用程序进行测试的
Windows 版本的列表。取消评论适当的元素,
Windows 将自动选择最兼容的环境。 -->
<!-- Windows Vista -->
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
<!-- Windows 7 -->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
<!-- Windows 8 -->
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
<!-- Windows 8.1 -->
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
<!-- Windows 10 -->
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
</application>
</compatibility>
<!-- 指示该应用程序可以感知 DPI 且 Windows 在 DPI 较高时将不会对其进行
自动缩放。Windows Presentation Foundation (WPF)应用程序自动感知 DPI,无需
选择加入。选择加入此设置的 Windows 窗体应用程序(目标设定为 .NET Framework 4.6 )还应
在其 app.config 中将 "EnableWindowsFormsHighDpiAutoResizing" 设置设置为 "true"。-->
<!--
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
-->
<!-- 启用 Windows 公共控件和对话框的主题(Windows XP 和更高版本) -->
<!--
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
-->
</assembly>边栏推荐
- 记一个 @nestjs/typeorm^8.1.4 版本不能获取.env选项问题
- Opinions on softmax function
- Development trend of Ali Taobao fine sorting model
- Hundreds of lines of code to implement a JSON parser
- Leetcode sword finger offer 59 - ii Maximum value of queue
- yii中console方法调用,yii console定时任务
- IP storage and query in MySQL
- Construction plan of Zhuhai food physical and chemical testing laboratory
- Unity | 实现面部驱动的两种方式
- FFT 学习笔记(自认为详细)
猜你喜欢

普通人下场全球贸易,新一轮结构性机会浮出水面

Pbootcms plug-in automatically collects fake original free plug-ins

Yii console method call, Yii console scheduled task

Unity | two ways to realize facial drive

VMware Tools installation error: unable to automatically install vsock driver

Xunrui CMS plug-in automatically collects fake original free plug-ins

Ubantu check cudnn and CUDA versions

ThreeDPoseTracker项目解析

Huawei Hrbrid interface and VLAN division based on IP

2020.2.13
随机推荐
How to get the PHP version- How to get the PHP Version?
Programmer growth Chapter 9: precautions in real projects
cf:H. Maximal AND【位运算练习 + k次操作 + 最大And】
About error 2003 (HY000): can't connect to MySQL server on 'localhost' (10061)
程序员成长第九篇:真实项目中的注意事项
Opinions on softmax function
golang mqtt/stomp/nats/amqp
Is chaozhaojin safe? Will it lose its principal
Four dimensional matrix, flip (including mirror image), rotation, world coordinates and local coordinates
How does Huawei enable debug and how to make an image port
Hundreds of lines of code to implement a JSON parser
Five challenges of ads-npu chip architecture design
几百行代码实现一个 JSON 解析器
黄金价格走势k线图如何看?
View class diagram in idea
JMeter BeanShell的基本用法 一下语法只能在beanshell中使用
yii中console方法调用,yii console定时任务
China Taiwan strategy - Chapter 8: digital marketing assisted by China Taiwan
Exciting, 2022 open atom global open source summit registration is hot
Development trend of Ali Taobao fine sorting model