使用Inno Setup创建Windows 8开始屏幕组和图块(不仅适用于exe) [英] Creating Windows 8 Start screen groups and tiles (not only for exes) with Inno Setup

查看:88
本文介绍了使用Inno Setup创建Windows 8开始屏幕组和图块(不仅适用于exe)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在使用Inno Setup为我们的 ActiveX网格控件构建安装程序.随着Win8的发布,出现了两个新问题:

We are using Inno Setup to build installers for our ActiveX grid control. With the release of Win8, two new questions arose:

  1. 是否可以在开始"屏幕上创建我们自己的新图块组(使用指定名称),以便使用InnoSetup将快捷方式/图块放置到该图块上?

  1. Is it possible to create our own new group of tiles on the Start screen (with a specified name) to place our shortcuts/tiles to it using InnoSetup?

现在,在开始"屏幕上仅创建用于我们安装的exe的磁贴.可以在此屏幕上添加其他文件类型的图块,例如CHM帮助文件或PDF文档吗?

Now, only the tiles for the exe's we install are created on the Start screen. Is it possible to add tiles for other file types - say, CHM help file or PDF documents - to this screen?

推荐答案

自从95开始,所有版本的Windows下所有版本的Windows下的所有版本都从文件夹heirachy中创建命名分组.这意味着您将使用如下代码所有版本的Windows:

The named grouping under "All appa" is created from the folder heirachy as with all versions of Windows since 95. This means you'd use code like this for all versions of Windows:

[Setup]
DefaultGroupName=Your app shortcuts

[Icons]
Name: "{group}\Your app help"; ...
Name: "{group}\Your app registration"; ...

您对Windows 8主屏幕的唯一控制权是是否使用 excludefromshowinnewinstall 标志.将分组添加到末尾时,您无法控制分组.

The only control you have over the main Windows 8 start screen is whether created shortcuts to executables get added automatically with the excludefromshowinnewinstall flag. You have no control over grouping as they're added to the end.

这篇关于使用Inno Setup创建Windows 8开始屏幕组和图块(不仅适用于exe)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆