Home
last modified time | relevance | path

Searched refs:_Installer (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Tools/msi/
Dmsilib.py64 _Installer=None variable
66 global _Installer
67 if _Installer is None:
69 _Installer = win32com.client.Dispatch('WindowsInstaller.Installer',
71 return _Installer