I am trying to use the admin script found at
http://stackoverflow.com/questions/19672352/ . So I installed pywin32
using the binary named pywin32-218.win-amd64-py3.4.exe from the
sourceforge site, opened a python3.4 interpreter, and tried to import
win32api. I got an ImportError saying the mod
I would like to write a python program to install a driver inf file in
Windows. The information I have seen suggests that this would best be done
using SetupCopyOEMInf().
http://msdn.microsoft.com/en-us/library/aa376990%28v=VS.85%29.aspx
Is SetupCopyOEMInf() accessible through python-win32?
It lo