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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now