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

ComponentMovedata() query


1 reply to this topic

harishv

harishv
  • Members
  • 25 posts

Posted 13 August 2003 - 00:40

Hi,

My setup program works fine as it copies the required files in the file groups into the specified target folder [ComponentMovedata()] as it should.

now, i have other files that i need to copy into \windows\system32 & \windows directories. how can i do that? if i have to use XCopyFile() where will the source path be pointing? Obviously, it shouldn't be the same directory as setup.exe since I dont want to put those files directly!! I want them to be part of a cab file. can it be done?

thanx & best regards
HV

Edited by harishv, 13 August 2003 - 00:41.


harishv

harishv
  • Members
  • 25 posts

Posted 13 August 2003 - 01:14

dont worry, i got it resolved!!