Deploy: Ricoh Aficio MP C3001 Driver PCL5c v1.1.0.0
Log In or Register to download the BES file, and more.

0 Votes

Description

This task will deploy: Ricoh Aficio MP C3001 Driver PCL5c v1.1.0.0.

This task is applicable on: Windows XP, Windows XP x64, Windows Vista, Windows Vista x64, Windows 7 and Windows 7 x64.

Property Details

ID1352
TitleDeploy: Ricoh Aficio MP C3001 Driver PCL5c v1.1.0.0
DomainBESC
CategorySoftware Distribution
Download Size5336666
SourceSoftware Distribution Wizard
Source IDjgstew
Source Release Date2/14/2012 12:00:00 AM
KeywordsRicoh Aficio C3001 Driver PCL5c
Is TaskTrue
Added by on 1/7/2013 9:18:00 AM
Last Modified by on 1/7/2013 9:18:00 AM
Counters 4952 Views / 11 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 57 fixlets and 4 analyses   * Results in a true/false
Show indented 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)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Used in 1 fixlet   * Results in a true/false
Show indented relevance
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.tmp
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
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
atlauren -
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"
jgstew -
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.