new drivers path
This commit is contained in:
parent
000b9cb0e2
commit
a040d5ad59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user