; If in the nsi file, even if in a conditional fork, the file WILL be included, ; even if not used by installation ; so separate python version files out to be called and included only as required Function py_version_install SetOutPath "$INSTDIR\sofalibs" ;MessageBox MB_OK "Installing full Python 2.6 version" !insertmacro msi_installer "python-2.6.5.msi" MessageBox MB_OK "No need to tick 'View README ...' in middle of next step." !insertmacro exe_installer "wxPython2.8-win32-unicode-2.8.10.1-py26.exe" !insertmacro exe_installer "numpy-1.3.0-win32-superpack-python2.6.exe" !insertmacro exe_installer "pysqlite-2.5.5.win32-py2.6.exe" !insertmacro exe_installer "PyGreSQL-4.0.win32-py2.6.exe" !insertmacro exe_installer "pywin32-213.win32-py2.6.exe" !insertmacro exe_installer "MySQL-python-1.2.3c1.win32-py2.6.exe" !insertmacro exe_installer "matplotlib-0.99.1.win32-py2.6.exe" FunctionEnd