使用我的 C# 应用程序以编程方式安装 Dokan?

发布于 2024-11-17 01:12:54 字数 164 浏览 1 评论 0原文

我有一个需要 Dokan 的应用。
当应用程序启动时,我想检查Dokan是否已安装。
如果没有,我该如何安装?
我有安装程序文件,但如何静默安装它?我不想用另一个 GUI 来打扰用户。

I have an app that requires Dokan.
When the app starts, I wish to check whether Dokan is installed or not.
If it's not, how do I install it?
I have the installer file, but how do I silently install it? I don't want to bother the users with yet another GUI.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枉心 2024-11-24 01:12:54

通常,安装程序有一些命令,您可以使用一些参数调用 setup.exe 文件,例如 /S 或让您静默安装应用程序的参数。
大写 S 特定于 NSIS 安装程序。

Normally, there are some commands for installers and you can call setup.exe file with some parameters like /S or something that let you install the app silently.
Capital S is specific for NSIS installers.

归途 2024-11-24 01:12:54

只需将 dll 文件和 exe 文件放在您的应用程序目录中,您的应用程序将在需要时使用它们。

Just put the dll files and exe file in your application directory and they will be used by your application when necessary.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文