[python-win32] Python Help needed - VerInstallFile API
Amit Arora
Amit.Arora at infogain.com
Tue May 1 07:45:39 CEST 2007
HI All,
I need to install a package and check the return value using the
VerInstallFile() API :
The function declaration which I get on MSDN is :
DWORD VerInstallFile( DWORD uFlags,
LPCTSTR szSrcFileName,
LPCTSTR szDestFileName,
LPCTSTR szSrcDir,
LPCTSTR szDestDir,
LPCTSTR szCurDir,
LPTSTR szTmpFile,
PUINT lpuTmpFileLen
)
Anybody has used this API and could share an example using a standard
msi package will be of great help .........
MSI packages can be any package , you make take installation of an
ActivePerl package for instance ....
(ActivePerl.msi)
Regards,
~Amit Arora
More information about the Python-win32
mailing list