简体   繁体   English

如何安装第三方应用程序

[英]How to install a third party application

I would like to know if there's a way to handle c# to install a third party application (mysql server 5.0 in this case). 我想知道是否有处理c#的方法来安装第三方应用程序(在这种情况下为mysql server 5.0)。 I'm not talking about a visual studio installer project but a winForm application that could be programatically used to handle third party installers. 我不是在谈论Visual Studio安装程序项目,而是一个可以通过编程方式用于处理第三方安装程序的winForm应用程序。 Thanks in advance 提前致谢

I have used System.Diagnostics.Process for that. 我已经为此使用System.Diagnostics.Process It can execute files on a given path, eg MySQL server installer. 它可以在给定路径上执行文件,例如MySQL服务器安装程序。 You would however need to supply the executable file. 但是,您将需要提供可执行文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 UWP应用程序第三方SDK - UWP Application Third party SDK C#-如何在第三方应用程序中设置服务参考配置 - C# - How to set service reference configuration in a third party application 如何在我的 C# 应用程序中调用第三方 exe? - How to call an third party exe within my C# application? 如何在第三方 windows 表单应用程序上添加带有事件的按钮? - How to add button with events on third party windows form application? 如何在我的客户端应用程序中处理第三方站点上的recaptcha - How to handle recaptcha on third-party site in my client application 如何在.Net Core 中使用不同的第三方记录器登录到文件? 第三方记录器可能会在应用程序启动时动态更改 - How to log to a file using different third party logger in .Net Core? Third party logger may change dynamically when application starts 第三方应用程序的空闲会话到期 - Third party Application's Idle Session expiry 在WCF第三方应用程序中获取绑定和URI - Getting the Binding and URI in a WCF third party application 专注于第三方申请并返回 - Get focus on third party application and return 从第三方应用程序获取列表视图 - Get listview from third party application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM