简体   繁体   English

是否可以在不更改版本号的情况下更改“单击一次”应用中的产品名称

[英]Is there any way to change the Product name in the Click once app without changing the version number

I have a click once app which has been published with version number 0.5.2.1 with a product name. 我有一个点击过一次的应用,该应用的发布版本号为0.5.2.1,产品名称为。 I want to change my Product name such that I do not want to increment my version number. 我想更改产品名称,以免增加版本号。 All the new users who install my application with version 0.5.2.1 should be able to see the new product name. 使用我的0.5.2.1版安装我的应用程序的所有新用户都应该能够看到新的产品名称。

在此处输入图片说明

  1. Rename product tag from your App.application file 重命名App.application文件中的产品标签 产品标签

  2. You need for resign your App.application file by certificate from your Visual Studio. 您需要通过证书从Visual Studio中退出App.application文件。 Please use this file: 请使用此文件:

证书

  1. For sign you can use Mage.exe (from Windows SDKs). 对于签名,您可以使用Mage.exe(来自Windows SDK)。 Command line options (/?), sign example below: 命令行选项(/?),下面是签名示例:

mage -Sign App.application -CertFile mycert.pfx -Password passwd 法师-Sign App.application -CertFile mycert.pfx -Password passwd

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VS 2022 - 我可以在单击一次中更改程序集名称吗 - VS 2022 - Can I change Assembly Name in Click Once 使文件版本反映产品内部版本号和特定 dll/exe 版本的方法是什么? - What is the way to make file version reflect both product build number and version of the specific dll/exe? 有没有调试模式运行.net核心Web应用程序的方法? - Any way to run .net core web app without debug mode? 在使用 Visual Studio 发布 c++ 应用程序期间有什么方法可以注入新版本号? - Any way to inject new version number during release of c++ application with visual studio? Windows Mobile,更改版本号 - Windows mobile,change version number Visual Studio 2008,是否有将产品版本嵌入MSI包的方法 - Visual Studio 2008 , Is there a way to embed a product version into MSI package 更改Android应用的内部名称 - Change Android app internal name 有没有办法在默认设置对话框中更改徽标? - Any way to change logo on default setup dialogs? C#:更改按钮名称并单击函数名称 - C#: change button name and click function name .Net MessageBoxButtons是否可以更改是/否顺序? - .Net MessageBoxButtons any way to change the Yes/No order?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM