R Rohit Active Member Messages 43 Reaction score 0 Points 6 Sep 25, 2019 #1 Hello All, Is it possible to register dll/ocx file on client machine with SCCM?
Garth Well-Known Member Staff member Messages 2,539 Solutions 97 Reaction score 208 Points 63 Sep 25, 2019 #2 yes you can do that. Upvote 0 Downvote
OP R Rohit Active Member Messages 43 Reaction score 0 Points 6 Sep 25, 2019 Thread Starter #3 How to do that? Upvote 0 Downvote
Garth Well-Known Member Staff member Messages 2,539 Solutions 97 Reaction score 208 Points 63 Sep 25, 2019 #4 There are no trick to this you do it the same way you would normally do it. I generally use an installer but you can do it via a batch file. Upvote 0 Downvote
There are no trick to this you do it the same way you would normally do it. I generally use an installer but you can do it via a batch file.
Prajwal Desai Forum Owner Staff member Messages 5,009 Solutions 144 Reaction score 976 Points 413 Sep 25, 2019 #5 Yes you can do this via a batch file. You should have the command to register the dll, put that in the batch file and deploy it using SCCM. Upvote 0 Downvote
Yes you can do this via a batch file. You should have the command to register the dll, put that in the batch file and deploy it using SCCM.