1.

What Is The Difference Between “immediate Execute / Deferred Execute”?

Answer»
  • Immediate CUSTOM actions, can be SEQUENCED anywhere within any of the sequence tables
  • Deferred custom actions can only be sequenced between the INSTALL Initialize and Install Finalize actions in execute sequence tables
  • Immediate custom actions have access to the INSTALLATION database
  • Deferred custom actions doesn’t have access to the Installation database
  • Immediate custom actions can only run in the User Context
  • Deferred custom actions can run both in the context of the user and elevated using the system context.



Discussion

No Comment Found