用于安装 silverlight 的 nullsoft 安装程序
有谁知道silverlight是否可以打包到NSIS等安装程序中?
Does anyone know if silverlight can be packaged into an installer such as NSIS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NSIS 可以轻松启动其他 msi 或安装 exe 并等待它们完成。所以是的。如果 Silverlight 有一个静默开关来执行安装,那么该过程将看起来无缝。
NSIS can easily fire off other msi or install exes and wait for them to finish. So yes. And if Silverlight has a silent switch for executing the install then the process will look seamless.