我是 Wix 工具集的新手。我正在使用 v3.6 并使用 ManagedBootstrapperApplicationHost。在我的主题 .xml 文件中,其中一个页面如下所示 -
<Page Name="Install">
<Text X="11" Y="121" Width="400" Height="17" FontId="3">#(loc.InstallLicenseLabel)</Text>
<Hyperlink Name="eula" X="11" Y="138" Width="75" Height="17" TabStop="yes" FontId="4" HoverFontId="4" SelectedFontId="4">#(loc.InstallLicenseTerms)</Hyperlink>
<Button Name="InstallButton" X="-91" Y="-11" Width="130" Height="23" TabStop="yes" FontId="0">#(loc.InstallAcceptAndInstallButton)</Button>
<Button Name="WelcomeCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.InstallDeclineButton)</Button></Page>
我的问题是我不知道在哪里添加超链接的参考源信息。它的所有属性都没有这个功能。同样,我无法将事件函数与按钮相关联。谁能帮帮我???
非常感谢提前...