Hi all,
I've created an installer for my .NET 2.0 C# application and, as I see,
setup directory looks as following:
Subdirectory "dotnetfx",
Subdirectory "WindowsInstaller3_1",
File setup.exe,
File MyApplication.msi
I would very like to have everything placed in one big setup.exe to ship
single file to my customer, as most other installers do. Is there any good
resources to look how it can be implemented under Visual Studio 2005?
BBD
Vadym Stetsiak - 02 Oct 2007 23:11 GMT
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
Robbe Morris - [MVP] C# - 21 Oct 2007 00:25 GMT
Check out the link below.

Signature
Robbe Morris [Microsoft MVP - Visual C#]
.NET Setup Deployment - MSI, Cassini, SQL Server, NTFS
http://www.eggheadcafe.com/tutorials/aspnet/2a5222d8-3d69-4f1c-b5ab-35ca33da0f65
/net-setup-deployment--m.aspx
> Hi all,
>
[quoted text clipped - 11 lines]
>
> BBD