如何在Windows下进行sogou pinyin的自动化安装
背景:
Windows下应用程序的安装大都采用向导的方式,虽然交互界面友好,但是不利于批量自动化安装。而很多应用程序的安装包都支持自动化安装模式,又叫silent install mode或unattended install mode,都是指无需人工干预而自动完成整个安装过程的安装方式。
目标:
实现sogou pinyin的安装过程自动化,而无需人工干预(人工选择next)。
准备工作:
从官方网站下载sogou pinyin的安装包,例如:sogou_pinyin_51c.exe
操作步骤:
在Windows的“Command Prompt”中输入以下命令:
c:\> sogou_pinyin_51c.exe /S
注意使用的命令选项“/S”为大写的S。
参考阅读:
--Jack认为,对于批量Windows系统的管理,软件的silent install是很必要的。
Comments
- Anonymous
June 02, 2015
This information is no longer accurate... current versions of the Sogoue Pinyin installer .exe do not accept the /S or /s flag for silent install...