/build/static/layout/Breadcrumb_cap_w.png

Prompt pay planner software needing to be pushed via SCCM

I have run into a bit of a knowledge issue on my end.  I've installed packages before, but none that needed intervention from the users side.  We are testing a piece of software from the aforementioned company and the user will need to add the validation code and a prompt to install a piece of sql code.  So far I have created the package, however, I cannot figure out how to have it add the validation code and say yes to the sql prompt.  Should this be set up as a task sequence or a package distribution.

 

Thanks in advance for any insight...


0 Comments   [ + ] Show comments

Answers (2)

Posted by: jagadeish 11 years ago
Red Belt
2

Is that validation code to be entered to trigger installation or during the installation.

Is that SQL code part of your main application?


Comments:
  • You can use VBScript

    Code = MsgBox ("Enter the validation code")

    If Code="YourCode" Then
    Execute your SQL part here
    End If - jagadeish 11 years ago
Posted by: piyushnasa 11 years ago
Red Belt
1

Task Sequence does not allow any user intervention. You will have to write a script and launch your package also through that script.

Don't be a Stranger!

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

Sign up! or login

Share

 
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