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


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to