AFAIK, a setup wizard is just a simplified way of building an installer.
It's likely to be inadequate if you're doing much more than installing a
couple of files. A setup project has a full IDE.
--
--
Phil Wilson
[MVP Windows Installer]
[quoted text, click to view] "Joachim" <Joachim@discussions.microsoft.com> wrote in message
news:8B5BCD92-807D-402C-8E2A-3E1A9286A75E@microsoft.com...
> Which is the best way to build an installer for my .NET application? Setup
> project or Setup wizard? I have tried the MSDN help and googling about
> this
> but haven't found any good information on how to do. Where can I find
> information about this? Links? Books?