Making a setug file to my Win Application

Hi,
How can i make an Installation file to my WIndows Apllication in Visual C# Express?
[91 byte] By [BogN] at [2008-2-7]
# 1
The only way that is built in is to use the click once system, or you will have to look at a third party solution.

Introduction to ClickOnce Deployment
http://msdn.microsoft.com/vbasic/learning/clickonce/

GlennWilson at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2
Is it free?
BogN at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 3
Yes click once deployment is free and comes with express. I do not have an express install here at the moment, but from memory if you go to the tools menu there is a publish function, It is also available in the project properties. Just run the publish wizard and follow the prompts.
GlennWilson at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 4
Is ClickOnce the best way to make an installation for my Win application?
I have some dll's, and a DB that i want to attach to my installation, is it possible with click once on Visual C# 2005 Express?
BogN at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...