diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 46a1dce..f596a9a 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -66,14 +66,14 @@ else endif [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] ; Example of setting some values of an registry key: openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] -set "DevicePath" = "%SystemRoot%\inf;$InstallDir$\wlan" +set "DevicePath" = "%SystemRoot%\inf;$InstallDir$\opsi_projects_drivers" [DosInAnIcon_Create] -rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\wlan\netathuw.inf +rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\opsi_projects_drivers\netathuw.inf