Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there an event that I can hook into that fires when a new package is installed?
Hi Patrick,
I don't think there is.
But if its one of your own packages then you can easely add your own custom package installer to do stuff during the installation process.
Just create a new class which inherist from IPackageAction
/Michaël
Unfortunately I was looking to see when any package was installed rather than one of my own.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Package installed event
Is there an event that I can hook into that fires when a new package is installed?
Hi Patrick,
I don't think there is.
But if its one of your own packages then you can easely add your own custom package installer to do stuff during the installation process.
Just create a new class which inherist from IPackageAction
/Michaël
Unfortunately I was looking to see when any package was installed rather than one of my own.
is working on a reply...