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:
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.

Can't create folder over network
Started by
htjostheim
, Nov 02 2006 14:24
2 replies to this topic
Posted 02 November 2006 - 14:24
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.