mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
#
|
|
# This is setup script for pykd project.
|
|
# Author: Maksim K. aka airmax
|
|
#
|
|
|
|
!define PRODUCT_ARCH "x64"
|
|
!define PYTHON_INSTALLER "python-2.6.6.amd64.msi"
|
|
!define VC_RUNTIME_URL "http://download.microsoft.com/download/6/B/B/6BB661D6-A8AE-4819-B79F-236472F6070C/vcredist_x64.exe"
|
|
!include "pykd_setup_common.nsh"
|