/build/static/layout/Breadcrumb_cap_w.png

Unknown LightScribe

Version: 1

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.8k  |  Created: 03/28/2007

Average Rating: 0
LightScribe has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
118
Note
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.

"\\networkresource\lightScribeSimpleLabeler-1.4.128.1.exe" /S /v/qn


Then you can use the SSM software to deploy the LightScribe driver using the following code.

"\\networkedssmdirectory\ssm.exe" "\\networkedssmdirectory" /A /F


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
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Command Line
To elaborate a little bit on my previous post.

Here's the full code to what I am running.


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
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Command Line
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
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

LightScribe

Version

1

Questions & Answers (0)

Questions & Answers related to Unknown LightScribe

Blogs (0)

Blog posts 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