使用 .Net Framework 嵌入 VB 风格 CD
在旧的 VB6 时代,可以将运行时嵌入到 CD 上,并在插入 CD 时自动运行应用程序,而无需运行安装。
.Net 中是否有任何东西可以模仿这个?
谢谢 雅克
In the old VB6 days it was possible to embed the runtime onto a cd and run the app automatically when the CD was popped in without having to run through an installation.
Is there anything available in .Net that mimics this?
Thanks
Jacques
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是和否。
您始终需要目标 PC 上的 dotNet 框架。
但之后,您可以从 CD 运行、使用简单的 XCopy 部署或进行 ClickOnce 安装。
Yes and No.
You will always need the dotNet framework on the target PC.
But after that, you can run from a CD, use simple XCopy deployment or a make a ClickOnce installation.