Martin Zugec Posted January 12, 2005 Posted January 12, 2005 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
hasi001 Posted January 12, 2005 Posted January 12, 2005 WPI isn't designed to do network installs. Sorry.But Whimsy and I are working on ideas how to achive this...
Martin Zugec Posted January 12, 2005 Author Posted January 12, 2005 Could I help U? I made a lot of network installations and WPI looks great to use with network
BritishBulldog Posted January 12, 2005 Posted January 12, 2005 try this call \\\\\\server\\share\\test.batyes 6 backslashes
hasi001 Posted January 12, 2005 Posted January 12, 2005 I'll look into the code. Seems I'm doing too many backslash replacements.
kenkueh Posted January 13, 2005 Posted January 13, 2005 Try to Map drive for ur server share, i was able to do wpi installation through map drive.
Martin Zugec Posted January 13, 2005 Author Posted January 13, 2005 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
BritishBulldog Posted January 13, 2005 Posted January 13, 2005 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now