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.
Is there a way to launch msbuild so that it calls devenv.exe as admin? We need this because it registers COM assemblies as part of the build.
thanks - dave
唯一の方法は、管理者としてMSBuild.exeを起動することです(昇格したコマンドプロンプトでmsbuildコマンドを実行するなど)。その後、devenv.exeなどのMSBuild.exeによって初期化されたすべてのプロセスが管理者コンテキストで実行されます。