MSFN Forum: Network installation problem - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Network installation problem Rate Topic: -----

#1 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

  Posted 12 January 2005 - 04:47 AM

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


#2 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

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

#3 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

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 User is offline   BritishBulldog 

  • Member
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 11-October 04

Posted 12 January 2005 - 03:43 PM

try this
call \\\\\\server\\share\\test.bat

yes 6 backslashes

#5 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 12 January 2005 - 04:49 PM

I'll look into the code. Seems I'm doing too many backslash replacements.

#6 User is offline   kenkueh 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 20-February 04

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 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

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

#8 User is offline   BritishBulldog 

  • Member
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 11-October 04

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

#9 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 13 January 2005 - 10:07 AM

Yep. That'll be removed in the next release.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy