如何使用 C# 检查 OpenOffice 是否以编程方式安装
如何使用 C# 检查 OpenOffice 是否以编程方式安装
how to check if OpenOffice is installed programatically using c#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 C# 检查 OpenOffice 是否以编程方式安装
how to check if OpenOffice is installed programatically using c#
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
这是一个获取打开 odt 文件的默认程序的启动位置的解决方案。只要文件关联未更改,无论安装什么版本,该功能都有效。
(这是VB.NET)
Here is a solution that gets the startup location of the default program to open a odt file. As long as the file association has not been changed this works regardless of what version is installed.
(this is VB.NET)
和其他语言一样吗?在文件系统上的已知位置搜索启动 open office 的可执行文件?检查图书馆?解析“which openoffice”的输出?
有很多选择,但我想说其中大多数都不可靠。
Same as in any other language? Search the known locations on the file system for the executable that launches open office? Check for libraries? Parse the output of "which openoffice"?
There are lots of options, and I'd say that most of them would not be reliable.