Tuesday, July 21, 2009

Chapter 9-Lesson 2

  • Installer class allows for creation of Setup files to help deploy our Assemblies.
  • Adding a class to the project that inherits from Installer class and overriding Install( ), Commit( ), Rollback( ) and Uninstall( ) methods will make an Application installable. Additionally we add a RunInstaller Attribute and set it to true.
  • To initiate an Installer programmatically, we use AssemblyInstaller or ComponentInstaller classes.

No comments:

Post a Comment