OCS Deployment Tips and tricks
Prior to using the following info for creating own-made packages, let’s test if everything is working fine. I’ve created a NSIS script that writes into registry in a key called HKLMSOFTWAREOCS and puts a key named “cert” with value creilla. If we create a package with action “LAUNCH”, and attach the regcert.zip with command to execute regcert.exe, all clients with functional package deployment, will add that key to registry, so we can check, using OCS registry query function for a key named “cert” into: HKLM SOFTWAREOCS. ...