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

Execution in System Context


1 reply to this topic

matrot

matrot
  • Full Members
  • 32 posts

Posted 31 October 2002 - 17:28

I'm trying to understand when use deffered custom actions in system context.
If My custom action has to deal with security (ie setting permission on folders and shares...) do I need to choose the custom action to run in system context even if the user that is performing the setup is an administrator for instance ?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 04 November 2002 - 17:54

System context is required for elevated privileges. If the user running the setup is Administrator I don't think you need system context. But make sure that it's a deferred action with an associated rollback CA.