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.

-------------------------------------------------------------------------
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