如何在 Wix 安装程序中添加 url [LINK] [英] How to add a url [LINK] in Wix Installer

查看:26
本文介绍了如何在 Wix 安装程序中添加 url [LINK]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是 Wix 工具集 3.7 版.我想在欢迎屏幕说明中添加一些指向产品网站的链接.如何实现这一目标?

I am using Wix Toolset Version 3.7 . I would like to add some links to the product website in the Welcome screen description. How to achieve this?

推荐答案

我认为你可以这样做

<UIRef Id="WixUI_InstallDir">
  <DialogRef="WelcomeDlg">
    <Control Id="Link1" Type="HyperLink" X="135" Y="250" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
      <Text><![CDATA[<a href="http://www.URL.com/">Click here!</a>]]></Text>
    </Control>
  </DialogRef>
</UIRef>

<人力资源>这是假设您使用 WixUIExtension 中的标准 WixUI_xxxx 对话框之一


This is assuming you are using one of the standard WixUI_xxxx dialog sets from the WixUIExtension

这篇关于如何在 Wix 安装程序中添加 url [LINK]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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