pykd/setup/pykd_setup_x64.nsi
SND\air_max_cp 3b7173878b setup: create Python 2.6/2.7 setup
setup: changed output file name
setup: version increment


git-svn-id: https://pykd.svn.codeplex.com/svn@82087 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-08 17:42:50 +04:00

22 lines
749 B
Plaintext

#
# This is setup script for pykd project.
# Author: Maksim K. aka airmax
#
!define PRODUCT_ARCH "x64"
# 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.amd64.msi"
!define PYTHON_PRODUCT_CODE "{6151CF20-0BD8-4023-A4A0-6A86DCFE58E6}"
# When changing VC runtime vesion don't forget to update ProductCode appropriately
# VC9 (VS2008) SP1 + MFC Security Update
!define VCRUNTIME_PRODUCT_CODE "{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"
!define MSDIA_DLL_NAME "msdia90.dll"
!define CLSID_DiaSource "{4C41678E-887B-4365-A09E-925D28DB33C2}"
!include "pykd_setup_common.nsh"