Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > deploy C# appliaction very urgent
 

deploy C# appliaction very urgent

hello
i have developed an C# 2.0 desktop application now i want to create a setup so that user can install that application ,,,,
I want to know does user need .net framework 2.0 installed in his system or not
It's Me
  • Moved byOmegaManMVPWednesday, May 20, 2009 8:22 AM (From:Visual C# General)
  •  
It_s Meee  Wednesday, May 20, 2009 6:19 AM

1=> You can use the Setup and deployment project to create an installer

2=> The client machine need .Net framework installed.


Thanks,
A.m.a.L
.Net Goodies
Remember to click "mark as answered" when you get a correct reply to your question
A.m.a.L - aditi.com - Think Product  Wednesday, May 20, 2009 6:27 AM
hello
thanks for reply how can i create setup in C# for desktop application
regards
It's Me
It_s Meee  Wednesday, May 20, 2009 6:32 AM

Please refer to the solution for your another post: http://social.microsoft.com/Forums/en-US/csharpgeneral/thread/281d4751-77ea-42c9-9a34-a8b01e97b106

It also details about the creation of Setup in C# Desktop Application.

Here, Publish means: creating the setup for your Application.


Regards, Lakra :) - If the post is helpful or answers your question, please mark it as such.
Abhijeet Lakra  Wednesday, May 20, 2009 6:52 AM
You have to add a "Setup Project" to your solution, check this out: http://support.microsoft.com/kb/307353
David Libido  Wednesday, May 20, 2009 6:53 AM

You can also use ClickOnce deployment, if you have a network share or web server available to host it.

ClickOnce Overview
http://msdn2.microsoft.com/en-us/library/142dbbz4(VS.80).aspx

HowTo publish a clickonce app
http://msdn2.microsoft.com/en-us/library/31kztyey(VS.80).aspx

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Wednesday, May 20, 2009 3:57 PM

You can use google to search for other answers

Custom Search

More Threads

• Help required in displaying ReadMe text
• Creating custom prerequisite.
• Addin Deployment problem
• Click once deployment asking for interop.word
• Logging during execution of customer Installer class in an MSI
• Custom ApplicationContext and ClickOnce deployment
• How to prevent uninstallation of a DLL if it was not originally installed
• About VS2005 MSI package On the one product on one computer to install more problems
• Automatical uninstallation of my already installed program Options
• implementing on-demand download of assemblies