Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Can't create folder over network


2 replies to this topic

htjostheim

htjostheim
  • Full Members
  • 7 posts

Posted 02 November 2006 - 14:24

My installation has the support for recording a setup and running it silent on other computers over the net.

I want the projects and ini files to be stored at the users network storage area. If I set the project and ini paths to the local machine, everything works perfectly. But when I set it to a network path, the ini folder won't be created.

The lines are run at different places in the system, but they look like this:
CODE

CreateDir(sIniFiles);
CreateDir(sProjectFiles);

sIniFiles = P:\Temp\Ini
sProjectFiles = P:\Temp\projects

The help file saies:
QUOTE

CreateDir fails under the following conditions:
The path is illegal.
The drive or any subdirectory in the path is write-protected.
The drive name is invalid.
You do not have network privileges to create subdirectories.

But none of those can be the case, since it creates one of the folders but not the other.

Have anyone had any similar problems?

If you need any aditional information, just ask.

Edited by htjostheim, 02 November 2006 - 14:25.


htjostheim

htjostheim
  • Full Members
  • 7 posts

Posted 08 November 2006 - 15:00

Does anyone have any clue? Ask if you need more information!

htjostheim

htjostheim
  • Full Members
  • 7 posts

Posted 14 November 2006 - 08:24

No one knows? I'm clueless on what to do!