Am 12.01.2012 10:54, schrieb Jurij M.:
Hi, group.
I have a problem when trying to deploy some old windows software (made for Win
98)with WPKG. All it is needed is to copy a folder with files ad subfolders from
shared folder to local computer and put a shortcut to public desktop.
I tried with xcopy and robocopy. Both are working fine from local computer, but
not with WPKG.
Both ways result in massive output to the console window when run
interactively, so you need to redirect the output into a log file or to
the NUL device.
Instead of:
<install cmd='%COMSPEC% /c robocopy ...'>
Use the following:
<!--code start (watch for line wraps)-->
<install cmd='%COMSPEC% /c robocopy ... >NUL'>
<!--code end-->
This is true for XCOPY too.
There is a bug in WSH which crashes it if there is too much output to
the console window.
--
Stefan P.
Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-------------------------------------------------------------------------
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