I worked for awhile to try and figure out a way to deploy LightScribe drivers and software through Active Directory and never ended with a good result. I did find a tool from HP, however, that was very useful. The tool is called SSM. SSM can be downloaded here.
SSM is installed out on a network resource. SSM compatible drivers can be downloaded from HP's website. They were nice enough to create a lightscribe driver. The newest LightScribe driver for HP devices can be found on your product's driver download page. Be sure and download the driver with the appropriate SSM logo. Save this SPxxxxx.exe file to the directory where you installed SSM. Run the SSM.exe. "Next" it a few times until you see a *Build Database* button. Click that button and the software finds any driver file you have placed in its directory and builds a database off of it.
I also downloaded the newest LightScribe Simple Labeler software and deployed it with the driver as well.
The simple labeler software can be deployed using the the following code.
Then you can always do a little bit of cleanup with the following code
del "C:\Documents and Settings\All Users\Desktop\LightScribe.lnk" /q /f
del "C:\Documents and Settings\All Users\Start Menu\Programs\LightScribe Direct Disc Labeling\Getting Started.lnk" /q /f
del "C:\Documents and Settings\All Users\Start Menu\Programs\LightScribe Direct Disc Labeling\LightScribe Website.url" /q /f
del "C:\Documents and Settings\All Users\Start Menu\Programs\LightScribe Direct Disc Labeling\Quick Demo.url" /q /f
REM Reset Permissions
xcacls.exe "c:\Program Files" /G Users:F /E
REM Install Simple Labeler
"lightScribeSimpleLabeler-1.4.128.1.exe" /S /v/qn
REM Install Device Driver
\LightScribe\ssm.exe \LightScribe /A /F
REM Icon Cleanup
del "C:\Documents and Settings\All Users\Desktop\LightScribe.lnk" /q /f
del "C:\Documents and Settings\All Users\Start Menu\Programs\LightScribe Direct Disc Labeling\Getting Started.lnk" /q /f
del "C:\Documents and Settings\All Users\Start Menu\Programs\LightScribe Direct Disc Labeling\LightScribe Website.url" /q /f
del "C:\Documents and Settings\All Users\Start Menu\Programs\LightScribe Direct Disc Labeling\Quick Demo.url" /q /f
REM Reboot
Shutdown -r -t 0 -f
HP made a silent installer for this to make it a little easier to deploy.
Download it here.
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=12454&prodSeriesId=472276&prodNameId=472278&swEnvOID=1093&swLang=13&mode=2&taskId=135&swItem=ir-57752-1
Extract the files to a network share
"\\networkshare\Lightscribe"
Deploy with the following code.
REM Install Lightscribe Device Driver
"\\networkshare\LightScribe\ls_hsi.msi" /quiet
rem Icon Cleanup
del "C:\Documents and Settings\All Users\Desktop\LightScribe.lnk" /q /f
rmdir "C:\Documents and Settings\All Users\Start Menu\Programs\LightScribe Direct Disc Labeling\" /s /q
Questions & Answers related to Unknown LightScribe
Blogs (0)
Blog posts related to Unknown LightScribe
Links (0)
Links related to Unknown LightScribe
Reviews (0)
Reviews related to Unknown LightScribe
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ