Lines Matching refs:dllname
951 registry entry for the specified application name. If no dllname is
958 def __init__(self, appname, dllname=None, logtype="Application"):
964 if not dllname:
965 dllname = os.path.split(self._welu.__file__)
966 dllname = os.path.split(dllname[0])
967 dllname = os.path.join(dllname[0], r'win32service.pyd')
968 self.dllname = dllname
970 self._welu.AddSourceToRegistry(appname, dllname, logtype)