SqlScript上的Windows Installer xml [英] Windows Installer xml on SqlScript

查看:88
本文介绍了SqlScript上的Windows Installer xml的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Wix3上,安装安装程序时,如果有任何sql脚本错误,提示用户无法确认或取消安装过程。


但同样的方法正常工作在Wix 2上。


sql文件的示例wix:


 


< sql:SqlScript ID = QUOT; filACEB798F951575DAECE9FA589E482EE8" BinaryKey = QUOT; bins_ID0EEB"用户= QUOT; DBUSER" SqlDb =" x database" ExecuteOnInstall = QUOT;是"序列= QUOT 1 QUOT; ContinueOnError = QUOT;是" xmlns:sql =" http://schemas.microsoft.com/wix/SqlExtension "
/>


 

解决方案

<这是WiX问题的错误论坛 - 使用WiX用户maiing列表。


http ://wix.sourceforge.net/mailinglists.html


On Wix3, while installing installer, if there is any sql script error which is not prompting to the user to confirm or cancell the installation process.

But same approach working on Wix 2.

sample wix for sql files:

 

<sql:SqlScript Id="filACEB798F951575DAECE9FA589E482EE8" BinaryKey="bins_ID0EEB" User="DbUser" SqlDb="x database" ExecuteOnInstall="yes" Sequence="1" ContinueOnError="yes" xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension" />

 

解决方案

This is the wrong forum for WiX issues - use the WiX users maiing list.

http://wix.sourceforge.net/mailinglists.html


这篇关于SqlScript上的Windows Installer xml的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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