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