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

FileInUseProcess property


1 reply to this topic

erez

erez
  • Members
  • 24 posts

Posted 07 April 2002 - 11:14

Hi,

When upgrading or uninstalling my application, it checks if there are critical files in use. If a file is found, the FilesInUse dialog appears.
How can I define that if the file "my_file.txt" is in use, it will also appear in this dialog?
I know that the contents of this dialog depend on the FileInUseProcess property.

Thanks
Erez

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 April 2002 - 20:46

The FileInUse dialog will only be displayed for executable files, not for data files. (see MSI help)