做网站找不到客户,wordpress插件使用教程,北京金山办公软件公司,容桂新网站建设作用
每个电脑安装的路径不一致会导致无法动态获取指定软件的安装路径#xff0c;通过注册表来获取安装路径
代码
RegistryKey registryKeyPro Registry.LocalMachine.OpenSubKey(SOFTWARE\\****);
string installDir (string)(registryKeyPro.GetValue(通过注册表来获取安装路径
代码
RegistryKey registryKeyPro Registry.LocalMachine.OpenSubKey(SOFTWARE\\****);
string installDir (string)(registryKeyPro.GetValue(InstallDir));