Error 1317 is a Windows Installer error that means the Windows installer could not create a directory where indicated.
Set the proper permissions on the folder in question using the command line
1. Choose Start > Run, and then type cmd in the Open box. Click OK.
2. Use the following commands; include quotation marks and press Return at the end of each line (also make sure to enter spaces between /T, /E, /C and /G in the third line):
c:
cd "\[parent of the directory contained within the error]"
cacls "All Users" /T /E /C /G administrators:F
exit
Main Topics
Browse All Topics





by: Pete_ZedPosted on 2009-10-15 at 18:06:48ID: 25586273
There should already be a hidden folder called Documents in the ProgramData folder.
Why do you need to create a Documents folder in this protected system folder for? The best place for this folder would be under the individual user folder or under USER / PUBLIC.