使用新程序集标识安装 ClickOnce 应用程序

发布于 2024-12-01 02:51:29 字数 323 浏览 1 评论 0原文

我们使用 Visual Studio 2008 创建了一个 ClickOnce 应用程序。

我希望对同一应用程序进行两种不同的安装,一种是测试应用程序,另一种是实时应用程序。

不幸的是,我不知道在哪里指定(在项目属性中)应用程序之间的唯一性。

每次我尝试安装 LIVE 应用程序时,它都会通知我该应用程序已安装(因为我已经安装了测试应用程序)。

我希望能够安装两者。

We have created a ClickOnce application using Visual Studio 2008.

I would like to have two unique installations of the same application, one which is a TEST application and one which is a LIVE application.

Unfortunately, I don't know where to specify (in the project properties) the uniqueness between the applications.

Every time I try to install the LIVE application it informs me that the application is already installed (as I have the test application already installed).

I want to be able to install both.

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

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

发布评论

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

评论(1

尹雨沫 2024-12-08 02:51:29

为测试应用程序创建一个单独的安装程序。为其指定不同的名称和安装路径。如果使用 Visual Studio 安装项目,则使用不同的产品代码(请参阅项目的属性窗口)。

Create a separate installer for the test app. Give it a different name and installation path. If using a Visual Studio setup project then use a different Product Code (see the project's properties window).

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