Deploy: Ricoh Aficio MP C3001 Driver PCL5c v1.1.0.0
0 Votes |
Description
This task is applicable on: Windows XP, Windows XP x64, Windows Vista, Windows Vista x64, Windows 7 and Windows 7 x64.
Property Details
1352 | |
Deploy: Ricoh Aficio MP C3001 Driver PCL5c v1.1.0.0 | |
BESC | |
Software Distribution | |
5336666 | |
Software Distribution Wizard | |
jgstew | |
2/14/2012 12:00:00 AM | |
Ricoh Aficio C3001 Driver PCL5c | |
True | |
jgstew on 1/7/2013 9:18:00 AM | |
jgstew on 1/7/2013 9:18:00 AM | |
4952 Views / 11 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance

(name of it = "WinXP" OR name of it = "WinXP-2003" OR (name of it = "WinVista" AND product type of it = nt workstation product type AND NOT x64 of it) OR (name of it = "WinVista" AND product type of it = nt workstation product type AND x64 of it) OR (name of it = "Win7" AND NOT x64 of it) OR (name of it = "Win7" AND x64 of it)) of operating system
isWindows (Relevance 1172)

windows of operating system
Used in 1 fixlet | * Results in a true/false |

not exists folder whose (name of it starts with "oemsetup.inf" AND exists file "oemsetup.inf" of it AND (exists line whose(it starts with "DriverVer" AND ("1.1.0.0" as version = following text of last "," of it as version)) of file "oemsetup.inf" of it AND exists line whose(it contains "RICOH Aficio MP C3001 PCL 5c") of file "oemsetup.inf" of it)) of folder "DriverStore\FileRepository" of system folder
Actions
Action 1 (default)
Action Link Click
here to initiate the deployment process.
Script Type
BigFix Action Script
download http://tem.server.domain.tld:52311/Uploads/6063b9a2f8b5f990de8f9ee04cc347a226db4246/MPC3001.tmpSuccess Criteria
continue if {(size of it = 5336666 AND sha1 of it = "6063b9a2f8b5f990de8f9ee04cc347a226db4246") of file "MPC3001.tmp" of folder "__Download"}
//The MPC3001 folder was created by downloading both the x64 & x86 drivers and putting them in their respective sub folders, then uploading the main folder to the TEM server using the WSD Wizard
extract MPC3001.tmp
if{x64 of operating system}
waithidden cmd.exe /C {windows folder}\sysnative\pnputil -i -a "{(pathname of client folder of current site)}\__Download\x64\z51627en\disk1\OEMSETUP.INF"
elseif{x32 of operating system}
waithidden cmd.exe /C {system folder}\pnputil -i -a "{(pathname of client folder of current site)}\__Download\x86\z51627en\disk1\OEMSETUP.INF"
endif
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
FYI, in 2018 on agent 9.5.8 I find that this works very well. (Windows 7 64bit and Windows 10 32bit) if {x64 of operating system} action uses wow64 redirection false endif waithidden cmd /q /c {native system folder}\pnputil -i -a "{download folder}\path\to\file.inf" |
![]() |
|
This is a good example of how to detect if a Driver is installed on a system and how to install it if it is missing. |