Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

InstallScript event handler arguments


1 reply to this topic

Zitronenfalter

Zitronenfalter
  • Full Members
  • 2 posts

Posted 06 October 2017 - 10:23

Hi,

the documentation for InstallScript event handlers says, a handler must be declared with exactly one parameter. The parameter is an object.

I'm searching which kind of object is it, which data and which functions are available. It seems to me that there is simple nothing.

Can someone point me to the right place?

Thanks a lot



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 11 October 2017 - 13:30

It is of type ISuiteExtension and can be used with these functions:

  • SuiteFormatString 
  • SuiteGetProperty 
  • SuiteLogInfo 
  • SuiteResolveString 
  • SuiteSetProperty