From: Vagmi M. <vag...@gm...> - 2004-10-28 09:54:36
|
The actions in the InstallUISequence and the InstallExecuteSequence are executed serially by Windows Installer as indicated by the sequence number. Installer by default, initially queries and executes the actions in the InstallUISequence table. When the Installation hits the ExecuteAction in InstallUISequence, it queries the actions in the InstallExecuteSequence and executes them. Then there is a whole bunch of details about Deferred execution and stuff. Read the following MSDN help articles for more info. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/installuisequence_table.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/installexecutesequence_table.asp -- Vagmi http://installneo.blogspot.com |