如何在U盘中制作安装程序?

发布于 2024-11-07 08:46:36 字数 145 浏览 0 评论 0原文

你好, 我使用 C/C++ 编程和 Qt 创建了一个程序。然后我想让它可以从 USB 闪存驱动器安装。这意味着一旦用户插入 USB 闪存驱动器,Windows 安装程序向导就会自动启动。我可以知道如何做到这一点吗?是否也需要编程或只需部署软件即可?

谢谢 @!

Hallo,
I have created a program using C/C++ programming and Qt. Then I would like to make it installable from a USB flash drive. Meaning that once the user plug-in the USB flash drive, the Windows installer wizard will automatically launch. May I know how this can be done? Does it require programming as well or just a deployment software will do?

THanks @!

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

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

发布评论

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

评论(1

惜醉颜 2024-11-14 08:46:36

这相当简单。您只需要 USB 驱动器根目录中的 autorun.inf 文件即可。有关自动运行格式的信息,请查看此处

It's fairly simple. You just need an autorun.inf file in the root of the usb drive. For information on the autorun format take a look here

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