简体   繁体   English

如何在Visual Studio 2010(最终版)中部署C#.net项目?

[英]How to Deploy a C#.net project in Visual studio 2010 (ultimate)?

solution is developed for x86 platform and framework 3.5... 解决方案是针对x86平台和框架3.5开发的...
i need to include pre-request setups in my offline project ...dot net frame work 3.5 , sql server compact server sp 2,windows installer 3.1 are the pre-request that the setup should check for and install if not installed in target machine...how to create setup with pre-request setups ? 我需要在脱机项目中包括预请求安装程序.... dot net frame work 3.5,sql server compact server sp 2,windows installer 3.1是安装程序应检查并如果未安装在目标计算机中则进行安装的预请求...如何使用预请求设置创建设置? Builded successfully...when i select pre-request without framework 3.5...... error occours only when i select framework 3.5 构建成功...当我选择不带框架3.5的预请求时……仅当我选择框架3.5时才会出现错误

You can make use of the Launch conditions editor for specifying prerequisites on client machine. 您可以使用启动条件编辑器在客户端计算机上指定先决条件。 And you can package the rest and deploy it using one of two approaches: ClickOnce or Windows Installer. 然后,您可以打包其余部分并使用以下两种方法之一进行部署:ClickOnce或Windows Installer。 More on this here: 在此更多信息:

http://msdn.microsoft.com/en-us/library/e2444w33.aspx http://msdn.microsoft.com/zh-CN/library/e2444w33.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Visual Studio 2010 部署基于 Crystal Reports .Net 的项目? - How to deploy Crystal Reports .Net based project with Visual Studio 2010? 如何部署Windows应用商店项目(Visual Studio Ultimate 2012) - How to deploy windows app store project (Visual Studio Ultimate 2012) 如何在Visual Studio 2005的C#.NET中的项目中添加对COM组件的引用? - How to add reference to a COM component in my project in C#.NET in Visual Studio 2005? 在Visual Studio 2010 Ultimate中没有出现“创建单元测试项目” - “create a unit test project” doesnt appear in visual studio 2010 ultimate 使用Visual Studio 2010 Ultimate进行模拟 - Mocks with Visual Studio 2010 Ultimate 如何在Visual Studio 2010最终建模项目中创建属性? - How can I create properties in Visual studio 2010 ultimate modeling project? 在Visual Studio 2010中从.NET项目启动C ++项目 - Launching a C++ project from a .NET project in Visual Studio 2010 Visual Studio c#.net中的重载按钮 - overloading button in visual studio c#.net 如何安装/部署用C#.net开发的VSTO Excel 2010 Addin? - How to install/deploy VSTO Excel 2010 Addin developed in C#.net? 如何在 Microsoft Visual C# 2010 Express 中部署项目? - How to deploy a project in Microsoft Visual C# 2010 Express?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM