Driver: Epson Perfection V500 Scanner - Windows x32 & x64
Log In or Register to download the BES file, and more.

1 Votes

Description

This task will install the Epson Perfection V500 scanner driver.

Property Details

ID2547
StatusBeta - Preliminary testing ready for more
TitleDriver: Epson Perfection V500 Scanner - Windows x32 & x64
DomainBESC
CategoryDrivers
Download Size11230460
SourceInternal
Source IDjgs194
Source Release Date7/15/2013 12:00:00 AM
Is TaskTrue
Added by on 7/29/2013 11:06:15 AM
Last Modified by on 7/29/2013 11:06:15 AM
Counters 5588 Views / 5 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Relevance

isWindows (Relevance 1172)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Windows XP or Later (Relevance 2997025)
Used in 6266 fixlets and 5 analyses   * Results in a true/false
Show indented relevance
/* Windows XP or later */ version of operating system >= "5.1"
Used in 2 fixlets   * Results in a true/false
Show indented relevance
not exists folder whose (name of it as lowercase starts with "es7c.inf") of folder "DriverStore\FileRepository" of system x64 folder

Actions

Action 1 (default)

Action Link Click  here  to deploy this action.
Script Type BigFix Action Script
// Download from: http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?oid=136500&infoType=Downloads&platform=OSF_W_7-64
prefetch epson13936.tmp sha1:9a98305c8aad8179d9c08c9edb1672ff78371f3e size:11230460 http://server.domain.tld:52311/Uploads/9a98305c8aad8179d9c08c9edb1672ff78371f3e/epson13936.tmp
extract epson13936.tmp
//delete the old escdev.dll file. It's causing the driver signature to be invalid. A newer version of the DLL is in ESCDEV.CAB
//delete __Download\escdev.dll // this should not be deleted anymore, this is a new driver
//waithidden pnputil -i -a __Download\es7c.inf
parameter "InstallINF" = "es7c"
if{x64 of operating system}
    waithidden cmd.exe /C {windows folder}\sysnative\certutil -f -addstore trustedpublisher "{(pathname of client folder of current site) & "\__Download\" & (parameter "InstallINF") & ".cat"}"
    waithidden cmd.exe /C {windows folder}\sysnative\pnputil -i -a "{(pathname of client folder of current site) & "\__Download\" & (parameter "InstallINF") & ".inf"}"
else if{x32 of operating system}
    waithidden cmd.exe /C {system folder}\pnputil -i -a "{(pathname of client folder of current site) & "\__Download\" & (parameter "InstallINF") & ".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!