new drivers path

This commit is contained in:
Dennis Trinks 2012-05-08 20:39:32 +02:00
parent 238546743e
commit cc6392a6f5
1 changed files with 3 additions and 3 deletions

View File

@ -66,14 +66,14 @@ else
endif endif
[Files_install] [Files_install]
copy -s "$Drv_Dir$TL-WN721N\Driver Files\Windows 2000_XP\*.*" "$InstallDir$\wlan" copy -s "$Drv_Dir$TL-WN721N\Driver Files\Windows 2000_XP\*.*" "$InstallDir$\opsi_projects_drivers"
[Registry_install] [Registry_install]
; Example of setting some values of an registry key: ; Example of setting some values of an registry key:
openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
set "DevicePath" = "%SystemRoot%\inf;$InstallDir$\wlan" set "DevicePath" = "%SystemRoot%\inf;$InstallDir$\opsi_projects_drivers"
[DosInAnIcon_Create] [DosInAnIcon_Create]
rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\wlan\netathuw.inf rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\opsi_projects_drivers\netathuw.inf