So, I'm trying to create an automatic installer using Python. How will I interact with the native Windows applications that I run? I am currently running them using subprocess.call. Do I need to use Win32com? IronPython? Call a VB script from Python?
I am trying to examine COM objects, but all I see is Microsoft's default applications.
source
share