Searched refs:InstallUISequence (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/msilib/ |
D | schema.py | 300 InstallUISequence = Table('InstallUISequence') variable 301 InstallUISequence.add_field(1,'Action',11592) 302 InstallUISequence.add_field(2,'Condition',7679) 303 InstallUISequence.add_field(3,'Sequence',5378) 580 …log, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedCom…
|
D | sequence.py | 108 InstallUISequence = [ variable
|
/third_party/python/Doc/library/ |
D | msilib.rst | 557 *InstallExecuteSequence*, and *InstallUISequence*.
|