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

Install files to network drive


1 reply to this topic

post2kc

post2kc
  • Members
  • 10 posts

Posted 08 April 2002 - 10:27

Hi,
I like to install my program files to a network pc, windowsNT. During the installation process, i choose custom type, -> change instllation path. I could select the mapped network drive as the path, but after the installation, the file dint copied over. And during the path selection, i couldnt see the PCs in the network neighbourhood.

Pls help. Thanks

KC

post2kc

post2kc
  • Members
  • 10 posts

Posted 16 April 2002 - 09:52

I have check with my vendor guru. according to him

To select and install to network drive on the fly, PLS use install script.

eg:
SdAskDestPath()
CreateDir()
CopyFile()

Hope this help u too.

KC