通过 Inno Setup 中的 WebInstaller 以静默方式安装 Direct X
我想在安装 Windows 应用程序期间使用 Inno Setup 在用户计算机上通过 网络安装程序 安装 Direct X(以使我的安装更小)。如果可能的话,如果未安装 Direct X,我希望有条件地执行此操作。如果可能的话,我想默默地这样做。
到目前为止,我找不到可行的方法来做到这一点 - 微软似乎让这有点困难。谁能指出我正确的方向或描述这是如何可能的?
编辑:可以在这里找到半工作解决方案: http://www .vincenzo.net/isxkb/index.php?title=DirectX_-_How_to_detect_DirectX_version
仅供参考:毕竟,我刚刚使用了带有静默标志(“/Q”)的 directxwebsetup.exe。安装 DirectX 后,只会看到一个小的 GUI 闪现,否则会打开 DirectX 安装 GUI 并安装 DX。
I'd like to install Direct X with a web-installer (to make my setup smaller) on a users machine using Inno Setup during the setup of my windows application. If possible, I'd like to do that conditionally, if Direct X is not installed. If also possible, I'd like to do that silently.
I couldn't find out a working way to do this so far - Microsoft seems to make this a bit hard. Can anyone point me into the right direction or describe how this is possible?
EDIT: A semi-working solution can be found here: http://www.vincenzo.net/isxkb/index.php?title=DirectX_-_How_to_detect_DirectX_version
FYI: After all, I just used the directxwebsetup.exe with the silent flag ("/Q"). When DirectX is installed, just a small GUI flashup is seen, and otherwise a DirectX install GUI opens and installs DX.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ISXKB wiki< 上有一个很好的示例,用于检测 .NET 版本/a>.可以扩展为使用 Nick Sherlock 的 InnoTools 下载器来下载它,然后您可以使用适当的命令行选项运行它以静默执行此操作。
There is a good sample for detecting the .NET version on the ISXKB wiki. This can be expanded to use Nick Sherlock's InnoTools downloader to download it and you can then run it with the appropriate command line options to do it silently.