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

cdeploymentsetup-deploymentvisual studio 2010

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

Best Answer

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