简体   繁体   English

在 Windows App & Features with Inno Setup 上显示应用程序的作者

[英]Show application's author on Windows App & Features with Inno Setup

I want to show the author of an application on the App & Features using Inno Setup.我想使用 Inno Setup 在 App & Features 上向应用程序的作者展示。

样本

I tried this:我试过这个:

#define Publisher "publisher"
#define Copyright "copyright"    

[Setup]
AppPublisher={#Publisher}
AppCopyright={#Copyright}

But nothing changes但没有任何改变

In App & Features , the publisher seems to be shown for Microsoft Store apps only, not for Desktop apps.App & Features中,发布者似乎仅针对 Microsoft Store 应用显示,而不针对桌面应用显示。

So it's not possible, unless you publish your application to Microsoft Store (in which case Inno Setup is irrelevant).所以这是不可能的,除非您将应用程序发布到 Microsoft Store(在这种情况下,Inno Setup 无关紧要)。

The publisher's name appears only for apps packages as an.APPX/.MSIX package.发布者的名称仅针对应用程序包显示为 .APPX/.MSIX package。 Not for those installed from an MSI/EXE setup.不适用于从 MSI/EXE 安装程序安装的用户。

The source of the APPX/MSIX package does not matter, I have packages installed from outside the store (sideloaded) which display the publisher's name correctly. APPX/MSIX package 的来源无关紧要,我从商店外部安装了软件包(侧载),可以正确显示发布者的名称。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM