Daniel
Posts: 8237
Joined: Mon Apr 02, 2012 1:11 pm
Contact:  Website

Re: Service applications created with RAD Studio provides AfterInstall event which is not triggered with your Installer

Fri May 06, 2016 9:17 am

Hello,

The AfterInstall event should be automatically triggered after the Install() method of your service is run. To make sure the Install() method of your service is called during installation, can you please add a .NET Installer Class custom action with sequence, added as deferred after "Install Execution Stage -> Add Resources" action group, which will call the Install() method of your service source file?

Let us know if this helped.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Feature Requests”