我想知道已安装的软件版本 [英] I want to know Installed software version

查看:72
本文介绍了我想知道已安装的软件版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以通过表单事件检查PC上的软件版本?
例如.
我想通过程序知道PC上的NetBeans和其他版本


我该怎么办?
我是初学者.

请帮帮我!!!
:(

Is there a way to have a form event check the version of software on the PC
eg.
I want to know the version of NetBeans and others on my PC by program


What can i do?
I''m begineer.

Please Help me!!!
:(

推荐答案

System.Diagnostics.FileVersionInfo finfo = System.Diagnostics.FileVersionInfo.GetVersionInfo(fullFilePath);


已注册程序的信息位于系统注册表中,键为HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall .请查看本文 [
The information for registered programs is held in the system registry under the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. Take a look at this article[^] for some information on how to access the registry.


请尝试以下单击 ]


这篇关于我想知道已安装的软件版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆