<br><br><div class="gmail_quote">On Wed, Oct 27, 2010 at 6:28 AM, Ulli Conrad <span dir="ltr"><<a href="mailto:ulli.conrad@bio.uni-goettingen.de">ulli.conrad@bio.uni-goettingen.de</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Another application (Apple Quicktime) has claimed handling of .js<br>
files (for whatever reason), so Windows Scripting Host didn't<br>
executed the wpkg.js file on the server...<br>
Solution is to reassign file type .js to WSH (in Windows Explorer -<br>
folder options - file types) and/or reinstall WSH (by right click on<br>
%windir%\inf\wsh.inf and select "Install").<br>
<br></blockquote><div><br></div><div>Another way to avoid this problem without having to install that inf on each machine is to explicitly specify the script type when you call wpkg.js:</div><div><br></div><div>cscript.exe //nologo /E:JScript %WPKGROOT%\wpkg.js /synchronize</div>
<div></div></div><br><div><br></div><div>--Troy</div><div><br></div>