C#
  Home arrow C# arrow Page 3 - Creating a .NET Windows Installer – Part 1
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Moblin 
JMSL Numerical Library 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
C#

Creating a .NET Windows Installer – Part 1
By: Wrox Team
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 66
    2003-03-06

    Table of Contents:
  • Creating a .NET Windows Installer – Part 1
  • Article
  • Introducing the Windows Installer Service
  • The Sample Project
  • Creating the Windows Installer Project
  • The Setup Designers
  • Adding Files, Project Outputs, and Shortcuts
  • Support Files and Project Outputs
  • Shortcuts
  • Customizing the User Interface
  • Abstract
  • Article
  • Introducing the Windows Installer Service
  • The Sample Project

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Creating a .NET Windows Installer – Part 1 - Introducing the Windows Installer Service


    (Page 3 of 14 )

    Microsoft's Windows Installer (MSI) technology isn't specific to .NET. In fact, it's included with all new versions of the Windows operating system (including Windows 2000, ME, and XP) and is available as a separate download for Windows 98 and Windows NT 4. Some of its hallmarks include:

    Support for a system-maintained installation database. Windows uses this database to uninstall software without damaging other applications.

    Support for self-repair, which allows modified or deleted files to be restored automatically from a Windows Installer setup. This allows your application to recover if a curious user makes some reckless changes. All you need to do is right-click on the original setup file and choose Repair from the context menu.

    Support for transactional installation. If a user cancels a setup, or if a setup fails halfway through, any changes that have been made are rolled back, leaving the computer in the exact same state that it was in before installation began.

    Windows Installer files always have the extension .msi, which is registered to the Windows Installer service (typically C:\WINNT\System32\msiexec.exe). Though they look like ordinary installation programs, MSI files do not contain a traditional stand-alone setup program (.exe file). Instead, they rely on the installation service built into the Windows operating system. This service supplies a few pre-defined dialogs and a limited amount of preset configuration.

    It's important to note that Windows Installer projects are not really.NET projects. They aren't coded in a .NET language, and they don't use the CLR. However, Visual Studio .NET can help you create Windows Installer projects based on .NET programs with ease, automatically taking care of assemblies and dependencies. Instead of writing installation scripts, you configure the options provided in the Visual Studio .NET designers and property windows.

    More C# Articles
    More By Wrox Team


       · Great Description, but where i can find the second part ?
     

    C# ARTICLES

    - Introduction to Objects and Classes in C#, P...
    - Visual C#.NET, Part 1: Introduction to Progr...
    - C# - An Introduction
    - Hotmail Exposed: Access Hotmail using C#
    - Razor Sharp C#
    - Introduction to Objects and Classes in C#
    - Making Your Code CLS Compliant
    - Programming with MySQL and .NET Technologies
    - Socket Programming in C# - Part II
    - Socket Programming in C# - Part I
    - Creational Patterns in C#
    - Type Conversions
    - Creating Custom Delegates and Events in C#
    - Inheritance and Polymorphism
    - Understanding Properties in C#







    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway