如何执行Sitecore的无人参与安装?

Der*_*ker 4 installation sitecore salt-stack sitecore-instance-manager

我的团队正在尝试使用Sitecore可执行文件通过Salt自动安装Sitecore.我们更喜欢使用.exe而不是手动安装zip包,因为安装向导会通过修改注册表来将Sitecore注册为已安装的程序.从理论上讲,盐会让盐知道"状态"已经实现.

用/?运行可执行文件时?参数,显示以下选项列表:

/? or /help : this help screen
/i : install (default)
/x : uninstall
/q : force silent (no UI) mode
/qb : force basic UI mode
/nq : force full UI mode
/nosplash : do not display splash screen
/Log : enable logging
/LogFile [path] : specify log file
/ConfigFile [path] : specify configuration file
/ExtractCab : extract embedded components
/DisplayCab : display a list of embedded components
/DisplayConfig : display a list of configurations
/ComponentArgs ["id|display_name":"value"...] : additional component args
/ControlArgs ["id":"value" ...] : additional control values
/CompleteCommandArgs [args] : additional complete command 
Run Code Online (Sandbox Code Playgroud)

尽管我们尽最大努力,但除了上面的描述之外,我们无法找到有关这些论点的文档.我认为我们所追求的是一种向可执行文件(使用/ConfigFile参数)提供配置文件的方法,该文件包含以下信息:

  • 安装/卸载
  • 安装类型(完整/仅客户端)
  • 实例名称
  • 数据库凭证

运行该/DisplayConfig命令仅显示语言选项以及相关内容.

有谁知道如何为可执行文件提供配置和/或传递它需要的参数?

Jer*_*vis 6

我写了一篇关于让Sitecore安装程序自动化的问题的博客文章:

http://jermdavis.wordpress.com/2014/04/24/unattended-installs-of-sitecore/

我想这可能对你有帮助吗?