Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
regasm.exe 似乎只能在 HKLM 中为整个系统注册一个 COM 可见的程序集。有没有办法只为登录用户执行此操作,无需 MSI 安装程序?
我考虑过使用 regasm 转储一个 .reg 文件,然后自己处理它以添加注册表项......如果我可以避免的话,我不想重新发明轮子。