/build/static/layout/Breadcrumb_cap_w.png

Error Code 3010 using CA's Software Delivery

I'm pushing out XP SP2 using CA's Software Delivery tool. When the job is complete I'm getting an Error (exit) code of 3010. I realize that this code indicates that the workstation is in need of a reboot, however, I would like to get around this error code.
Does anybody have any experience pushing this using CA's product and know of a way to get around getting 3010 returned at the end of the job?

Thanks
B

0 Comments   [ + ] Show comments

Answers (1)

Posted by: WiseUser 18 years ago
Fourth Degree Brown Belt
0
Instead of calling the setup routine directly, create a "wrapper" script which returns whatever you like to the distribution software.

Here's a very basic example:

Set oWsh = CreateObject("Wscript.Shell")

sCurrentDir = Replace(Wscript.ScriptFullName, Wscript.ScriptName, "")

iRet = oWsh.run(Chr(34) & sCurrentDir & "mysetup.exe" & Chr(34), 5, True)

msgbox iRet

Select Case iRet

Case 3010

Wscript.Quit 0

Case Else

Wscript.Quit iRet

End Select

Set oWsh = Nothing
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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