[wpkg-users] Copy directories and files with WPKG
Jurij M.
Jurij.marhold at gmail.com
Thu Jan 12 10:54:50 CET 2012
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.
Here is package (without shortcut for desktop):
<package
id="Stavnica"
name="Stavnica"
revision="0"
reboot="false"
priority="100"
notify="false"
execute="once">
<check type="file" condition="exists" path="c:\stavnica\stavnica.exe" />
<install cmd='%COMSPEC% /c robocopy /Z /S /NP /NDL /NFL /NJH /NJS
"\\marvin\wpkg$\programi\STAVNICA" "c:\stavnica"' ><exit code="any" /></install>
</package>
Best regards
Jurij M.
More information about the wpkg-users
mailing list