mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
20 lines
656 B
Plaintext
20 lines
656 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_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"
|