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

networking installation


1 reply to this topic

post2kc

post2kc
  • Members
  • 10 posts

Posted 16 April 2002 - 07:51

My project has two features: one is installing the program files to local machine and another is installing files to network PC/machine.

For the network feature, I have 'hardcode' the files to be copied to a predetermined mapped network drive. During the installation, I select custom installation, could see the first feature is installing to local hard drive and the second is installing to network drive.

But the above method only allow installation to a predetermined network drive. How to select network machine to be installed on the fly?

Pls help. Thanks

KC

post2kc

post2kc
  • Members
  • 10 posts

Posted 16 April 2002 - 09:37

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