mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00

setup: DIA registration setup: remember installed components for uninstaller setup: version increment git-svn-id: https://pykd.svn.codeplex.com/svn@72699 9b283d60-5439-405e-af05-b73fd8c4d996
19 lines
608 B
Plaintext
19 lines
608 B
Plaintext
#
|
|
# 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_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
|
|
!define VCRUNTIME_PRODUCT_CODE "{710f4c1c-cc18-4c49-8cbf-51240c89a1a2}"
|
|
|
|
!define MSDIA_DLL_NAME "msdia90.dll"
|
|
!define CLSID_DiaSource "{4C41678E-887B-4365-A09E-925D28DB33C2}"
|
|
|
|
!include "pykd_setup_common.nsh"
|