flyakite Posted March 26, 2004 Posted March 26, 2004 I am very close to finishing up my XPlode cd. However I am having a few problems with copying files. I am getting access denied errors. Here are my XPlode xml lines and then the errors I am getting.XML<copy source='#Sourcedrive#\Unattended\Software\QuickTime\QuickTime.qtp' target='%allusersprofile%\Application Data\QuickTime\' />Error in log fileRunning command: 'copy' { Copying file: 'D:\Unattended\Software\QuickTime\QUICKTIME.QTP' -> 'C:\Documents and Settings\All Users\Application Data\QuickTime' Error: Access is denied. }XML<copy source='#Sourcedrive#\Unattended\Software\QCD\QCD.ini' target='%programfiles%\Quintessential Player\' />Error in log file Running command: 'copy' { Copying file: 'D:\Unattended\Software\QCD\QCD.INI' -> 'C:\Program Files\Quintessential Player' Error: Access is denied. }
Wraith Posted March 26, 2004 Posted March 26, 2004 Hmmm. Curious.It doesn't seem to be sticking the name of the file on the end of the target path.Quite weird, I'll look into it later tonight.
Wraith Posted March 26, 2004 Posted March 26, 2004 Oh, duuh. *thwacks himself on the head*The target has to include the filename as well.Seems like I need some proper docs, eh?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now