andkylee 发表于 2011-02-22 12:36

使用响应文件response file 进行Sybase ASE的静默安装

生成响应记录文件:

setupConsole.exe -options-record c:\ase1503responsefile-record.txt

根据响应记录文件的内容进行ASE的静默安装:

setupConsole.exe -silent -options c:\ase1503responsefile-record.txt -W SybaseLicense.agreeToLicense=true -G replaceExistingResponse="yesToALL"

响应记录文件c:\ase1503responsefile-record.txt中对ASE默认安装过程进行的改动有:

1.安装目录:d:\sybase

2.定制安装

3.追加了3个组件选项:Job Scheduler、Chinese Language Module、Shared

4.安装开发版

5.启用remember password选项

6.不配置新服务器


响应记录文件c:\ase1503responsefile-record.txt内容:

hefan 发表于 2011-03-04 18:32

我还以为说的srvbuild呢。。是安装啊。。。一路next的啊。

srvbuildres还是好用的。

andkylee 发表于 2011-03-04 19:17

经常一路next,这不是找个省力的法子嘛。
页: [1]
查看完整版本: 使用响应文件response file 进行Sybase ASE的静默安装