Searched refs:RemoveRegistry (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 477 RemoveRegistry = Table('RemoveRegistry') variable 478 RemoveRegistry.add_field(1,'RemoveRegistry',11592) 479 RemoveRegistry.add_field(2,'Root',1282) 480 RemoveRegistry.add_field(3,'Key',4095) 481 RemoveRegistry.add_field(4,'Name',8191) 482 RemoveRegistry.add_field(5,'Component_',3400) 580 …onent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, …
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 477 RemoveRegistry = Table('RemoveRegistry') variable 478 RemoveRegistry.add_field(1,'RemoveRegistry',11592) 479 RemoveRegistry.add_field(2,'Root',1282) 480 RemoveRegistry.add_field(3,'Key',4095) 481 RemoveRegistry.add_field(4,'Name',8191) 482 RemoveRegistry.add_field(5,'Component_',3400) 580 …onent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, …
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 477 RemoveRegistry = Table('RemoveRegistry') variable 478 RemoveRegistry.add_field(1,'RemoveRegistry',11592) 479 RemoveRegistry.add_field(2,'Root',1282) 480 RemoveRegistry.add_field(3,'Key',4095) 481 RemoveRegistry.add_field(4,'Name',8191) 482 RemoveRegistry.add_field(5,'Component_',0xDFF) 580 …onent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, …
|