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 asmodai
Recipients asmodai, christian.heimes, jorend, loewis
Date 2008-02-29.12:10:46
SpamBayes Score 0.20302199
Marked as misclassified No
Message-id <1204287047.94.0.213794487833.issue1569@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-02-29 12:10:48asmodaisetspambayes_score: 0.203022 -> 0.20302199
recipients: + asmodai, loewis, jorend, christian.heimes
2008-02-29 12:10:47asmodaisetspambayes_score: 0.203022 -> 0.203022
messageid: <1204287047.94.0.213794487833.issue1569@psf.upfronthosting.co.za>
2008-02-29 12:10:47asmodailinkissue1569 messages
2008-02-29 12:10:46asmodaicreate