Monday, July 28, 2008

Deploying a C# application (Visual Studio Setup Project)

Let's keep up with MSI:

Deploying a C# application (Visual Studio Setup Project)
http://www.dreamincode.net/forums/showtopic58021.htm

A page with screen shots and page by page steps on how to create setup for Windows application.
Nice overview.

Sunday, July 27, 2008

URL-Based Windows Installer Installation Example

A URL-Based Windows Installer Installation Example
http://msdn.microsoft.com/en-us/library/aa367817(VS.85).aspx

Internet Download Bootstrapping
http://msdn.microsoft.com/en-us/library/aa369557(VS.85).aspx

and other Windows Installer Examples could be found here:
http://msdn.microsoft.com/en-us/library/aa372837(VS.85).aspx

set of articles "From MSI to WiX" by Alex Shevchuk

Interesting set of articles "From MSI to WiX" by Alex Shevchuk

http://blogs.technet.com/alexshev/pages/from-msi-to-wix.aspx

This is a series of articles on building installation packages using WiX.