Click here to Skip to main content
Click here to Skip to main content

Creating a WIX Installer for ASP.NET Web Applications

By , 12 Nov 2010
 
installer.zip
installer
MyWeb
MyWeb.gpState
MyWeb.sln.cache
MyWeb
App_Data
bin
MyWeb.dll
MyWeb.csproj.user
obj
Debug
TempPE
Release
Properties
setup
bin
release
build_setup.build
ConfigurationInitialize.wxi
IisConfiguration.wxs
License.rtf
MyWebUI.wxs
Product.wxs
UIDialogs.wxs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace MyWeb
{
	public partial class _Default : System.Web.UI.Page
	{
		protected void Page_Load(object sender, EventArgs e)
		{

		}
	}
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Petr Pechovic
Technical Lead
Czech Republic Czech Republic
Member

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 12 Nov 2010
Article Copyright 2010 by Petr Pechovic
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid