Hi!
I am using network unattended instead of cd/dvd. When I tried to defined something in WPI, my command "call \\server\share\test.bat" is renamed to "call \server\share\test.bat"
In debug info there is Found CDROM as from registry \\p
Page 1 of 1
Network installation problem
#2
Posted 12 January 2005 - 06:01 AM
WPI isn't designed to do network installs. Sorry.
But Whimsy and I are working on ideas how to achive this...
But Whimsy and I are working on ideas how to achive this...
#3
Posted 12 January 2005 - 06:47 AM
Could I help U? I made a lot of network installations and WPI looks great to use with network
#4
Posted 12 January 2005 - 03:43 PM
try this
yes 6 backslashes
call \\\\\\server\\share\\test.bat
yes 6 backslashes
#5
Posted 12 January 2005 - 04:49 PM
I'll look into the code. Seems I'm doing too many backslash replacements.
#6
Posted 12 January 2005 - 06:47 PM
Try to Map drive for ur server share, i was able to do wpi installation through map drive.
#7
Posted 13 January 2005 - 12:58 AM
2Bulldog: THX, I will try...
2hasi: I was thinking that using WPI as Published Web Services could be great...
2kenkueh: I cant map them, I need to access exactly
2hasi: I was thinking that using WPI as Published Web Services could be great...
2kenkueh: I cant map them, I need to access exactly
#8
Posted 13 January 2005 - 03:06 AM
I actually use the 6 backslash option for my network install and it works.
The only thing is use an older version of WPI, never one with the config page as this will cut off backslashes.
@hasi yes it is because of the
normaly you would think because WPI uses double backslashes you could use 4 but this cuts them down. that is where the 6 comes in.
from the \\\\\\ two get cut because of the replace command so it leaves \\\\ which WPI using the double slashes cuts it down again to \\ which is ok for the network
The only thing is use an older version of WPI, never one with the config page as this will cut off backslashes.
@hasi yes it is because of the
TempSource.replace("\\\\","\\");
line in the generate.js, plus others.normaly you would think because WPI uses double backslashes you could use 4 but this cuts them down. that is where the 6 comes in.
from the \\\\\\ two get cut because of the replace command so it leaves \\\\ which WPI using the double slashes cuts it down again to \\ which is ok for the network
Share this topic:
Page 1 of 1



Help

Back to top








