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

Files on Disk --> Files in project check


1 reply to this topic

JohnCa

JohnCa
  • Full Members
  • 1 posts

Posted 19 February 2009 - 14:28

Hi, i'm a new user of InstallShield 2008.
I would like to automatically check if all files in a particular directory of my disk exist among the project files (those in the "Setup Design" tree). Is there an easy way to do this?

Any help is very appreciated.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 19 February 2009 - 21:18

You can use FeatureFileEnum to list the files in your installation (combined with FeatureListItems).
And you can use FindAllFiles to list files on the target machine.

At http://www.installsi...en/isp_comp.htm there are a number of samples that might help you.