将一个 MSI 部署到多个站点和服务器
只是想问一下,是否可以将一个 msi 安装程序部署到多个站点和服务器?
希望尽快收到您的来信。
Just want to ask, is there away to deploy one msi installer to multiple sites and server?
Hope to hear from you soon.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题不是 StackOverlow 的主题,应该在 ServerFault 上。
简而言之,开发包和分发包是两个非常不同但相关的重点领域。对于分发,您可以查看 Active Directory 组策略软件分发或 Microsoft Systems Center Configuration Manager 软件分发等工具。
作为安装开发人员,您应该专注于使 MSI 防弹并充分测试静默安装/卸载方案。除此之外,由客户 IT 组织决定他们的包裹交付方法。
This question is off topic for StackOverlow and should be on ServerFault.
In a nutshell, developing a package and distributing a package are two very different albeit related focus areas. For distribution you can look at tools such as Active Directory Group Policy Software Distribution or Microsoft Systems Center Configuration Manager Software Distribution.
As a setup developer you should focus on making your MSI bulletproof and fully test the silent install/uninstall scenarios. Beyond that it's up the customer IT organization to decide what their package delivery method will be.