[issue1569] Add VS CRT redist to the MSI installer

Jeroen Ruigrok van der Werven report at bugs.python.org
Fri Feb 29 13:10:47 CET 2008


Jeroen Ruigrok van der Werven added the comment:

Hi Martin,

yes, that's exactly what I am saying actually. :)

This is the resulting file I created: Python26.msi
Right now it only installs into C:\Python26 and puts python.exe, 
pythonw.exe and python26.dll there, but it is a start.

In pcbuild.sln this entry was added:

Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Python26", 
"Python26\Python26.vdproj", "{B4DFC5BC-6BEA-41B7-9A40-663F2677E506}"
EndProject

The Python26.vdproj is attached.

More work needs to be done, of course, but I merely wanted a proof of 
concept for a project file that could build a .msi and had the 
appropriate MSM integrated.

Added file: http://bugs.python.org/file9575/Python26.vdproj

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1569>
__________________________________


More information about the Python-bugs-list mailing list