Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 1315 - Could not write to the specified folder...

Status
Not open for further replies.

PaultheITGuy

Technical User
Jan 19, 2007
52
GB
Hi,

I've been trying to install the drivers to a network card on a Dell Lattitude D420 (Broadcom 57xx gigabit controller) with the correct driver from the Dell website.

However, whenever the installer starts to run, after a few seconds I get "Error 1315: Could not write to the specified folder - c:\windows\installer"

I looked this up on the Microsoft KB which says that the folder in question needs to have 'Read-only' turned off. However, when I try to do this I can uncheck Read-Only, but if I go back in to the properties box, the check is still there.

I have tried installing the lastest version of Wondows Installer (3.1) from the MS website, but that didn't solve it.

The operating system is XP2.

Can anyone help? This is driving me insane.

Thanks

PC
 
What other properties are set on that directory and does it belong to you?

Start a command prompt and type

attrib c:\windows\installer

There shouldn't be any R S or H. If there are you need to remove them

attrib -R C:\windows\installer

It may also be that there is a service using it. You need to stop the service first.
 
You receive an "An Internal Error has occurred” or a “Setup cannot create the folder” when you install Office XP

This may not describe the problem you have, but the solution is nonetheless the same...

How Do I Get the Security tab in Folder Properties?


Ben

"If it works don't fix it! If it doesn't use a sledgehammer..."
 
Look at the file and folder access permissions (BadBigBen links), the read-only setting is not relevant to folders but only files within the folder.

Are you installing this as an Administrator?

Cannot Change the Read-Only Attribute of System Folders

How to resolve Common "Windows Installer" Problems

Windows Installer CleanUp Utility
 
Hi guys - thanks for the reply. Tried all this already. I am an administrator on the machine, but still can't change the read only status in Windows or DOS using the attrib function.

The stuff on those Microsoft KB didn't work.

Back to the Ghost I think.

Thanks anyway.

PC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top