Visual Studio Express 中部署工具的行为
我在 VS Express (2008) 中创建了一个快速游戏,并使用内置部署工具(单击一次?)来创建安装程序。
我把它带到另一台计算机上,运行它(Windows XP)以从刻录的 CD 进行安装。
它创建了该程序,但仅限于登录用户。
我是否缺少将其安装到 XP 系统上的所有用户的设置?或者这是 Express 版本安装程序的限制?
I created a quick game in VS Express (2008) and used the built-in deployment tool (click once?) to create an installer.
I took it to another computer, ran it (Windows XP) to install from a burned CD.
It created the program but only for the logged in user.
Is there a setting I'm missing for installing it to all users on an XP system? Or is this a limitation of the Express edition's installer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 ClickOnce 的限制。零售版允许您创建将为所有用户部署您的应用程序的安装程序。但 Express 版本不支持安装项目。这是他们鼓励您支付许可证费用的方式之一。
背景信息位于此博客文章中。
It is a limitation of ClickOnce. The retail edition allows you to create installers that will deploy your app for all users. But the Express edition doesn't support Setup projects. That's one of the ways they encourage you to pay for the license.
Backgrounder info is in this blog post.