• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

.NET installer class examples wanted

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    .NET installer class examples wanted

    Can anyone give me a few examples of where they have used a .NET installer class?










    like that ;-)
    Mark

    #2
    oops

    erm, how the heck do I modify a topic title. Vewy bad of me..

    Comment


      #3
      oops

      .Net installer classes are used when you install the app, The windows installer instantiates and invokes your implemented installer class (so long as you have told it that the assembly contains an installer class!). For example:-

      I wrote a widows service in C#, when I install it I want to stop the dependent services first, after install I want to re-start them. All of this is done in my custom installer class......


      Hope this helps,
      D

      Comment

      Working...
      X