On Tue, Mar 17, 2009 at 7:30 PM, Nacho108 <[email protected]> wrote:
>
> Hi everyone!
>
> I'm finishing my project in Visual Studio and I realized that the
> built VS gives, is a group of files instead of a single setup.exe or
> setup.msi file. Also, when I run it it doesn't install the program in
> the "program files" directory, it just run the application.
> Is this the only way VS makes a build? Am I missing something?
> Can anyone give a hand on how to create a single installation file so
> I can later distribute easily?
>
> Thanks in advance
> Nacho

have you checked out the deployment project in VS? it comes available
since VS 2003, and it creates setup.exe and setup.msi for you. and if
you want to do something for advanced, check out the WiX project.

-- 
Best Regards,
David Shen

Reply via email to