Visual Studios 2010部署.

Visual Studios 2010部署.

问题描述:

大家好,我试图找出程序的部署.我有一个第三方软件,可以制作安全的exe文件并为我的程序添加锁.现在,我需要弄清楚如何将其部署到可以对其进行更新的位置.我可以简单地创建一个安装项目,并创建安装文件和msi文件,但是无法获取它来更新程序.我对事物的部署方面非常陌生.发布前,我已经在许多Google搜索中阅读了数小时.我只是失去了在这一点上.我真的很感谢一些指导.感谢您的关注.

Don

Hi all, I am trying to figure out the deployment for my program. I have a 3rd party software that makes a secure exe and adds locks for my program. I now need to figure out how to deploy it where I can update it. I can simple make a setup project and make the setup and msi files, but am unable to get this to update the program. I am very new to the deployment side of things. I have read for hours on many google searches before posting. I am just lost at this point. I would really appreciate some guidance. Thanks for looking.

Don

您可以使用可用的项目模板创建安装项目,通常是添加新项目"-> 其他项目类型"-> 设置和部署"-> 设置项目",然后将第3方可执行文件添加为该项目的节点.安装程序将简单地将可执行文件放到目标安装目录中.

如果该软件需要其他功能,请联系该软件的作者和/或其文档.

—SA
You can create a setup project using the available project template, typically "Add new project" -> "Other project types" -> "Setup and deployment" -> "Setup project" and add you 3rd-party executable(s) as the nodes of this project. The setup will simply put the executable(s) in your target installation directory.

If this software requires anything else, address to the authors of this software and/or their documentation.

—SA