首页 > 其他 > 详细

Installutil.exe(安装程序工具)

时间:2020-01-19 17:53:50      阅读:77      评论:0      收藏:0      [点我收藏+]

安装程序工具是一个命令行实用工具,你可以通过此工具执行指定程序集中的安装程序组件,从而安装和卸载服务器资源。 此工具与 System.Configuration.Install 命名空间中的类配合使用。

此工具会自动随 Visual Studio 一起安装。 若要运行此工具,请使用 Visual Studio 开发人员命令提示(或 Windows 7 中的 Visual Studio 命令提示)。 有关详细信息,请参阅命令提示

在命令提示符处,键入以下内容:

 

installutil [/u[ninstall]] [options] assembly [[options] assembly] ...

 

参考地址:https://docs.microsoft.com/zh-cn/dotnet/framework/tools/installutil-exe-installer-tool

技术分享图片

 

Installutil.exe(安装程序工具)

原文:https://www.cnblogs.com/Tpf386/p/12214464.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!