求助,Sybase ASE 12.5.2 无人值守安装无响应
大家好我想使用Sybase ASE的无人值守安装功能,安装官方安装文档的意思,已经通过InstallShield创建好了响应文件。
然后我想测试一下这个响应文件 就尝试用这个响应文件做一次无人值守安装
用的命令也是官方文档给的
setup -options "d:\answers.txt" -silent -W SybaseLicense.agree=true
可是运行这个命令后 机器没什么反应 光驱转了一会(安装程序在光盘里,ISO镜像文件)
然后就再无任何反应 而且也没有安装
使用的平台环境是Vmware 虚拟机6.0.3版 Windows 2003 企业版R2Sybase版本是12.5.2 ASE 企业版
用手动安装没有问题而且保证手动安装和无人值守安装时机器的环境是一样的(通过Vmware虚拟机的快照功能)
所以现在很晕 不知道为什么不成功
有谁知道还需要做什么工作吗? 告诉小弟一声 不胜感激 :)
[ 本帖最后由 liulei2003 于 2008-9-26 16:47 编辑 ] 还有这会事,第一次听说,偶向来是一步步安装的,能装好就不错了。
问题情况继续更新
环境没变 我换用了下面这条命令SetupConsole -options "d:\answers.txt" -silent -W SybaseLicense.agree=true
然后控制台报如下输出
In silent install mode you need to agree to the Sybase License Agreement
by adding the option
-W SybaseLicense.agree=true
to the command line call.
If a silent install options file is used the value for the SybaseLicense.agree
property needs to be set to 'true'.
Please read the License Agreement before you agree to it.
问题是,我明明已经添加了这个选项
比较郁闷...
问题解决了
这里不得不佩服一下Sybase公司Setup安装文件给的报错信息本身就是错的
NT下的官方文档也是错的 :(
在Unxi下安装的官方文档里找到答案
那个选项应该是 -W SybaseLicense.agreeToLicense=true
......
页:
[1]