This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author weck
Recipients weck
Date 2007-11-15.15:23:51
SpamBayes Score 0.0604923
Marked as misclassified No
Message-id <1195140234.29.0.51562354757.issue1449@psf.upfronthosting.co.za>
In-reply-to
Content
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
File name Uploaded
msi.patch weck, 2007-11-15.15:23:51
History
Date User Action Args
2007-11-15 15:23:54wecksetspambayes_score: 0.0604923 -> 0.0604923
recipients: + weck
2007-11-15 15:23:54wecksetspambayes_score: 0.0604923 -> 0.0604923
messageid: <1195140234.29.0.51562354757.issue1449@psf.upfronthosting.co.za>
2007-11-15 15:23:54wecklinkissue1449 messages
2007-11-15 15:23:54weckcreate