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

Problem with installing multiple CD


2 replies to this topic

gatekeeper

gatekeeper
  • Members
  • 18 posts

Posted 19 December 2002 - 23:30

Hello there,
BackGround:
I have an install that install my program plus it installs a database from a third party. Now we are not allowed to copy the contants of this database into the FileGroups (legal issues)... thus I have to copy the files from the Third party's CD, as is.
The install first copies my program into the user's computer then "onEnd' function it copies the third party CD with XCopy.
This works

Problem: Once the program is done copying the third party CD, it prompts for the first CD (installs original CD) back. Is there any way to avoid going back to the first CD.

Your input is greatly appreciated
Sincerely

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 19 December 2002 - 23:44

Yeah, but if you commment the actual copy routine out and continue to swap CDs, does it still prompt for the original?

Because if so, then it's not XCopy's fault.

If not, then what's the exact call you are making to issue the XCopy?
user posted image

gatekeeper

gatekeeper
  • Members
  • 18 posts

Posted 20 December 2002 - 00:49

Thanks TacoBell, I'm doing the test on it.... I appreciate the quick response
Sincerely