2011-03-06 04:19:18 +08:00
|
|
|
#
|
|
|
|
# This is setup script for pykd project.
|
|
|
|
# Author: Maksim K. aka airmax
|
|
|
|
#
|
|
|
|
|
|
|
|
!define PRODUCT_ARCH "x86"
|
2011-04-05 00:49:58 +08:00
|
|
|
|
|
|
|
# When changing Python vesion don't forget to update ProductCode appropriately
|
2011-03-06 04:19:18 +08:00
|
|
|
!define PYTHON_INSTALLER "python-2.6.6.msi"
|
2011-04-05 00:49:58 +08:00
|
|
|
!define PYTHON_PRODUCT_CODE "{6151CF20-0BD8-4023-A4A0-6A86DCFE58E5}"
|
|
|
|
|
|
|
|
# Source http://www.microsoft.com/downloads/en/details.aspx?FamilyID=766a6af7-ec73-40ff-b072-9112bab119c2
|
|
|
|
# When changing VC runtime vesion don't forget to update ProductCode appropriately
|
|
|
|
!define VCRUNTIME_URL "http://download.microsoft.com/download/6/B/B/6BB661D6-A8AE-4819-B79F-236472F6070C/vcredist_x86.exe"
|
|
|
|
!define VCRUNTIME_PRODUCT_CODE "{837b34e3-7c30-493c-8f6a-2b0f04e2912c}"
|
|
|
|
|
2011-03-06 04:19:18 +08:00
|
|
|
!include "pykd_setup_common.nsh"
|