winst copy command does not work
Verfasst: 15 Okt 2012, 17:56
Hello,
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:
When the client starts this installation, I see the correct Message on the client's screen - in this case "Installing Java". But no files are ever copied to the client. I expect files to be copied to c:\tmp (and yes, this folder exists). What am I doing wrong?
Thanks in advance
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