X-Ecutioner Posted March 28, 2004 Posted March 28, 2004 Okay. I have this in my xml file...<item display='Copying Post-Installation Files'> <!-- thse file system operations have been rewritten - they SHOULD support all files/directories etc. --> <copy source='\\Server\DVD\finish.bat' target='%SYSTEMDRIVE%\' /> </item>and the log file showed this... Execution thread { Running item: 'Copying Post-Installation Files' { Running command: 'copy' { Copying file: '\\Server\DVD\finish.bat' -> 'C:' Error: Access is denied. } }Am I missing something?
Wraith Posted March 28, 2004 Posted March 28, 2004 All the file operation commands need the full destination path. This means the target has to be '%SYSTEMDRIVE%\finish.bat'.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now