Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 8 使用Advertise属性创建的快捷方式忽略VisualElementsManifest自定义(Windows 8)_Windows 8_Wix - Fatal编程技术网

Windows 8 使用Advertise属性创建的快捷方式忽略VisualElementsManifest自定义(Windows 8)

Windows 8 使用Advertise属性创建的快捷方式忽略VisualElementsManifest自定义(Windows 8),windows-8,wix,Windows 8,Wix,使用WiX“播发”选项发布快捷方式时,最终结果将生成一个“开始”菜单快捷方式,该快捷方式将忽略我的应用程序 移除标记后,Windows 8将使用VisualElementsManifest文件中的适当自定义来处理/呈现我的应用程序快捷方式 <VisualElements BackgroundColor="#333333" ShowNameOnSquare150x150Logo="on" ForegroundText

使用WiX“播发”选项发布快捷方式时,最终结果将生成一个“开始”菜单快捷方式,该快捷方式将忽略我的应用程序

移除标记后,Windows 8将使用VisualElementsManifest文件中的适当自定义来处理/呈现我的应用程序快捷方式

  <VisualElements BackgroundColor="#333333"
                  ShowNameOnSquare150x150Logo="on"
                  ForegroundText="light"
                  />
当我选择不使用播发功能时,快捷方式的“目标”区域将填充可执行文件的完整位置。当我不使用播发功能时,快捷方式的“Target”属性为空且已禁用。显然,创建了两种不同的快捷方式类型和行为

我的问题是,;是否可以使用“广告”功能并应用VisualElementsManifest?我是否需要将文件放置在其他位置或使用不同的名称

  <VisualElements BackgroundColor="#333333"
                  ShowNameOnSquare150x150Logo="on"
                  ForegroundText="light"
                  />