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

CA problem


1 reply to this topic

toktok

toktok
  • Members
  • 6 posts

Posted 21 May 2003 - 10:46

Hello,

I want to execute a function just before a feature is uninstalled.
In fact, before removing a feature, I must verify the installed feature is not corrupted. So I must do this before it is removed.

1) I set !FeatureName=3 AND &FeatureName=2 for the Exec condition. Is it OK ?

2) I don't know what to set to In-Script Execution (immediate ? deferred ? )

3) I don't know what to set to Install Exec Sequence ???

Thank you very much




Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 May 2003 - 13:50

1) yes
2) deferred is not required, you can use immediate
3) if immediate: anywhere before InstallFinalize. In any case after CostFinalize.