<br><tt><font size=2>> <br>
> Just wondered how others around here use WPKG.<br>
> <br>
Hi, </font></tt>
<br>
<br><tt><font size=2>We use a simple implementation, no client, just running
a simple batch at PC startup, pushed by AD GPO. This batch looks like:</font></tt>
<br>
<br><tt><font size=2>c:\windows\system32\cscript \\sc18\Sources\WPKG\WPKG-preprod\wpkg.js
/synchronize /quiet /nonotify</font></tt>
<br><tt><font size=2>COPY /Y "%WINDIR%\system32\wpkg.xml" "\\sc18\Sources\WPKG\WPKG-preprod\clientStates\%COMPUTERNAME%.xml"</font></tt>
<br>
<br><tt><font size=2>We have a "preprod" and a "prod"
directory. All scripts and XML files are doubles.</font></tt>
<br><tt><font size=2>"preprod" is for about 50 PC, so we can
do some pre-production testing, </font></tt>
<br><tt><font size=2>"prod" is for the rest, about 800 PCs</font></tt>
<br>
<br><tt><font size=2>When PreProd test are OK, I just copy the 3 XML files
over to the "prod" directory.</font></tt>
<br>
<br><tt><font size=2>In the XML files, I keep it simple too. I don't have
my 800 PC listed there, only global installations done yet.</font></tt>
<br>
<br><tt><font size=2>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.</font></tt>
<br><tt><font size=2>It should be something you can call directly in Package.xml,
like:</font></tt>
<br>
<br><tt><font size=2>RUNIFGRP.bat "AD Group that the PC is member
of" "CMD or batch to install package"</font></tt>
<br>
<br><tt><font size=2>Simon_#2</font></tt>