Visual Studio Express 中部署工具的行为

发布于 2024-08-25 18:06:58 字数 198 浏览 6 评论 0原文

我在 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 技术交流群。

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

发布评论

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

评论(1

乞讨 2024-09-01 18:06:58

这是 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.

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