I have a new installation of OPSI, and have tried building my first package. So far the winst "copy" command is not working for me. Here's the contents of the .ins file:
Code: Alles auswählen
[Actions]
Message "Installing Java"
WinBatch_java_silent_install
[WinBatch_java_silent_install]
copy -s "%SCRIPTPATH%\*.*" c:\tmp
Thanks in advance