[issue1449] make msi work the vs 2005(MSVC8)

zouguangxian report at bugs.python.org
Thu Nov 15 16:23:54 CET 2007


New submission from zouguangxian:

with vs 2003, msi.py get msvcr71.dll from msm. but with vs 2005, It's 
better to extract msvcr80.dll from %VCINTALLDIR%\redist\x86
\Microsoft.VC80.CRT\. In addition, it seems to extract file from 
Microsoft_VC80_CRT_x86.msm need upgrade MSI to 3.1, i am not sure.

I 'PCbuild' to 'PCbuild8' in msi.py and add extract_msvcr80, that will 
make msi.py work with vs 2005.

----------
files: msi.patch
messages: 57532
nosy: weck
severity: normal
status: open
title: make msi  work the vs 2005(MSVC8)
type: compile error
versions: Python 2.5
Added file: http://bugs.python.org/file8754/msi.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1449>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: msi.patch
Url: http://mail.python.org/pipermail/python-bugs-list/attachments/20071115/475af36f/attachment.txt 


More information about the Python-bugs-list mailing list