如何在U盘中制作安装程序?
你好, 我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这相当简单。您只需要 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