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]
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.
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?