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.