Is is possible to changed post install dialog content?

Hi,

I was trying to change the dialog that appears after my plugin is installed, but i was unsuccessful. All i have managed to do is add a Get started page which then makes a Get Started button to appear at the dialog but i was wondering if i am missing some module or if its not possible at all?

Thank you,
André Rodrigues

Do you mean the “You’ve installed XXX add-on of version yyy”? That’s system generated and you can’t configure. You can do the post install (which creates the get started button). My suggestion is to do it and then popup things when people start interacting with your add-on (i.e. when you do have control).

I concur with Daniel, and also will mention the postInstallPage module; it defines what happens when the user clicks the “Get Started” button.

Yes thats what i mean Daniel, i wanted to change that dialog but i see that is not possible. I already did what you suggested and now my plugin has the get started button.

Thank you,
André Rodrigues