On Wed, Oct 27, 2010 at 6:28 AM, Ulli Conrad <
ulli.con...@bio.uni-goettingen.de> wrote:
>
> Another application (Apple Quicktime) has claimed handling of .js
> files (for whatever reason), so Windows Scripting Host didn't
> executed the wpkg.js file on the server...
> Solution is to reassign file type .js to WSH (in Windows Explorer -
> folder options - file types) and/or reinstall WSH (by right click on
> %windir%\inf\wsh.inf and select "Install").
>
>
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:

cscript.exe //nologo /E:JScript %WPKGROOT%\wpkg.js /synchronize


--Troy
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to