modes of installation:
simple/normal
administrative--network admin installs application's source image to network share.which will be used by network users to install on their system.
advertisement- only the entry point (context menu,file association,shortcut) will be installed.
each mode above, contains below phases
UI/client side(runs with user privileges)
execute/server side(runs as LocalSystem /elevated phase)
UI phase:
--
can be omitted or tuned off via command line(/q)
collects data from user
must not modify users system!, as transaction doesn't start yet, rollback suppor tnot there in failure
Execute/Server Phase
---
All system changes must occur here.
transactional and reversible.
In each phase, windows installer gathers details from sequence table and runs specified actions.
simple/normal
administrative--network admin installs application's source image to network share.which will be used by network users to install on their system.
advertisement- only the entry point (context menu,file association,shortcut) will be installed.
each mode above, contains below phases
UI/client side(runs with user privileges)
execute/server side(runs as LocalSystem /elevated phase)
UI phase:
--
can be omitted or tuned off via command line(/q)
collects data from user
must not modify users system!, as transaction doesn't start yet, rollback suppor tnot there in failure
Execute/Server Phase
---
All system changes must occur here.
transactional and reversible.
In each phase, windows installer gathers details from sequence table and runs specified actions.
No comments:
Post a Comment