> > Just wondered how others around here use WPKG. > Hi, We use a simple implementation, no client, just running a simple batch at PC startup, pushed by AD GPO. This batch looks like: c:\windows\system32\cscript \\sc18\Sources\WPKG\WPKG-preprod\wpkg.js /synchronize /quiet /nonotify COPY /Y "%WINDIR%\system32\wpkg.xml" "\\sc18\Sources\WPKG\WPKG-preprod\clientStates\%COMPUTERNAME%.xml" We have a "preprod" and a "prod" directory. All scripts and XML files are doubles. "preprod" is for about 50 PC, so we can do some pre-production testing, "prod" is for the rest, about 800 PCs When PreProd test are OK, I just copy the 3 XML files over to the "prod" directory. In the XML files, I keep it simple too. I don't have my 800 PC listed there, only global installations done yet. I'm working on a script to install a package is the PC is in a specified AD group. The script is now on testing. I will post my results here. It should be something you can call directly in Package.xml, like: RUNIFGRP.bat "AD Group that the PC is member of" "CMD or batch to install package" Simon_#2 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20091013/f98720b7/attachment.html> |