问题描述
我正在创建一个使用regasm将.NET程序集注册到COM的安装程序.不同的客户端将在其计算机上安装不同的Microsoft.Net版本.我需要提前知道加气的位置才能使用它.
I am creating an installer that registers .NET assemblies to COM using regasm. Different clients will have different Microsoft.Net versions installed on their machines. I need to know the regasm location in advance to use it.
我应该只在以下位置寻找它吗?还是还有其他可能的位置?
Should I look for it only in the following locations or is there any other possible location too?
它可以出现在以下位置吗?
Could it instead be present in the following location?
推荐答案
是的,它在两个文件夹中.
Yes, it's in both folders.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exeC:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exeC:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exeC:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe
C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exeC:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exeC:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exeC:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe
这篇关于如何在机器上找到加气位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!