Hello, BBD!
There is a great FAQ about deployment projects here
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=219564&SiteID=1 --
With best regards, Vadym Stetsiak.
Blog:
http://vadmyst.blogspot.com You wrote on Thu, 27 Sep 2007 16:32:14 +0300:
B> Hi all,
B> I've created an installer for my .NET 2.0 C# application and, as I
B> see, setup directory looks as following:
B> Subdirectory "dotnetfx",
B> Subdirectory "WindowsInstaller3_1",
B> File setup.exe,
B> File MyApplication.msi
B> I would very like to have everything placed in one big setup.exe to
B> ship single file to my customer, as most other installers do. Is
B> there any good resources to look how it can be implemented under
B> Visual Studio 2005?
B> BBD