I have Windows Form application developed with VS .NET 2003 in Visual Basic.
How to create deployment project or how to package my solution that further
could be installed with Windows Installer? What to begin with?
Have you looked at Visual Studio setup&deployment projects?
Any of these tools will do it:
http://www.installsite.org/pages/en/msi/authoring.htm

Signature
Phil Wilson [MVP Windows Installer]
----
>I have Windows Form application developed with VS .NET 2003 in Visual
>Basic.
> How to create deployment project or how to package my solution that
> further
> could be installed with Windows Installer? What to begin with?