使用新程序集标识安装 ClickOnce 应用程序
我们使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为测试应用程序创建一个单独的安装程序。为其指定不同的名称和安装路径。如果使用 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).