Qt Installer Framework translation (3-1)

The initial installation

The following diagram illustrates the default installation workflow applications:

This section uses on macOS running Application Installer Your examples to illustrate the default workflow. The installer has the appearance of localized and can perceive each desktop platforms supported, so the program runs on Linux and Windows, they look different.

Examples example files are stored in the warehouse of Qt Installer Framework \ tutorial directory. You can use binarycreator tool to create your application installer .

start installation

When a user starts the installation, introduction page is opened.

You can specify the name of the installation program and you want to install the product in the config.xml configuration file. When the user chooses to continue , it will open the target folder selection page.

Select a destination folder

The user must specify the installation destination folder. You can specify a default value in config.xml configuration file.

When a user chooses to continue, it will open the component selection page.

If you select a folder that already contains files, a warning page will open.

Select Components

Component selection page lists a brief description of the components and can be used to install each component. Users select the components you want to install. They can choose "Select All" to select all components, select the "Uncheck All" to deselect or select "Default" to return to the default selection.

You can install the components will be added to the package folder data subfolders. You can meta in the folder package.xml specific information about the component file.

You can use Boolean operators or script to specify whether the component is selected by default.

当最终用户选择继续时,将打开许可证检查页面。

接受许可协议

在许可检查页面上,用户必须接受许可协议的条款才能继续安装。

在package.xml文件中指定许可文件,并复制到meta文件夹中,才能显示在检查页面。

选择Windows程序组

在Windows中,“开始”菜单文件夹选择页面,可使用户在windows开始菜单中选择产品对应的程序组。

您可以在config.xml配置文件中为程序组指定默认值。

当用户选择“下一步”时,将打开“已可安装”页面。

安装组件

“已可安装”页面通知用户,当用户选择安装时可以开始安装。

在安装过程中,页面显示有关安装进度的信息。用户可以选择“显示详细信息”以查看更多信息。

安装完成后,将打开“安装完成”页面。

在此页面上,您可以添加关闭安装程序后启动已安装产品的选项。您可在config.xml配置中指定要启动的产品以及待显示的文本。

添加组件

Guess you like

Origin www.cnblogs.com/codeForFamily/p/qt-install-framework-translate-3-1.html