# # This is setup script for pykd project. # Author: Maksim K. aka airmax # !define PRODUCT_ARCH "x86" # When changing Python vesion don't forget to update ProductCode appropriately !define PYTHON_VERSION "2.6" !define PYTHON_URL_BASE "http://python.org/ftp/python/2.6.6/" !define PYTHON_INSTALLER "python-2.6.6.msi" !define PYTHON_PRODUCT_CODE "{6151CF20-0BD8-4023-A4A0-6A86DCFE58E5}" # When changing VC runtime vesion don't forget to update ProductCode appropriately # VC9 (VS2008) SP1 + MFC Security Update !define VCRUNTIME_PRODUCT_CODE "{9BE518E6-ECC6-35A9-88E4-87755C07200F}" !define MSDIA_DLL_NAME "msdia90.dll" !define CLSID_DiaSource "{4C41678E-887B-4365-A09E-925D28DB33C2}" !include "pykd_setup_common.nsh"