简体   繁体   中英

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

solution is developed for x86 platform and framework 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 ? Builded successfully...when i select pre-request without framework 3.5...... error occours only when i select framework 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. More on this here:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM