English 中文(简体)
无法在 Inno 设置 AppPublicer 指令中显示外语
原标题:Unable to display foreign language in Inno Setup AppPublisher directive
  • 时间:2018-08-30 22:05:43
  •  标签:
  • inno-setup
我正在使用 Inno 设置来创建安装文件。 我使用的版本是 5 。 当安装器安装在 Windows 操作系统中时, AppPublisher 没有被正确显示。 这是我写的样本代码 : [Setup] AppId23ASEADS- AB2} AppName= EmptyProgram AppVersion=1 AppPublisher} 然而, 我可以看到类似这样的东西
问题回答
As @Andrew has commented: Make sure you are using the latest Unicode version of Inno Setup and; Make sure your script file is encoded as UTF-8 with BOM (BOM no longer needed since Inno Setup 6.3.0)




相关问题
Changing AppID and AppName based on user input

I want to install the same application multiple times on the same system, for example for two user using two different web services (each one has their own). In in my setup script I want to change ...

InnoSetup: Getting AppName in [Code] section

I m creating an installer using InnoSetup, and writing some custom handlers in a [Code] section. In one of the handlers, I would like to be able to retrieve the value of the AppName (or, potentially, ...

Building Installation Disk for My Delphi 2010 Application

Can someone please give me a step by step on how to build an installation disk for my Delphi 2010 application? I have tried both InstallAware Express Edition which comes with Delphi 2010 but keeps on ...

Inno Setup custom welcome page

How can I customize the welcome page of an Inno Setup installer? I want to create an installer similar to Skype s installer with only 3 pages: Custom Welcome Page with some options Progress Page ...

Why would an ocx control not register properly?

I am writing an app that needs to use a third party ocx control. In my Inno Setup script I include the line: Source: C:aPathaControl.ocx; DestDir: {app}; Flags: restartreplace sharedfile regserver ...

Modifying the color scheme for an Inno Setup Installer

I ve been playing around with Inno Setup 5.3.6; trying to customize the installers colors. Mainly the banner that appears at the head of the installer. But as of yet i have no luck finding a way of ...

How do you distribute an HTML/Javascript web app?

I ve built a web page using HTML and Javascript that acts like a desktop app. I d like to distribute it to users in the methods they are most familiar with. For Windows users, I think this is an ...

热门标签