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

call of abort() in a object method


1 reply to this topic

Zitronenfalter

Zitronenfalter
  • Full Members
  • 2 posts

Posted 02 September 2005 - 12:23

Dear all,
I call abort() in a method of a object. The setup coninuous at the calling point of the method, it works like return.

How can I abort the complete installation from a method in a module?

Thanks for any help.

Torsten

beginner123

beginner123
  • Members
  • 13 posts

Posted 15 September 2005 - 20:55

Not sure this will help at all, but I've always just called the abort method this way:

abort;

Like I said, not sure if this is any help. I've never seen this behavior.