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

Accessing a file through CA


3 replies to this topic

Alex K

Alex K
  • Members
  • 16 posts

Posted 10 October 2001 - 15:25

Is there some way I can access ( read and write ) a file on the harddisk?

If not. Is there anyway I can check that a specified file is present at all?


BobRouse

BobRouse
  • Members
  • 82 posts

Posted 10 October 2001 - 16:33

Check your InstallShield InstallScript documentation for instructions on using functions "FindFile", "OpenFile", "GetLine", "WriteLine", etc.

Alex K

Alex K
  • Members
  • 16 posts

Posted 11 October 2001 - 10:13

Thanks... ;)

For some (rookie)-reason I was only looking at functions with the prefix 'Msi'.
( I read somewhere in the documentation that a lot of functions wasn´t available in to the InstallScripts for Windows Installer, and that I should check out some Msi-functions )