From a040d5ad59b754d29a484be879f28adf862bc9bf Mon Sep 17 00:00:00 2001 From: Dennis Trinks Date: Tue, 8 May 2012 20:35:46 +0200 Subject: [PATCH] new drivers path --- CLIENT_DATA/setup3264.ins | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index f423155..f45ed07 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -68,15 +68,15 @@ else endif [Files_install] -copy -s "$Drv_Dir$ger\*.*" "$InstallDir$\brother7320" +copy -s "$Drv_Dir$ger\*.*" "$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$\brother7320" +set "DevicePath" = "%SystemRoot%\inf;$InstallDir$\opsi_projects_drivers" [DosInAnIcon_Create] -rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\brother7320\brim7320.inf -rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\brother7320\brpo7320.inf -rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\brother7320\brpr7320.inf +rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\opsi_projects_drivers\brim7320.inf +rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\opsi_projects_drivers\brpo7320.inf +rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 $InstallDir$\opsi_projects_drivers\brpr7320.inf