Hi Friedrich,

Is it possible to loop through the files that are being installed?
I'm trying to get my scripts to be as self contained as possible and
I'd like to be able to loop through the "queue" of files to be
installed and check their extension and destination.

Something like this in Clarion

Loop I = 1 To Records(Files)
Get(Files,I)
If Extension = '.hlp'
PutReg(...)
End
If Extension = '.chm'
PutReg(...)
End
If Extension = '.pdf'
PutReg(...)
End
End

I guess worst case scenario I can parse through the uninstall log, but
I'd rather not

Best regards,

Arnór Baldvinsson
Icetips Creative, Inc.
San Antonio, Texas, USA
www.icetips.com


Subscribe to information from Icetips.com:
http://www.icetips.com/subscribe.php