correct install dir

This commit is contained in:
Mario Fetka 2012-05-11 15:10:32 +02:00
parent ae42eb2859
commit d50c876ef1
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "microsoft.driverkit"
Set $InstallDir32$ = "%ProgramFiles32Dir%\<path to the product>"
Set $InstallDir64$ = "%ProgramFiles64Dir%\<path to the product>"
Set $InstallDir32$ = "%Systemdrive%\WinDDK"
Set $InstallDir64$ = "%Systemdrive%\WinDDK"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------