Is it possible to do an unattended installed of a windows service that requires a password with SCCM?

It would be nice if SCCM could run a package as a service account. That way the package could read the password from a file encrypted with that service account

Unfortuanly SCCM runs packages as "Local System".

Any suggestions?

link|improve this question
feedback

1 Answer

It doesn't matter the account you install the service in.

You can create a batch file to install the service and use the sc.exe command to install the service.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.