36 lines
975 B
INI
36 lines
975 B
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="microsoft.com"
|
||
|
PN="microsoft.driverkit"
|
||
|
VERSION="7.1.0"
|
||
|
RELEASE="3"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="restricted"
|
||
|
|
||
|
|
||
|
DL_FILE[0]="0012e009_medium.jpeg"
|
||
|
DL_SOURCE[0]="http://pixhost.me/avaxhome/09/e0/0012e009_medium.jpeg"
|
||
|
|
||
|
DL_FILE[1]="GRMWDK_EN_7600_1.ISO"
|
||
|
DL_SOURCE[1]="http://download.microsoft.com/download/4/A/2/4A25C7D5-EFBE-4182-B6A9-AE6850409A78/GRMWDK_EN_7600_1.ISO"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_EXTRACT_FORMAT[1]="7zip"
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|
||
|
WINST_NAME[0]="InstallDfx32Msi"
|
||
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\WDK\\dfx_x86fre.msi"
|
||
|
|
||
|
WINST_NAME[1]="InstallDfx64Msi"
|
||
|
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\WDK\\dfx_x64fre.msi"
|
||
|
|
||
|
WINST_NAME[2]="WinDdkVersion"
|
||
|
WINST_VALUE[2]="7600.16385.win7_wdk.100208-1538"
|
||
|
|