36 lines
1002 B
INI
36 lines
1002 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]="Windows_8_Drive.png"
|
|
DL_SOURCE[0]="https://cdn2.iconfinder.com/data/icons/metro-uinvert-dock/256/Windows_8_Drive.png"
|
|
|
|
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"
|
|
|